body {
	background: transparent;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.titulo{
font-size:10px;
color:#FF6600;
font-family: arial;
}
.texto_formulario{
font-size:8px;
color:#336699;
font-family: arial;
}
.boton_solicitar{
width:60px;
height:20px;
background-color:white;
border-width:thin;
border-style:solid;
border-color:#D8D8D8;
color:#000000;
font-size:8pt;
}
.caja_usuario{
	background-color:#D8D8D8;
	width:50px;
	height:20px;
	font-size:10px;
	font-family: Arial;
	font-style: normal;
	border: #003366;
}

.caja_contrasena{
background-color:#D8D8D8;
	width:50px;
	height:20px;
	font-size:10px;
	font-family: Arial;
	font-style: normal;
	border: #003366;
}
.caja_rut{
background-color:#D8D8D8;
	width:50px;
	height:20px;
	font-size:10px;
	font-family: Arial;
	font-style: normal;
	border: #003366;
}
a:hover      {  font-family: arial; font-size: 12px; text-decoration:none; color: #336699; }
a:active     {  font-family: arial; font-size: 12px; text-decoration:none; color: #FF6600; }
a:link       {  font-family: arial; font-size: 12px; text-decoration:none; color: #FF6600; }
a:visited    {  font-family: arial; font-size: 12px; text-decoration:none; color: #FF6600; }

