@charset "utf-8";
/* CSS Document */

BODY {
	background-image:url(img/fondo_entrada.jpg);
	background-repeat:repeat-x;
	font: 8pt "Trebuchet", Verdana,Geneva,Arial,Helvetica,sans-serif;
	color:#666666;
	margin: 0px 0px 20px 0px;
	text-align:center;
}


#contenedor {
	text-align:left;
	width:800px;
	height:570px !important;
	background-image:transparent;
	margin:auto;
}


img {
display: block;
margin: auto;
}

.centrar-imagen {
text-align: center;
}

.cabecera {
	width:750px;
	height:124px;
	background-image:url(img/cabecera.jpg);
	background-repeat:no-repeat;
	margin-bottom:5px;
	clear:both;
}

.lateral_izq {
	width:110px;
	height:442px;
	background-image:url(img/lateral_izq.jpg);
	background-repeat:no-repeat;
	float:left;
}

#galeria {
	width:640px;
	height:320px;
	float:left;
}

.boton {
	margin-top:10px;
	font-size:1.1em;
	float:left;
	width:640px;
	text-align:right;
}

a:link {
	color:#333333;
	text-decoration:none;
}

a:visited {
	color:#333333;
	text-decoration:none;	
}

a:hover {
	color:#999;
	text-decoration:underline;
}


