@charset "utf-8";
/* CSS Document */

#background {
	background-image: url(img/posterbackground.jpg);
	position: absolute;
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	top: 0%;
	left: 0%;
}
#contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	height: 40%;
	width: 19%;
	left: 40%;
	top: 20%;
	margin-top: 5px;
	padding: 5px;
	border-top-style: groove;
	border-top-color: #999999;
	border-top-width: thin;
	border-bottom-style:groove;
	border-bottom-color: #999999;
	border-bottom-width:thin;
	border-left-style: groove;
	border-left-color: #999999;
	border-left-width: thin;
	border-right-style: groove;
	border-right-color: #999999;
	border-right-width: thin;
}
	
a:link {
    color: #144478;
    text-decoration:none;
}

a:visited {
    color: #144478;
    text-decoration:none;
}

a:active {
    color: #E5D9AF
    text-decoration:none;
}

a:hover {
    color: #FC36FF;
    text-decoration:none;
}


