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

#background {
	background-image: url(img/posterbackground.jpg);
	background-repeat: repeat;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0%;
	top: 0%;
}

#contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	position: absolute;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	height: 40%;
	width: 30%;
	left: 35%;
	top: 15%;
	padding-top: 1%;
	padding-bottom: 1%;
	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;
}

