html {
	height:100%;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
body {
	height:100%;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Images/fondo.jpg);
	background-repeat: repeat-x;
}
#central {
	position: absolute;
	height:100%;
	width: 670px;
	top: 0px;
	left:50%;
	margin-left: -335px;
	background-color: #000000;
	}
#menuAll{
	position: absolute;
	height: 130px;
	width: 100%;
	top: 0px;
}
#tituloPag{
	position: absolute;
	height: 100px;
	width: 100%;
	top: 130px;
}
#fotos {
	position: absolute;
	top:2px;
	width: 649px;
	left:50%;
	margin-left: -325px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #990000;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
}
