/* CSS Document */
BODY{	
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
	/*background-image: url(FND.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	background-color: #CCCCCC;*/
	background-image: url(img/fondoHome0.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.textoBlanco {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.textoNegro {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}
.textoNaranja {
	font-family: Verdana;
	font-size: 13px;
	color: #E9D999;	
}
.linkNegro {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	text-decoration:none;	
}
.linkBlanco {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;		
}