/*
colores:

gris -> color: #36424a;
verde -> color: #abb32e;
verde claro -> color: #cdd297;

*/

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #36424a;
}

p {
	font-size: 13px;
	color: #36424a;
	margin: 2px 0 2px 0;
}

h1 {
	font-size: 20px;
}

h1 span {
	color: #abb32e;
}

h2 {
	font-size: 16px;
}

form {
	margin: 0;
	padding: 0;
}

a {

}

a:hover {

}

a img {
	border: none;
}

div.cls {
	clear: both;
}

div.content-separator {
	height: 2px;
	width: 537px;
	background-color: #abb32e;
	margin-top: 25px;
}

/* --- elementos del layout --- */

#container-wrapper {

}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #36424a;
	border-right: 1px solid #36424a;
}

#header {
	position: relative;
	background: bottom left no-repeat url('../images/bg-header.jpg');
	height: 103px;
}

#logo {
	width: 235px;
	text-align: center;
	padding-top:  9px;
}

#banner {
	height: 269px;
	overflow: hidden;
	background: 50% 50% no-repeat url('../images/loading.gif');
}

#content {
	position: relative;
}

#content-home-up {
	height: 99px;
	padding-top: 10px;
	background-color: #abb32e;
}

#content-home-down {
	margin-top: 28px;
	background: #36424a top right no-repeat url('../images/bg-dark-block-tr.gif');
	width: 601px;
}

#content-home-down div.m {
	height: 100px;
	background: bottom right no-repeat url('../images/bg-dark-block-br.gif');
}

#content-home-down a:hover {
	text-decoration: none;
}

#img-television {
	display: block;
	position: absolute;
	top: 52px;
	left: 10px;
}

#video-container {
	position: absolute;
	top: -19px;
	right: 11px;
	width: 258px;
	height: 200px;
	padding: 5px;
	background: top left no-repeat url('../images/bg-video-container.gif');
}

#video {
	height: 200px;
	background: 50% 50% no-repeat url('../images/loading.gif');
}

#footer {
	margin: 10px 0 10px 0;
	padding-left: 18px;
}

/* --- elementos de contenido -- */

#pathway {
	background: #abb32e;
	padding: 10px 15px 10px 15px;
	margin-bottom: 20px;
}

#pathway a, #pathway span {
	color: #ffffff;
}

#pathway a:hover {
	text-decoration: none;
}

div.article-title {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	background: #36424a top right no-repeat url('../images/bg-dark-block-tr.gif');
}

div.article-title div.m {
	padding: 2px 19px 2px 18px;
	background: bottom right no-repeat url('../images/bg-dark-block-br.gif');
}

div.article-body {
	padding: 18px 5px 0 18px;
}

div.article-body p {
	margin-bottom: 20px;
}

#content-home-up p {
	color: #ffffff;
}

#content-home-up div.left, #content-home-up div.right {
	height: 99px;
}

#content-home-up div.left {
	float: left;
	width: 408px;
	background: bottom right no-repeat url('../images/separator-home-up.gif');
}

#content-home-up div.left p {
	padding-left: 200px;
	padding-right: 18px;
}

#content-home-up div.right p {
	padding-left: 12px;
	padding-right: 30px;
}

#content-home-up div.right div.button {
	width: 87%;
}

#content-home-up div.right div.button div.r {
	padding-left: 15px;
	padding-right: 10px;
}

#content-home-up div.right {
	float: left;
	width: 212px;
}

#content-home-up div.button {
	color: #ffffff;
	font-size: 18px;
	background: top left repeat-x url('../images/bg-button-c.gif');
	width: 92%;
	margin-left: auto;
	margin-right: auto;
}

#content-home-up div.button a {
	color: #ffffff;
	font-size: 18px;
	text-decoration: none;
}

#content-home-up div.button a:hover {
	text-decoration: underline;
}

#content-home-up div.button div.l {
	background: top left no-repeat url('../images/bg-button-l.gif');
}

#content-home-up div.button div.r {
	background: top right no-repeat url('../images/bg-button-r.gif');
	padding: 4px 20px 4px 20px;
}

#content-home-down h1, #content-home-down, #content-home-down p, #content-home-down a {
	color: #ffffff;
}

#content-home-down h1 {
	border-bottom: 2px solid #abb32e;
	margin-top: 0;
	margin-bottom: 2px;
	padding: 5px 10px 5px 197px;
}

#content-home-down p {
	padding-left: 155px;
	padding-right: 10px;
}

#home-contact {
	position: absolute;
	top: 197px;
	right: 0;
}

#into-contact {
	position: absolute;
	top: 18px;
	right: 0;
}

#into-contact {
	background-image: url('../images/bg-dark-block-tl-green.gif') !important;
}

div.contact-link {
	background: #36424a top left no-repeat url('../images/bg-dark-block-tl.gif');
	width: 284px;
}

div.contact-link div.m {
	height: 39px;
	line-height: 39px;
	vertical-align: middle;
	padding-left: 18px;
	background: bottom left no-repeat url('../images/bg-dark-block-bl.gif');
}

div.contact-link a {
	font-size: 19px;
	color: #ffffff;
	text-decoration: none;
}

div.contact-link a:hover {
	text-decoration: underline;
}

#footer a {
	color: #36424a;
}

#footer a:hover {
	text-decoration: none;
}

/* -- Genericos contenidos interiores -- */

div.article-body h1 {
	font-size: 20px;
	color: #36424a;
	margin-top: 15px;
	margin-bottom: 5px;
}

div.article-body h2 {
	font-size: 16px;
	color: #abb32e;
}

div.article-body strong.special {
	color: #abb32e;
}

div.article-body a, div.map-location a {
	color: #36424a;
}

div.article-body a:hover, div.map-location a:hover {
	text-decoration: none;
}

div.article-body ul {
	list-style-type: square;
}

div.article-body ul li {
	margin-top: 10px;
}

div.article-body ul ul {
	list-style-type: circle;
}

div.article-body ul ul li {
	margin-top: 5px;
}

#googlemap {
	width: 800px; 
	height: 450px; 
	margin: 10px auto 10px auto;
	border: 3px solid #36424a;
	background: 50% 50% no-repeat url('../images/loading.gif');
}

div.map-location {
	width: 250px;
}

div.map-location h1 {
	font-size: 16px;
	color: #abb32e !important;
	margin-top: 0 !important;
	margin-bottom: 5px;
}

div.map-location img {
	float: right;
	margin: 10px 5px;
	border: 2px solid #abb32e;
}

div.map-location ul {
	list-style-type: square;
	margin-top: 0;
}