.texto-rojo {
	font-family: Tahoma;
	font-size: 11px;
	color: #7A0C00;
	font-weight: bold;
}
.texto-negro {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
.input {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	background-color: #FBFBFB;
	border-top: 1px solid #A5ACB2;
	border-right: 1px solid #A5ACB2;
	border-bottom: 1px solid #A5ACB2;
	border-left: 1px solid #A5ACB2;
}

