/* CSS Document */

*{
	margin:0px;
	padding:0px;
	list-style:none;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:95%;
}

a{
	cursor:pointer !important;
}

img{
	border:0px;
}

#cuerpo p{
	font-size:11px; !important
}

body{
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-x;
}

#contenedor{
	margin:0px auto 0px auto;
	width:680px;
	height:1104px;
}

#contenido{
	width:640px;
	float:left;
	/*background-color:#005480;*/
	height:889px;
}

p{
	margin-bottom:10px;
}

h1{
	font-weight:100;
}

h2{
	font-weight:bold;
	font-size:85%;
	color:#005480;
	padding:10px 20px 10px 20px;
}

#contenido_sombra{
	padding:0px 20px 0px 20px;
	background-image:url(../images/contenido_sombra.jpg);
	width:640px;
	height:910px;
	float:left;
}

label{
	color:#797979;
}


/*----------------- C A B E C E R A ------------------*/

#cabecera{
	height:111px;
}

/*----------------------------------------------------*/

/*-------------- P E S T A N A S ---------------------*/

#pestanas ul{
	heigth:32px;
	width:640px;
	background-image:url(../images/fondo_pestanas.jpg);
	background-repeat:no-repeat;
	float:left;
}

*html #pestanas ul{
	margin-top:-3px;
}

#pestanas li{
	float:left;
	width:121px;
	height:32px;
}

/*----------------------------------------------------*/

/*-------------------- L I N K S ----------------------*/

#links{
	background-image:url(../images/links_fondo.jpg);
	width:620px;
	height:16px;
	float:left;
	color:#FFFFFF;
	padding:7px 10px 7px 10px;
	font-weight:bold;
	font-size:97%;
}

*html #links{
	margin-top:-4px;
}

#links li{
	height:16px;
	float:left;
	margin:0px 2px 0px 2px;
}

#links a, #links .azul{
	color:#A7CFE3;
	text-decoration:none;
	font-size:103%;
}

#links a:hover{
	text-decoration:underline;
}


/*----------------------------------------------------*/

/*------------------- C U E R P O ---------------------*/

#titular{
	height:74px;
	background-color:#F8F8F8;
	background-image:url(../images/degradado_titular.jpg);
	background-repeat:repeat-x;
	width:640px;
	clear:both;
	padding-bottom:4px;
}

#titular h1{
	margin:0px 0px 0px 10px;
	color:#005480;
	float:left;
	width:620px;
	padding:0px;
	font-size:100%;
}

*html #titular h1{
	margin-left:5px;

}

#titular h1 strong{
	font-size:100%;
}

#titular #iconos{
	float:right;
	margin:10px 10px 0px 0px;
	clear:both;
	width:350px;
	
}

#volverpromos {
	margin:10px 0px 0px 20px;
	float:left;
	width:100px;
	margin-bottom:-10px;
}

#titular #iconos li{
	float:right;
	margin-right:5px;
}

#cuerpo{
	background-color:#FFFFFF;
	height:592px;
}

/*-------------------- P I E -------------------------------*/

#pie_cuerpo{
	background-color:#005480;
	height:60px;
	width:620px;
	padding:10px;
	font-size:80%;
	color:#B1D5E8;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:15px;
	clear:both;
	background-image:url(../images/separador.jpg);
	background-repeat:no-repeat;
}

#pie{
	background-image:url(../images/pie_fondo.jpg);
	background-repeat:no-repeat;
	height:60px;
	width:680px;
	margin:0px;
	font-size:70%;
	text-align:center;
	float:left;
	clear:both;
	display:table;
}

#pie p{
	float:left;
	width:290px;
}

#pie_cuerpo #telf{
	float:right;
}

#pie a{
	color:#B1D5E8;
	text-decoration:none;
}

#telf{
	width:127px;
}

#telf img{
	float:left;
}

#telf p{
	font-size:110%;
	float:left;
	width:90px;
	margin:1px 0px 0px 5px;
}


/*------------------------------------------------*/

.separador{
	height:12px;
	width:640px;
	clear:both;
	float:left;
}

*html .separador{
	margin-top:0px;
	height:4px;
}

*+html .separador{
	margin-top:0px;
	height:4px;
}



#panoramica{
	color:#666;
}

#foto_destacado{
	background-color:#fff;
	
	
}

#foto_destacado img{
	padding:2px 2px 2px 2px;
	border:1px solid #CCCCCC !important;
}

#caracteristicas{
	font-size:11px;
	padding-left:20px;
	padding-right:20px;
}

#caracteristicas p{
	margin-bottom:15px;
}

#caracteristicas *{
	font-size:11px !important;
	
}

#tabla td{
	font-size:11px !important;
}