.texto {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
}

.texto_negativo {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}

.texto_mini {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #003300;
}

.texto_mini_neg {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	color: #EAE0D7;
}

.enlace {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	border: none;
	text-decoration: underline;
}

.enlace:hover {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #003300;
	border: none;
	text-decoration: underline;
}

.enlace_neg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	border: none;
	text-decoration: underline;
}

.enlace_neg:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #EAE0D7;
	border: none;
	text-decoration: underline;
}

.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	width: 250px;
	background-color: #DDDDDD;
	border: 1px solid #BBBBBB;
}

.formulario_mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #003300;
	width: 80px;
	background-color: #EAE0D7;
	border: 1px solid #003300;
}

.boton_formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	width: 80px;
	background-color: #DDDDDD;
	border: 1px solid #003300;
}


.boton_calendario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	width: 25px;
	background-color: #DDDDDD;
	border: 1px solid #003300;
}

.cuadro {
	border: 8px solid #CCCCCC;
}

.cuadro_mini {
	border: 4px solid #CCCCCC;
}

.cuadro_sin_borde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	font-style: normal;
	color: #666666;
	background-color: #000000;
}

.cuadro_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
	height: 120px;
	font-style: normal;
	background-color: #000000;

}
