/* CSS Document */

input,
select,
textarea
{
	border:1px solid #cccccc;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
}

input.seleccionado
{
	border-color:#999999;
	background-color:#FFFFCC;
}

.requerido
{
	color:#990000;
}

table
{
	border:none !important;
}
