@import url("default.css");
@import url("header.css");



/* Estilos para el contenido */

/* Estilos para la imagen de portada */

#imagenportada{
	position: absolute;
	left: 3px;
	top: 221px;
	width: 627px;
	height: 180px;
}
#imagenportada img{
	border: 0px;
	float: left;
	width: 605px;
	height: 180px;
	margin-left: 3px;
}
/*Corrigiendo para IE */
* html #imagenportada img{
	margin-left: 0px;
}
/*--!>*/
/* Estilos para las novedades */
#bloquetextoconimagen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635F59;
	position: absolute;
	left: 3px;
	top: 70px;
	width: 180px;
	height: 71px;
}
#bloquetextoconimagen a, #bloquetextosinimagen a{
	font-weight: bold;
	color: darkblue;
}
#bloquetextosinimagen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635F59;
	padding-left: 3px;
}

#novedad1{
	position: absolute;
	left: 15px;
	top: 327px;
	width: 180px;
	height: 130px;	
}
#novedad1 img{
	border: 0px;
	float: left;
	width: 180px;
	height: 64px;
	margin-left: 3px;
}
#novedad2{
	position: absolute;
	left: 210px;
	top: 327px;
	width: 126px;
	height: 130px;	
}
#novedad2 img{
	border: 0px;
	float: left;
	width: 126px;
	height: 64px;
	margin-left: 3px;
}
#novedad3{
	position: absolute;
	left: 352px;
	top: 327px;
	width: 126px;
	height: 130px;	
}
#novedad3 img{
	border: 0px;
	float: left;
	width: 126px;
	height: 64px;
	margin-left: 3px;
}
#novedad4{
	position: absolute;
	left: 494px;
	top: 327px;
	width: 126px;
	height: 130px;	
}
#novedad4 img{
	border: 0px;
	float: left;
	width: 126px;
	height: 64px;
	margin-left: 3px;
}
#novedad5{
	position: absolute;
	left: 355px;
	top: 509px;
	width: 126px;
	height: 130px;	
}
#novedad5 img{
	border: 0px;
	float: left;
	width: 126px;
	height: 64px;
	margin-left: 3px;
}
#novedad6{
	position: absolute;
	left: 494px;
	top: 479px;
	width: 126px;
	height: 130px;	
}
#novedad6 img{
	border: 0px;
	float: left;
	width: 126px;
	height: 64px;
	margin-left: 3px;
}
/*Corrigiendo para IE */
* html #novedad1 img{
	margin-left: 0px;
}
* html #novedad2 img{
	margin-left: 0px;
}
* html #novedad3 img{
	margin-left: 0px;
}
* html #novedad4 img{
	margin-left: 0px;
}
/*--!>*/
/* Estilos de las noticias */

#noticiaconimagen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635F59;
	padding-top: 56px;
	padding-left: 3px;
}
#noticiaconimagen a, a:hover, a:visited{
	text-decoration: underline;
	color: #635F59;
}
#noticiasinimagen{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635F59;
	padding-left: 3px;
}
#noticiasinimagen a, a:hover, a:visited {
	text-decoration: underline;
	color: #635F59;
}
#titulonoticias{
	position: absolute;
	left: 18px;
	top: 615px;
	width: 180px;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #635F59;
	font-weight: bold;
}
#noticias{
	position: absolute;
	left: 0px;
	top: 631px;
	width: 629px;
	height: 163px;
	background-image: url(../img/fondogris.gif);
	background-position: center;
	background-repeat: no-repeat;
}
#noticia1{
	position: absolute;
	top: 21px;
	left: 15px;
	width: 321px;
	height: 34px;
}
#noticia2{
	position: absolute;
	left: 15px;
	top: 70px;
	width: 322px;
	height: 33px;
}
#noticia3{
	position: absolute;
	left: 15px;
	top: 118px;
	width: 321px;
	height: 34px;	
}
#noticia3 img{
	border: 0px;
	float: left;
	width: 126px;
	height: 64px;
	margin-left: 3px;
}
#noticia4{
	position: absolute;
	left: 352px;
	top: 21px;
	width: 126px;
	height: 64px;	
}
#noticia4 img{
	border: 0px;
	float: left;
	width: 126px;
	height: 64px;
	margin-left: 3px;
}
#noticia5{
	position: absolute;
	left: 494px;
	top: 21px;
	width: 126px;
	height: 64px;	
}
#noticia5 img{
	border: 0px;
	float: left;
	width: 126px;
	height: 64px;
	margin-left: 3px;
}
/*Corrigiendo para IE*/
* html #noticia3 img, #noticia4 img. #noticia5 img{
	margin-left:3px;
}
/*--!>*/

