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

#background {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-attachment: scroll;
	background-color: #FFFFFF ;
	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;
	position: absolute;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	width: 25%;
	height: 98%;
	top: 0%;
	left: 38%;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	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;
	
}


h1 {
	margin: 5px;
}

p {margin: 5px;
}
