/*******************************************************/
/* CSS Document 					                   */

/********************************************************/
/* Propiedades generales */
body {
	background-color: #EEE;
	margin-top:5px;
	text-align: justify;
	font-family:Verdana,Arial, Helvetica, sans-serif;
}


/********************************************************/
/* LINKS  */
a:link { font-size: 11px; font-weight: bold; text-decoration: none; color: #000000}
a:visited { font-size: 11px; font-weight: bold; text-decoration: none; color: #000000}
a:active { font-size: 11px; font-weight: bold; text-decoration: none; color: #000000}
a:hover { font-size: 11px; font-weight: bold; text-decoration: none; color: #666666}

.clink1 a:link { font-size: 9px; font-weight: bold; text-decoration: none; color: #FFCC00}
.clink1 a:visited { font-size: 9px; font-weight: bold; text-decoration: none; color: #FFCC00}
.clink1 a:active { font-size: 9px; font-weight: bold; text-decoration: none; color: #FFCC00}
.clink1 a:hover { font-size: 9px; font-weight: bold; text-decoration: none; color: #CC0000}

.clink2 a:link { font-size: 9px; font-weight: bold; text-decoration: none; color: #FFFFFF}
.clink2 a:visited { font-size: 9px; font-weight: bold; text-decoration: none; color: #FFFFFF}
.clink2 a:active { font-size: 9px; font-weight: bold; text-decoration: none; color: #FFFFFF}
.clink2 a:hover { font-size: 9px; font-weight: bold; text-decoration: none; color: #666600}

.clink3 a:link { font-size: 9px; font-weight: bold; text-decoration: none; color: #000000}
.clink3 a:visited { font-size: 9px; font-weight: bold; text-decoration: none; color: #000000}
.clink3 a:active { font-size: 9px; font-weight: bold; text-decoration: none; color: #000000}
.clink3 a:hover { font-size: 9px; font-weight: bold; text-decoration: none; color: #990000}

/********************************************************/
/* Tipos de Letras */
.header_title { color: #FFFFFF;font-weight: bold; font-size: 20px;}

.minidata_l { font-weight: normal;color: #FFFFFF;font-size: 10px;text-align: left;}
.minidata_c { font-weight: normal;color: #FFFFFF;font-size: 10px;text-align: center;}
.minidata_r { font-weight: normal;color: #FFFFFF;font-size: 10px;text-align: right;}

.minidata_lb { font-weight: normal;color: #000000;font-size: 10px;text-align: left;}
.minidata_cb { font-weight: normal;color: #000000;font-size: 10px;text-align: center;}
.minidata_rb{ font-weight: normal;color: #000000;font-size: 10px;text-align: right;}
.minidata_jb{ font-weight: normal;color: #000000;font-size: 10px;text-align: justify;}

.titulo_c { font-weight: bold;color: #000000;font-size: 16px;text-align: center;}

.subtitulo_c { font-weight: bold;color: #000000;font-size: 12px;text-align: center;}
.subtitulo_l { font-weight: bold;color: #000000;font-size: 12px;text-align: left;}

.subtitulo_cw { font-weight: bold;color: #EEEEEE;font-size: 12px;text-align: center;}
.subtitulo_lw { font-weight: bold;color: #EEEEEE;font-size: 12px;text-align: left;}

.data_black_r { font-weight: bold;color: #000000;font-size: 11px;text-align: right;}
.data_black_c { font-weight: bold;color: #000000;font-size: 11px;text-align: center;}
.data_black_j { font-weight: bold;color: #000000;font-size: 11px;text-align: justify;}
.data_black_l { font-weight: bold;color: #000000;font-size: 11px;text-align: left;}
.data_black_ls { font-weight: bold;color: #CCCCCC;font-size: 11px;text-align: left;}


.data_white_r { font-weight: bold;color: #FFFFFF;font-size: 11px;text-align: right;}
.data_white_c { font-weight: bold;color: #FFFFFF;font-size: 11px;text-align: center;}
.data_white_l { font-weight: bold;color: #FFFFFF;font-size: 11px;text-align: left;}

.data_alert_l { font-weight: bold;color: #DD0000;font-size: 11px;text-align: left;}
.data_alert_c { font-weight: bold;color: #DD0000;font-size: 11px;text-align: center;}
/*********************************************************/
/* Footer */
.footer_black { font-weight: normal;color: #000000;font-size: 10px;}

/***********************************************************/
/* Formularios */ 

.boton {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCCCCC;
	text-align: center;
	height: auto;
	width: auto;
}
.combolist {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}
.textbox {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.textbox2 {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
