@font-face {
    font-family: 'UniversUltraCondensed';
    src: url('font/univuc__-webfont.eot');
    src: url('font/univuc__-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/univuc__-webfont.woff') format('woff'),
         url('font/univuc__-webfont.ttf') format('truetype'),
         url('font/univuc__-webfont.svg#UniversUltraCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}


html, body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
	font-family: UniversUltraCondensed;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	z-index: 5;				/* Place the new body above the background image */
	overflow:hidden;
	width:100%;
	position: relative;
	float: left;
	min-height:100%;
	height:auto !important;
	height:100%;
}
#realBody #cierre {
	clear: both;
}
#realBody #titulo {
	position: absolute;
	left: 6%;
	top: 35%;
	width: 35%;
	outline: 0;
	z-index: 2;
	display:none;
}
#realBody #logos {
	position: absolute;
	left: 5%;
	top: 90%;
	width: 90%;
	outline: 0;
	z-index: 3;
}
#realBody #facebook {
	position: absolute;
	top: 6%;
	left: 6.5%;
}
#realBody #botonera {
	position: absolute;
	bottom: 4.5%;
	left: 4%;
	z-index: 5;
}
#realBody #botonera ul {
	margin-left: 0px;
}
#realBody #botonera li {
	font-size: 23px;
	color: #EC008C;
	list-style-type: none;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
}
#realBody #botonera a {
	color: #000000;
	text-decoration: none;
	font-weight: 100;
}
#realBody #botonera a:hover {
	color: #EC008C;
	text-decoration: none;
}
#realBody #titulo2 {
	position: absolute;
	left: 48%;
	top: 11%;
}
#realBody #titulo2 h1 {
	font-size: 23px;
	color: #EC008C;
	font-weight: normal;
}
#realBody #titulo2 h1 a {
	font-size: 23px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#realBody #titulo2 h1 a:hover {
	font-size: 23px;
	color: #EC008C;
	font-weight: normal;
	text-decoration: none;
}
#realBody #titulo2 hr {
	width: 30px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#realBody #campo_principal {
	position: absolute;
	left: 48%;
	top: 38%;
	font-size: 24px;
	color: #000000;
	width: 42%;
	font-weight: normal;
	line-height: 32px;
}
#realBody #campo_principal_fotos {
	position: absolute;
	left: 48%;
	top: 28%;
	font-size: 24px;
	color: #000000;
	width: 42%;
	font-weight: lighter;
	line-height: 32px;
	height: 500px;
	overflow: auto;
	z-index: 20;
	outline: none;
}
#realBody #campo_principal_fotos img {
	float: left;
	height: 80px;
	width: 120px;
	margin-right: 12px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#realBody #campo_principal_fotos_rodaje {
	position: absolute;
	left: 48%;
	top: 28%;
	font-size: 24px;
	color: #000000;
	width: 42%;
	font-weight: lighter;
	line-height: 32px;
	height: 500px;
	overflow: auto;
	z-index: 20;
	outline: none;
}
#realBody #campo_principal_fotos_rodaje img {
	float: left;
	height: 80px;
	margin-right: 12px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#realBody #campo_principal_prensa {
	position: absolute;
	left: 48%;
	top: 38%;
	font-size: 24px;
	color: #000000;
	width: 42%;
	font-weight: lighter;
	line-height: 32px;
	height: 350px;
	overflow: auto;
	z-index: 20;
	outline: none;
}
#realBody #campo_principal_prensa img {
	float: left;
	height: 133px;
	margin-right: 12px;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#realBody #campo_principal_fotos a {
	color: #EC008C;
	text-decoration: none;
}
#realBody #campo_principal_fotos a:hover {
	color: #EC008C;
	text-decoration: underline;
}
#realBody #festivales {
	height: 400px;
	width: 200px;
	position: absolute;
	top: 50px;
	right: 100px;
	text-align: right;
}
#realBody #festivales img {
	margin-bottom: 15px;
}
