.campo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	border: 1px solid #666666;
}

.BoxUp{
   width: 900px;
   background-image: url("images/CierraCajaArriba.gif");
   background-position: top center;
   background-repeat: no-repeat;
}

.BoxDown {
   width: 900px;
   background-image: url("images/CierraCajaAbajo.gif");
   background-position: bottom right;
   background-repeat: no-repeat;
   padding: 58px 75px 58px 350px;
} 

B.CampoAutentificacion { 
	font-family: "Handwriting - Dakota";
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	color: #B80005;
	}

B.LeyendaAutentificacion { 
	font-family: Verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	color: #F15019;
	}
	
B.ErrorAutentificacion { 
	font-family: Verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	color: #ED1D24;
	}
	
.Punteado{
  border-style:dotted;
   border-width: 3px;
   border-color: #F15019;
   background-color: #FFFFFF;
   font-family: Verdana,sans-serif;
   font-size: 10pt;
} 
.BotonFormulario {
	color: #B80005;
	font-family: "Handwriting - Dakota";
	font-size: 8pt;
	font-weight: bold;
	text-transform: capitalize;
	background-color: #FFFFFF;
	height: 22px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #353535;
	border-right: 2px solid #353535;
	border-bottom: 2px solid #353535;
	border-left: 1px solid #353535;

}
/************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	
}
