body {
	background-color: #ffffff;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.Estilo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333399;
}
.texto_naranja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
}
.Estilo3 {font-size: 11px}
.Estilo5 {font-size: 11px}
.titulo_instrucciones {font-size: 14px}
.instrucciones {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}

.link {     
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    Color : #000000; 
	font-weight: bold;
	text-decoration : none;
}
.link:hover { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	Color : #FF6600; 
	font-weight: bold;
	text-decoration : underline;
}

.link-small {     
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
    Color : #000000; 
	font-weight: bold;
	text-decoration : none;
}
.link-small:hover { 
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	Color : #FF6600; 
	font-weight: bold;
	text-decoration : underline;
}