/* CSS Document */
BODY{ background-color:#000000 }

.blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF; cursor: auto;}

.blanco a:link{color: #ffffff; text-decoration:none;}
.blanco a:visited{color: #ffffff;text-decoration:none;}
.blanco a:hover{ color: #FF9900;text-decoration: underline;}
.blanco a:active {color: #ffffff;text-decoration:none;}
	
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	}

.txt a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;	text-align: justify; text-decoration: none;
}
.txt a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	cursor: default; text-align: justify; text-decoration: none;
	}
.txt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline; text-align: justify;}
.txt a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;text-align: justify; text-decoration: none;
	color: #000000;}
	
	#negrilla{
	font-size: 12px;
	font-weight: bold;color: #FF9900;
}
	#NARANJA {	color: #FF9900;}
	#NEGRO {	color: #000000;}
	
.txt_blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: justify;
	margin: 20px;
	}
	
.txt_blanco1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: justify;
	margin: 20px;
	}
		
	
.borde_blanco {
	border: 5px solid #FFFFFF;
}

