
/* CSS Document */

body {
	background-image: url(fondo.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top:0px;
	background-attachment: fixed;

}
.encuadre {
	font-family: "Trebuchet MS", arial;
	font-size: 18px;
	border: 1px solid #cccccc;
	color:#111111;
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

.verda{
font-family:Verdana,Arial;
font-size:11px;
color:#333333;
}


.texto{
font-family:"Trebuchet MS",Arial;
font-size:12px;
color:#333333;
}

