@charset "UTF-8";
html {
	font-size: 11px;
	background-color: #000000;
	margin:0;
	padding:0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
a{
	color:#FFFFFF;
 	text-decoration: none;
}
a:hover{
	color: #FF0000;	
}
#contenido {
	margin:auto;
	padding:0;
	background-image: url(../img/elfaro.jpg);
	background-repeat: no-repeat;
	background-position: 282px 9px;
	height: 607px;
	width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -303px;
}
#fotos{
	width: 800px;
}
