@charset "utf-8";

/* --- BLOQUE CONTENIDO --- */

#contenido {
	float: left;
	width: 720px;
	margin-top: 5px;
	display: inline;
}
#contenido .bloque {
	width: 720px;
	color: #666666;
	font-size: 14px;
	background-image: url(/media/imgs/contenido_bloque_fondo.png);
	background-repeat: repeat-y;
}
#contenido .interno {
	width: 670px;
	background-image: url(../imgs/contenido_bloque_pie.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 25px;
}
#contenido p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 18px;
}
#contenido a {
	color: #0066FF;
}
#contenido ul {
	font-size: 14px;
	list-style-type: square;
	list-style-position: outside;
	padding-left: 30px;
	line-height: 18px;
	margin-left: 0px;
}
#contenido ul ul {
	margin-top: 10px;
	margin-bottom: 15px;
}

#contenido li {
	margin-bottom: 5px;
}

#contenido h1 {
	font-size: 34px;
	color: #FE000C;
	letter-spacing: -1px;
	margin-bottom: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contenido h2 {
	font-size: 22px;
	font-weight: normal;
	color: #333333;
	margin-top: 1.5em;
}
#contenido h3 {
	margin-bottom: -5px;
	font-size: 14px;
}
#contenido table {
	font-size: 12px;
}
#contenido table ul {
	list-style-position: outside;
	padding-left: 15px;
	margin: 0px;
	font-size: 12px;
}
#contenido table td {
	background-color: #FCFCFC;
	background-image: url(/media/imgs/tabla-td.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#contenido table th {
	background-color: #999999;
	color: #FFFFFF;
}
#contenido table .espe {
	background-color: #CE000A;
	color: #FFFFFF;
}
#contenido .nota {
	font-size: 11px;
	line-height: normal;
	text-align: justify;
}
#contenido #title {
	width: 720px;
	height: 200px;
	margin-top: -25px;
	margin-left: -25px;
	margin-right: -25px;
	background-image: url(../imgs/contenido_bloque_cabeza.png);
	background-repeat: no-repeat;
}

/* --- BLOQUE LATERALES --- */

#lateral {
	float: left;
	width: 230px;
	margin-top: 5px;
	margin-left: 5px;
	display: inline;
}
#lateral .bloque {
	float: left;
	width: 230px;
	background-image: url(/media/imgs/menu_bloque_fondo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#lateral .interno {
	width: 200px;
	background-image: url(/media/imgs/menu_bloque_cabeza.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
}
#lateral .menulista {
	font-size: 14px;
	width: 200px;
	padding: 0px;
	list-style-type: none;
	margin: 0px;
}
#lateral .menulista  li  {
	margin-bottom: 5px;
}
#lateral .menulista li a {
	line-height: 20px;
	color: #0066FF;
	background-color: #FFFFFF;
	width: 190px;
	margin: 0px;
	display: block;
	background-image: url(/media/imgs/menu-fondo.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	padding: 5px;
}
#lateral .menulista li a:hover  {
	background-color: #F7F7F7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: none;
}
#lateral .menulista li span.normal {
	line-height: 20px;
	width: 190px;
	margin: 0px;
	display: block;
	padding: 5px;
	background-image: url(/media/imgs/menu_fondo.jpg);
}
#lateral .menulista li span.activo {
	line-height: 20px;
	background-color: #FE000C;
	width: 188px;
	margin: 0px;
	display: block;
	border: 1px dotted #CCCCCC;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
}
#lateral .menulista ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#lateral .menulista ul li a {
	width: 175px;
	padding-left: 20px;
	background-image: url(/media/imgs/menu-sub-fondo.jpg);
}
#ols_en {
	display: inline;
	width: 230px;
	background-image: url(/en/media/imgs/online-services.png);
	background-repeat: no-repeat;
	height: 110px;
	float: left;
}
#ols_es {
	display: inline;
	width: 230px;
	background-image: url(/es/media/imgs/servicios-en-linea.png);
	background-repeat: no-repeat;
	height: 110px;
	float: left;
}
#ols_en div {
	height: 100px;
	width: 177px;
	z-index: 1000;
	position: absolute;
	margin-top: 63px;
	margin-left: 22px;
	background-image: url(/en/media/imgs/online-services-list.png);
	padding-top: 35px;
	padding-left: 13px;
	font-size: 13px;
	line-height: 20px;
	display: none;
}
#ols_es div{
	height: 100px;
	width: 177px;
	z-index: 1000;
	position: absolute;
	margin-top: 63px;
	margin-left: 22px;
	background-image: url(/es/media/imgs/servicios-en-linea-lista.png);
	padding-top: 35px;
	padding-left: 13px;
	font-size: 13px;
	line-height: 20px;
	display: none;
}
#ols_es div a , #ols_en div a{
	color: #06F;
}
#ols_es div a:hover , #ols_en div a:hover{
	color: #F0000B;
}

/* --- PRODUCTO --- */

.producto {
	width: 646px;
	background-image: url(/media/imgs/producto-fondo.png);
	background-position: left bottom;
	margin-bottom: 12px;
	margin-right: -4px;
	margin-left: -4px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.producto h2 {
	display: block;
	padding: 0px;
	margin-right: -16px;
	margin-left: -16px;
	margin-top: 0px !important;
	margin-bottom: 0px;
}
.producto h2 a {
	background-image: url(/media/imgs/producto-cabeza.png);
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #666666 !important;
	height: 20px;
	text-decoration: none;
	line-height: 20px;
	padding-top: 9px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.producto h2 a:hover {
	color: #000000 !important;
}
.producto p {
	text-align: justify;
}

.producto div {
	background-image: url(/media/imgs/producto-elementos-fondo.gif);
	background-position: left bottom;
	width: 539px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding: 10px;
}
.producto div h3 {
	display: block;
	font-size: 16px !important;
	text-align: center;
	color: #999999;
	line-height: 35px;
	background-image: url(/media/imgs/producto-elementos-cabeza.gif);
	margin-top: -10px;
	margin-right: -10px;
	margin-left: -10px;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	height: 35px;
}
