﻿/*FORMULARIOS */

input{
	border-color:#333333;
	border-width: 1pt;
	border-style: solid;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color:#E8E8E8;
}

select{
    border-color:#333333;
	border-width: 1pt;
	border-style: solid;
    font-size: 11px;
	border: 1px solid;
	font-family: Arial, Helvetica, sans-serif;
}

textarea{
	border-color:#333333;
	border-width: 1pt;
	border-style: solid;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color:#E8E8E8;
}

.checkbox {
	border : 20px;
	border-color:#333333;
/*	background-color:#000000;
	color:#800000;
*/
}
td {
	font-family:Tahoma;
	color: #003366;
	font-size:9pt;
	text-align: left;
	line-height: 150%;
	
	}

