@charset "utf-8";
/* CSS Document */

.titulos {

	font-size:12px;
	color:#000066;
	font-weight:bold;
	text-align:center;
	
}

.fields {
 	font-size:10pt;
	color:#333333;
	font-weight:bold;
}

.inputtext{ 

	border: 1px solid #003366;

}

.botonpag { /*Botones de la paginacion */

	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color:white;
	background:#638cb5;
	border:0px;
	width:80px;
	height:19px;

}

.comments {

	font-size:10px;
	color:#666666;
}

.textodesc {

text-align:center;
color:#000033;
font-size:10px;

}

.error {

	font-size:11px;
	color:#FF0000;
}