.textocombo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
.texto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	line-height: 18px;
}
.textoGris {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	line-height: normal;
	text-decoration: none;
}

.textoGris:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #124712;
	line-height: normal;
	text-decoration: none;
}

.campotexto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	border: 1px solid #cccccc;
	background-color: #F8FBF4;
	
}

.borrar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;

}

.borrar:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

