/* Estilo de la zona body */
body {
	background: #0B5B02;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

/* Estilo dentro de bloques */
td, th, div, select, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	background: none;
}

A:hover         {TEXT-DECORATION: underline}

/* Clases */

.bloque_titulo	{font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:#FFFFFF}

/* Clases Específicas de DEAX */
.deax_letrapie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF
}

.deax_titulo_seccion  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.deax_input_text {
	border: 1px solid #6175dd
}
