a:link {color: #66FFFF}
a:visited {color: #66FFFF}
a:hover {color: #FFFF00}
a:active {color: #FFFFFF}

p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #66FFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #66FFFF;
}
body {
	background-attachment: fixed;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#contenedor {
	position: relative;
	height: 600px;
	width: 800px;
	top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;	
}
#contenedor #logo {
	position: absolute;
	top: 0px;
	left: 0px;
}
#contenedor #menu {
	position: absolute;
	height: 200px;
	width: 140px;
	top: 134px;
	text-align: center;
	background-image: url(images/transparente.png);
}
#contenedor #contenido {
	width: 610px;
	position: absolute;
	left: 150px;
	top: 134px;
	padding-left: 20px;
	padding-right: 20px;	
	background-image: url(images/transparente.png);
}
#contenedor #copyright {
	position: absolute;
	height: 65px;
	width: 800px;
	text-align: center;	
	bottom: 0px
}
