/* //// ESTILOS GENERALES */
* html,body {height: 100%;}

body {
	color: #fff;
	font-family: Garamond, "Gill Sans MT", serif, "Times New Roman";
	background-color: #000000;
	background-image: url(../imagenes/fondomosaico.gif);
	background-repeat: repeat;
	margin-top: 0px;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #000;
	background-color:#FFFFFF;
	text-decoration: none;
}
#contenedor {
	width: 760px;
	height: 100%;
	background-color: #000000;
}
/* ////// LATERAL */
#lateral {
	float: left;
	width: 130px;
	height: 100%;
	padding: 2px;
	margin-right: 5px;
	background-color: #000;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	margin-left: 25px;
	background-image: url(../imagenes/fondo_lateral.jpg);
	background-repeat: no-repeat;
	background-position: 2px 0px;
}
#logo {
	margin-top: 20px;
}
#datosdecontacto {
	font-size: 12px;
	color: #000000;
	background-color: #fff;
}
#datosdecontacto a {color: #000;}
/* /////////////// IZQUIERDA */
#izquierda {}
#cabecera {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background-image: url(../imagenes/fondo_subpagina.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#menu {
	height: 80px;
}
#menu a {
	font-size: 22px;
	text-decoration: none;
	white-space: nowrap;
	padding-bottom: 50px;
}
#menu a:hover {
	background: url(../imagenes/fondohover.gif) repeat-x 100% 100%;
	background-color:#000000;
	color: #fff;
}
.activo {
	font-size: 22px;
	text-decoration: none;
	white-space: nowrap;
	padding-bottom: 50px;
	background: url(../imagenes/fondohover.gif) repeat-x 100% 100%;
}
#titulo h1 {display:inline;}

/* //////////////////// CONTENIDOS */
#menugaleria {
	float: left;
/*	border-right: 1px solid #999;*/
	padding-right: 5px;
	margin-right: 20px;
}
#menugaleria a {
	text-decoration: none;
}
#menugaleria a:hover {
	font-style: italic;
	text-decoration: underline;
}
#menugaleria ul {
	margin: 0px;
	padding: 0px;
}
#menugaleria ul li {
	list-style-type: none;
	font-weight: bold;

}
#menugaleria li ul {
	margin-left: 20px;
}
#menugaleria ul li ul li {
	margin: 0px;
	font-weight: normal;
	list-style-type: square;

}

#buscador input {
	width: 100px;
}
#contenidos {
margin-top: 10px;
margin-left: 340px;
}
#contenidos img {margin-right: 5px;}
#detalle {
	border-top: 1px solid #fff;
	background-color: #333333;
	width: 390px;
	padding: 5px;
	background-image: url(../imagenes/fondo-detalle.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.desplegable {
	display: none;
}
#miniaturas img {
	border-left: 2px solid #fff;
	padding: 0px 0px 2px 2px;
}
