@charset "utf-8";
/* CSS Document */

body { 
	background:url(images/bkg.png); 
	background-color:#FFFFFF; 
	background-repeat:repeat-x;
}
.ppal {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#546d81;
	text-decoration:none;
}
.texto {
  font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#546d81;
	text-decoration:none;
	text-align:justify;
}
.campo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
	color: #000000; 
	border-color:#929292; 
	border: 1px solid #666666;
	height:18px
}
.boton
{
	font-weight: bold; 
	font-size: 8pt;
	background-image: url('images/boton.png'); 
	color: #000000; 
	font-family: Arial; 
	background-color: white; 
	border: 1px solid gray
}
.campotxt
{
	font-family: Arial,Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	border-color:#929292; 
	border: 1px solid #666666;
}
