@charset "utf-8";

/* --- CONTENIDO --- */

#contenido {
	float: left;
	width: 720px;
	margin-top: 5px;
	margin-left: 5px;
	display: inline;
}
#contenido .bloque {
	width: 720px;
	color: #666666;
	font-size: 14px;
	background-image: url(../imgs/contenido_bloque_fondo.png);
	background-repeat: repeat-y;
}
#contenido .interno {
	width: 720px;
	background-image: url(../imgs/contenido_bloque_pie.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}
#contenido .subinterno {
	width: 690px;
	background-image: url(../imgs/contenido_bloque_cabeza.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#contenido .block {
	width: 720px;
	color: #666666;
	font-size: 14px;
	background-image: url(../imgs/contenido_bloque_fondo.png);
	background-repeat: repeat-y;
}
#contenido .block > div{
	width: 720px;
	background-image: url(../imgs/contenido_bloque_pie.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 15px;
}
#contenido .block > div > div{
	width: 690px;
	background-image: url(../imgs/contenido_bloque_cabeza.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

#title  {
	width: 720px;
	height: 200px;
	margin-top: -25px;
	margin-left: -25px;
	background-color: #000000;
	margin-right: -25px;
}

/* --- LATERALES --- */

#lateral {
	float: left;
	width: 230px;
	margin-top: 5px;
	display: inline;
}
#lateral .bloque {
	float: left;
	width: 230px;
	background-image: url(../imgs/menu_bloque_fondo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#lateral .interno {
	width: 200px;
	background-image: url(../imgs/menu_bloque_cabeza.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 15px;
}
#lateral .botones {
	margin-bottom: 10px;
}


.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 165px;
	height: 120px;
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */
	/*do not change these */
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
}
.kwicks div {
	margin-left: 10px;
	margin-top: 70px;
}
.kwicks div p {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
}
.kwicks div a {
	color: #0066FF;
}
#kwick_pb {

}
#kwick_cb {

}
#kwick_ib {

}
#kwick_ref {
	margin-right: none !important;
}
#header_home {
	width: 960px;
	height: 80px;
}

#news {
	height: 60px;
	width: 960px;
	background-image: url(../imgs/general/noticias-fondo.jpg);
	font-size: 12px;
	line-height: 60px;
	background-repeat: repeat-x;
	background-color: #FFF;
}
#noticias {
	height: 50px;
	width: 700px;
	position: absolute;
	margin: -5px;
	line-height: 50px;
}

#banner  {
	width: 720px;
	height: 260px;
	font-size: 16px;
	text-align: center;
}


#componentes {
	margin: 0;
	padding: 0;
	display: block;
	width: 690px;
	list-style-type: none;
	height: 120px;
}  
#componentes a   {
	color: #0066FF;
}
#componentes a:hover   {
	color: #FF000A;
}
#componentes .componente {
	width: 165px;
	height: 120px;
	margin-right: 10px;
	/**/
	display: block;
	float: left;
	background-repeat: no-repeat;
	padding: 0px;
	font-size: 14px;
}  
#componentes .componente ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#componentes .componente ul li{
	margin-bottom: 5px;
}
#enlaces_der {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
}
#enlaces_der li {
	margin: 0px;
	padding: 0px;
	display: block;
}

#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;
}

