/* //// 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 */

#contenidos {
	margin-top: 10px;
	margin-left: 200px;
}
.fondo_historia {
	float: left;
	margin: 10px;
	}
