 /* PARA QUE LA BARRA DESPLAZAMIENTO APAREZCA SIEMPRE */
html{
height: 100%;
margin-bottom: 1px;
}
* /*en todos los els de la web*/{
	outline: none;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", serif;
	color: Black;
	background-color: Black;
}
div#contenedorbase { 
	margin: 0 auto 0 auto;
	width: 806px;
	background-color: White;
	height: 800px;
	overflow: visible;
}
div#contenedor { 
	margin: 0px auto 0px auto;
	width: 806px;
	background-color: White;
	height: 100%;
	overflow: visible;
	padding-bottom: 20px;
	margin-top: -16px;
}
div#menu {
	margin-top: 0px;
}
div#fotos {
	background-color: White;
	padding: 20px;
	text-align: center;
	
	
}
h1 {
	font-size: 24px;
	padding-left: 20px;
	padding-top: 20px;
}
ul {
	list-style: none;
	padding-top: 20px;
}
li {
	margin-bottom: 12px;
}
.expos a {
	color: Black;
	font-size: 20px;
	padding-left: 20px;
}
.expos a:hover, .expos a:active, .expos a:focus {
	color: red;
}
.volver li {
	margin:0px;
	margin-bottom: 5px;
}
.volver a {
	text-decoration: none;
	font-size: 13px;
	padding-left: 0px;
	color: Black; 
}
.volver a:hover, .volver a:active, .volver a:focus {
	color: red;
}
a.activa {
	color: red;
}
ul.submenu {
	padding-top: 5px;
	margin-left: 15px;
	}
.submenu li{
	margin-bottom: 5px;	
}
.submenu a {
	text-decoration: none;
	font-size: 13px;
}
a.inicio {
	text-decoration: none;
	color: #AAAAAA;
}
