/*Estos son los estilos para el cuerpo general de la página.*/
body {
	background-color: #FFFFFF;
	background-image: url(../imagenes/fondo01.gif);
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	left: 0px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	scrollbar-3dlight-color: #000066;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #000066;
	scrollbar-highlight-color: #000066;
	scrollbar-shadow-color: #000066;
	scrollbar-track-color: #FFFFFF;
	width:600px;
}

#fondogral {
	position: relative;
	float: left;
	width: 600px;
	margin-top: 20px;
	padding: 10px;
	background-color: #ffffff;
	border: solid 1px #000066;
}

#pie {
	position: relative;
	float: left;
	width: 620px;
	font-size: 10px;
	line-height: 16px;
	margin-top: -1px;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #000066;
}

.creditos {
	position: relative;
	float: right;
	font-size: 9px;
	color: #aaaaaa;
	text-align: right;
	text-decoration: none;
	margin-right: -20px;	
}

#cabecera {
	position: relative;
	float: left;
	margin-bottom: 5px;
}

#fondo_arriba {
	position: relative;
	float: left;
	width: 600px;
	height: 272px;
	background-image: url(../imagenes/fondo_arriba.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

#botonera {
	position: absolute;
	background-image: url(../imagenes/fondo_menu2.png);
	top: 145px;
	left: 275px;
	padding-left: 30px;
	width: 290px;
	padding-top: 25px;
	height: 255px;
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity:0.7;	
}

#botonera a:link, #botonera a:active, #botonera a:visited {
	position: relative;
	float: left;
	width: 260px;
/*	*/
	margin-bottom: 12px;
	text-decoration: none;
	font-size: 11px;
	color: #189AB4;
}

#botonera a:hover {
	color: #FFCC00;
	text-indent: 3px;
}

/* ESTILOS PROPIOS DE LA PRINCIPAL */

#img_principal {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 220px;
	height: 230px;
	border: solid 1px #ffffff;
	

}

#fondo_abajo {
	position: relative;
	float: left;
	width: 600px;
	height: 300px;
	background-image: url(../imagenes/fondo_abajo_quienes.jpg);
	margin-bottom: 5px;
}

#texto {
	position: absolute;
	margin-left: 10px;
	margin-top: 80px;
	height: 250px;
	width: 280px;
	color: #808080;
	text-align: justify;
}

#datos {
	position: absolute;
	top: 40px;
	left: 360px;
	font-weight: bold;
}

.local {
	font-size: 12px;
	color: #FFCC00;
}

.dato {
	font-size: 11px;
	color: #189AB4;
}

.etiqueta {
	font-size: 11px;
	color: #7AC8D8;
}
