.textfields {
	height: 20px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;



}
.botones {
	border: thin double #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: none;
	color: #FFFFFF;
	background-color: #CC0000;
	height: auto;
	cursor: hand;





}
.textoform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	border: 1px solid #666666;

}
.textochico {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;

}
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: underline;

}
.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC3333;
	font-weight: bolder;
	text-decoration: none;
	font-style: italic;

}
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.subtitulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC3333;
	text-decoration: none;
}
.underline {
	text-decoration: underline;
}

