.links{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font : 10px;
	text-decoration: none;
}
.link{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font : 10px;
	text-decoration: none;
}
.link:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Lime;
	font : 10px;
	text-decoration: underline;
}
.pie{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	font : 10px;
}
.texto{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FAFAFA;
	font : 10px;
	text-decoration: none;
}
.titulo{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #040404;
	font : 11px;
	text-decoration: none;
}
.texto2{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FAFAFA;
	font : 12px;
	text-decoration: none;
}
.cuadro{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font : 12px;
	text-decoration: none;
	border : 1px solid #DEDEDE;
}
.boton{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font : 12px;
	text-decoration: none;
	border : 1px solid #DEDEDE;
	background-image : url(bgboton.jpg);
}
body {
	background: transparent url(fondo.jpg) no-repeat center top;
	 background-attachment: fixed;
}