/* CSS Document */


body {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	text-align: center;
	background-image:url(../images/imagen_fondo.jpg);
	background-repeat:repeat-x;
	background-color: #810101;
}
DIV#contenedor{
	POSITION: relative;
	margin: auto;
	width: 931px;
	height: 533px;
	margin-top:20px;
}
DIV#botonera{
	POSITION: relative;
	float:left;
	margin: auto;
	width: 211px;
	height: 533px;
	background-image:url(../images/fondo_botonera.jpg);
}
DIV#contenido{
	POSITION: relative;
	float:left;
	margin: auto;
	width: 638px;
	height: 533px;
}

DIV#colaboradores{
	POSITION: relative;
	float:right;
	margin: auto;
	width: 82px;
	height: 533px;
	background-image:url(../images/fondo_colaboradores.jpg);
}
DIV#direccion{
	POSITION: relative;
	margin: auto;
	width: 638px;
	height: 17px;
	font-size: 0.55em;
	color:#dcbd55;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top:6px;
	font-weight: bold;
}
DIV#contenido_secciones{
	POSITION: relative;
	margin: auto;
	width: 638px;
	height: 488px;
	background-image:url(../images/fondo_contenido.jpg);
}
DIV#contenido_album_de_fotos{
	POSITION: relative;
	float:right;
	margin: auto;
	width: 720px;
	height: 533px;
	background-image:url(../images/fondo_album.jpg);
	}
DIV#contenido_album_superior{
	POSITION: relative;
	margin: auto;
	width: 720px;
	height: 23px;
	background-image:url(../images/fondo_album_superior.jpg);
	}
DIV#contenido_album_medio{
	POSITION: relative;
	margin: auto;
	width: 720px;
	height: 487px;
	background-image:url(../images/fondo_album_medio.jpg);
	}
DIV#contenido_album_inferior{
	POSITION: relative;
	margin: auto;
	width: 720px;
	height: 23px;
	background-image:url(../images/fondo_album_inferior.jpg);
	}
DIV#copyright{
	POSITION: relative;
	margin: auto;
	width: 638px;
	height: 22px;
	font-size: 0.55em;
	color:#dcbd55;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top:0px;
	font-weight: bold;
}
DIV#contenido_index{
	POSITION: relative;
	margin: auto;
	width: 638px;
	height: 448px;
	background-image:url(../images/fondo_contenido_index.jpg);
}
DIV#noticias{
	POSITION: relative;
	margin: auto;
	width: 638px;
	height: 40px;
	background-image:url(../images/fondo_noticias.jpg);
}
/* Hoja de estilos de la GALERIA DE IMAGENES */
.gal_principal td{
font-family:verdana;
font-size:11px;
color:#595858;
}
.gal_principal a{
color:#595858;
text-decoration:none;
}

.gal_estilo1{
font-family:verdana;
font-size:11px;
font-weight:bold;

}

.gal_estilo2{
font-family:verdana;
font-size:10px;
font-weight:bold;
}

.gal_categorias a{
font-family:verdana;
font-size:10px;
color:#595858;
text-decoration:none;
font-weight:bold;
}
.gal_categorias a:hover{
color:#E36203;
}

.gal_paginacion{
font-family:verdana;
font-size:11px;
color:#595858;
text-decoration:none;
}
.gal_paginacion a{
text-decoration:none;
color:#595858;
}

.gal_categos_fondo{
background-color:#FFF;
border-top:1px solid #5E91D2;
border-right:1px solid #5E91D2;
border-left:1px solid #5E91D2;
border-bottom:1px dashed #5E91D2;
width:100%;
}
.gal_fondo_imagenes{

}

.anterior_siguiente a{
color:#FF3300;
font-weight:bold;
font-size:10px;
}