/* CSS Document */

body {
	background-color: #cfcdbf;	
	margin-left: 0px;
	margin-top:0px;
}
.oneColFixCtr #container {
	padding-top:0px;
	padding-bottom:0px;
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height: 820px;
	height: auto !important;
	height: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:5px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	overflow:auto;

}
.oneColFixCtr #mainContent {
	width: 980px;
	min-height: 810px;
	height: auto !important;
	height: 810px;
	vertical-align:top;
	text-align:center;
	/*overflow:auto; */
	margin:auto;

}

.animaciones {
	width:980px; 
	height:380px; 
	float:left;
	background-color:#84adc1;
}

.botonera {
	width:980px; 
	height:35px; 
	float:left; 
	text-align:center;	
	margin-top:10px;
	margin-bottom:10px;
}

.banda_contacto {
	width:980px;
	height:95px;
	background-color:#8e987d;
	float:left;
	margin-top:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#FFF;
	line-height:18px;
}

.banda_cierre {
	width:980px;
	height:13px;
	background-color:#92aec4;
	float:left;
	margin-top:5px;
}
.creditos {
	width:980px; 
	float:left; 
	height:20px; 
	font-family: Arial; 
	font-size:10px; 
	color:#666666; 
	text-align:right; 
	margin-top:5px;
}

.contenedor_central {
	width:980px;
	float:left;
	background-color:#ecead9;
	min-height:250px;
	height:auto !important;
	height:250px;
	padding-bottom:10px;
}

.contenedor_banners_home {
	min-height:200px; 
	height:auto !important;
	height:200px;
	width:305px; 
	float:left; 
	margin-left:15px;
	margin-top:25px; 
	background-color:#FFF;	
}

.contenedor_20 {
	width:196px; 
	float:left; 
	min-height:20px; 
	height: auto !important;
	height:20px;	
}
.contenedor_30 {
	width:294px; 
	float:left; 
	min-height:20px; 
	height: auto !important;
	height:20px;	
}

.contenedor_50 {
	width:490px; 
	float:left; 
	min-height:20px; 
	height: auto !important;
	height:20px;	
}

.contenedor_70 {
	width:686px; 
	float:left; 
	min-height:20px; 
	height: auto !important;
	height:20px;	
}
.contenedor_100 {
	width:100%;
	float:left;
}

.contenedor_vineta {
	width:15px;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#71003b;
	text-align:center;
}

.contenedor_miniatura {
	width:95px; height:95px; float:left; border:solid 1px #fff; margin-right:5px;
}


.linea_gris_punteada {
	width:100%; 
	height:3px; 
	float:left; 
	background-image:url(imagenes/punto_gris.png); 
	background-repeat:repeat-x;
	margin-top:5px;
	margin-bottom:5px;
}

.linea_bordo_punteada {
	height:3px; 
	float:left; 
	background-image:url(imagenes/punto_bordo.png); 
	background-repeat:repeat-x;
	margin-top:5px;
	margin-bottom:5px;
}

.form_contacto {
 		width:250px; 
		background-color:#FFFFFF; 
		font-size:11px;	
		font-family:Arial; 
		color:#333;	
		border: solid 1px #8e987d ;	
}


/*textos*/
.texto_azul_10 {
	font-family: Tahoma; font-size:10px; color: #036; float:left;
}
.texto_blanco_11 {
	font-family: Georgia, "Times New Roman", Times, serif; font-size:11px; color:#fff; 
}
.texto_negro_10 {
	font-family: Tahoma; font-size:10px; color:#000; 
}
.texto_negro_11 {
	font-family: Georgia, "Times New Roman", Times, serif; font-size:11px; color:#000; 
}
.texto_bordo_11 {
	font-family: Georgia, "Times New Roman", Times, serif; font-size:11px; color:#71003b; 
}
.texto_bordo_10 {
	font-family: Tahoma; font-size:10px; color:#71003b; 
}


/*TITULOS*/


/*LINKS*/
.link_pie {
	font-family: Arial; font-size:10px; color:#8C7873; text-decoration:none;
}

.link_pie:hover {
	font-family: Arial; font-size:10px; color:#8C7873; text-decoration:underline;
}

.link_bordo_10 {
	font-family:Georgia; font-size:10px; text-decoration:none; color:#71003b; 
}
.link_bordo_10:hover {
	font-family:Georgia; font-size:10px; text-decoration:none; color:#000; 
}

.link_blanco_10 {
	font-family:Georgia; font-size:10px; text-decoration:none; color:#fff; 
}
.link_blanco_10:hover {
	font-family:Georgia; font-size:10px; text-decoration:none; color:#71003b; 
}
.link_blanco_11 {
	font-family:Georgia; font-size:11px; text-decoration:none; color:#fff; 
}
.link_blanco_11:hover {
	font-family:Georgia; font-size:11px; text-decoration:none; color:#71003b; 
}

.link_blanco_12 {
	font-family:Georgia; font-size:11px; text-decoration:none; color:#71003b; 
}
.link_blanco_12:hover {
	font-family:Georgia; font-size:11px; text-decoration:underline; color:#71003b; 
}


.link_azul_11 {
	font-family: Tahoma; font-size:11px; color: #036; text-decoration:none;
}

.link_azul_11:hover {
	font-family: Tahoma; font-size:11px; color: #000; text-decoration:none;
}




