<style>
input.texto{
font-family: Verdana, Arial, Serif; 
font-size: 11px;
text-transform: none;
font-weight: none;
text-align: none
}

td{
	font-family: "Century Gothic", "Verdana", "Serif";
	font-size: 13px;
	color: rgb(0,0,0);
	text-align: none
}


input.texto{
font-family: Verdana, Arial, Serif; 
font-size: 11px;
text-transform: none;
font-weight: none;
text-align: none;
}

textarea{
font-family: Verdana, Arial, Serif;
font-size: 11px;
text-transform: none;
font-weight: none;
text-align: none;
}

input.botones{
	background-color: #254061;
	color: white;
	width : 100px;
	font-family: Verdana;
	font-size: 9px;
	text-transform: none;
	font-weight: none;
	text-align: none;
	cursor: hand;
        font-weight: bold;
}




</style>