/* //// 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;
}
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;
	width: 105px;
	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: 310px;
}

.registros {
	float: left;
	width: 139px;
	
	height: 120px;
	\height: 130px;
	h\eight: 120px;
	margin-bottom: 4px;
	padding: 0px 2px 0px 0px;
}
.registros a {text-decoration: none;}
.registros a:hover {
	font-style: italic;
	text-decoration: underline;
}
.registros img {
margin: 0px;
padding: 0px;
}
.registros p {
margin: 0px;
padding: 0px;
}
.registrosnavegacion {
width: 414px;
position: absolute;
top: 425px;
left: 330px;
border-top: 2px solid #fff;
}
.desplegable {
	display: none;
}