/*
Version: 1.0
Author: Camilo Rivero || http://www.cebra.com.uy/
*/

/* Base
----------------------------------------------- */

html, body {
	height: 100%;
}

#contenido {
	width: 814px;
	height: 456px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -407px; 
	margin-top: -228px; 
	background-image:url(portada.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#contenido span {
	position: absolute;left: -99999px;top: -99999px;display: none;font-size: 0%;
}

#linkentrar {
	width: 74px;
	height: 28px;
	position:absolute;
	left: 370px;
	top: 338px;
	display:block;
}