#telefmundo{
	position: absolute;
	left: 8px;
	top: 604px;
	width: 130px;
	height: 27px;
	visibility: visible;
}

/* Estilos para el menu de otros */

#menuotros{
	position: absolute;
	left: 641px;
	top: 357px;
	width: 130px;
	height: 538px;
}
#menuotros img{
	margin-top: 0px;
	margin-bottom: 0px;
}
/*Corrigiendo para IE*/
* html #menuotros img{
	margin-bottom:-4px;
}
/*--!>*/
#textotitulo{
	font-family: TheSans,Arial;
	font-size: 13px;
	color: #635F59;
}
#textotitulo b{
	font-family: TheSansBlack,Arial;
	font-size: 13px;
	color: #635F59;
	font-weight: normal;
}
#texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635F59;
	margin: 0;
	padding: 0;
}
#menuotros form{
	margin: 0;
	padding: 0;
}
#menuotros ul{
	list-style: none;
}
#menuotros li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #635F59;
	list-style: none;
	list-style-position: outside;
   background: transparent url(../img/bulletlist02.gif) no-repeat;
	margin-left: -41px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 7px;
	height: 1%;
}
/*Corrigiendo para IE*/
* html #menuotros ul{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
}
/*--!>*/
#menuotros li a{
	text-decoration: none;
	color: #635F59;
}
#menuotros li a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Dentro del menu otros estilo para el desplegable de paises */

#desplegablemundo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #635F59;
	top: 800px;
}

/* Estilos para el cuadro de publicidad */

#publicidad{
	position: absolute;
	left: 780px;
	top: 128px;
	width: 140px;
	height: 620px;
}
#publicidad img{
	width: 140px;
}

/*Estilo para el cuador de advertencia */
#advertencia{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFEFCE;
	color:#635F59;
	left: 0px;
	top: 527px;
	width: 597px;
	height: 150px;
	padding-top: 0px;
	padding-bottom: 6px;
	padding-left: 18px;
	padding-right: 15px;
}
#advertencia h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: darkblue;
}
#advertencia a, a:hover, a:visited{
	color:#635F59;
}
/*Corrigiendo para IE*/
* html #advertencia{
	width: 627px;
	padding-top: 6px;
}
#titulocentroatencion{
	position: absolute;
	left: 18px;
	top: 475px;
	width: 180px;
	height: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #635F59;
	font-weight: bold;
}
#cavirtual{
	position: absolute;
	left: 0px;
	top: 491px;
	width: 629px;
	height: 95px;
	background-image: url(../img/fondo_cav.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#cavirtual_log{
	position: absolute;
	left: 494px;
	top: 291px;
	width: 354px;
	height: 82px;	
}
#accesoclientes{
    background-image: url(../img/bg_clientes.gif);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 621px;
	top: 156px;
	width: 157px;
	height: 219px;
}
#accesoclientes img{
	margin-top: 0px;
	margin-bottom: 0px;
}
/*Corrigiendo para IE*/
* html #accesoclientes img{
	margin-bottom:-4px;
}
/*--!>*/
#textotitulo{
	font-family: TheSans,Arial;
	font-size: 13px;
	color: #635F59;
}
#textotitulo b{
	font-family: TheSansBlack,Arial;
	font-size: 13px;
	color: #635F59;
	font-weight: normal;
}
#texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635F59;
	margin: 0;
	padding: 0;
}
#accesoclientes form{
	margin: 0;
	padding: 0;
}
#accesoclientes ul{
	list-style: none;
}
#accesoclientes li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #635F59;
	list-style: none;
	list-style-position: outside;
    background: transparent url(../img/bulletlist02.gif) no-repeat;
	margin-left: -41px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0 0 0 7px;
	height: 1%;
}
/*Corrigiendo para IE*/
* html #accesoclientes ul{
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
}
/*--!>*/
#accesoclientes li a{
	text-decoration: underline;
	color: #635F59;
}
#accesoclientes li a:hover {
	text-decoration: underline;
	color: #000000;
}

/*--!>*/

