* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #D13A00;
	font: 62.5% Arial, Tahoma, Verdana, Helvetica, sans-serif;
	color: #FFF;
}
a {
	color: #FFF;
}
a:hover {
	color: #333;
}
img {
	border: 10px solid #FFF;
}
#imagen {
	width: 470px;
	height: 420px;
	margin: -210px 0 0 -235px;
	border: 0;
	top: 50%;
	left: 50%;
	position: absolute;
	overflow: hidden;
	z-index: 2;
}
#contenido {
	width: 100%;
	padding: 0.75em 0;
	border-top: 1px solid #DDD;
	background-color: #222;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	text-align: center;
	z-index: 3;
}
#contenido h1, #contenido h2{
	display: inline;
	font-size: 1.2em;
}
#contenido h2 {
	font-weight: normal;
	margin: 0 0 0 1em;
}
#contenido a {
	color: #CCC;
}
#contenido a:hover {
	color: #FFF;
}
/**/
#flashEfar {
	width: 450px;
	height: 400px;
	margin: -210px 0 0 -235px;
	border: 10px solid #FFF;
	top: 50%;
	left: 50%;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
#flashEfar h3, #flashEfar p{
	padding:10px;
}