.clear{clear:both;}



#pagina {
	background: transparent url(imagenes/fondo2.jpg) no-repeat top left;
	width:100%;
	height:825px;
}

#cabecera{
	position:relative;
	top:25%;
	left:15%;
	border:1px solid #000000;
	width:450px;
	height:258px;
	background: transparent url(imagenes/logo.jpg) no-repeat top left;
}

#pie{
	width:1150px;
	height:800px;
	
	
}

a:link {
	font-family: Arial;
	font-size: 0.8em;
	color: #ffffff;
	font-weight: bold;
}
a:hover {
	font-family: Arial;
	font-size: 0.8em;
	color: red;
	text-decoration: underline;
}
a:focus{
	font-family: Arial;
	font-size: 0.8em;
	color: #ffffff;
}
