/*****************************************/
/*	FUENTES 							 */
/*****************************************/
.alerta{color:#FF0000;}
.naranja{color:#FF9900;}
.blanco{
	color:#FFFFFF;
	font-size:10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
	
}

.dropDown{
	background: #2D3541;
	color: #FFFFFF;
	font-size: 10px;
	width: 50px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
}
.blanco2{
	color:#FFFFFF;
	font-size:10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	
}
.azul{color:#003399;}
.verde{color:#A7CE3A;}
.letra_inicio{
	color:#003399;
	font-size:25px;
	font-weight:bold;
}
.oscura{color: #365706;}
.peke{font-size:9px;}
.titulo{
	color:#FFFFFF;
	font-size:10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:bold;
}
.titulo2{
	color:#FFFFFF;
	font-size:18px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	
}

/*****************************************/
/*	TABLAS	 							 */
/*****************************************/
.formato_tabla_centro{
	background:url(../imagenes/home/home.jpg) no-repeat;

}
.formato_tabla_principal{
	background:#07A1C5;
}

.formato_tabla_bordeBlanco{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.border_top{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
}
.border_right{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;
}
.border_left{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003399;
}
.border_bottom{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
}
.border_white{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

.linea_vertical{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	
}
.linea_horizontal{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A30F4E;
	
}




/*****************************************/
/*	CAMPOS	 							 */
/*****************************************/
.campos{
	color:#003399;
	font-size:10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003399;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
}
.campos2{
	color:#365706;
	font-size:10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003399;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003399;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #003399;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003399;
	width:200px;
	
	

}
.campos_audios{
	color:#365706;
	font-size:10px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #365706;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #365706;

	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #365706;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #365706;
	width:100px;
	
	

}


/*****************************************/
/*	GENERALES 							 */
/*****************************************/

a:active {
	text-decoration: none;
	color:#FFFFFF;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}
a:hover {
	color:#FFFFFF;
	text-decoration: none;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}
a:visited{
	text-decoration: none;
	color: #FFFFFF;
	font-family:Helvetica, Verdana, Arial, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#000000;

	
    scrollbar-3dlight-color:#E6EBF4;
    scrollbar-arrow-color:#E6EBF4;
    scrollbar-base-color:#E6EBF4;
    scrollbar-darkshadow-color:#003399;
    scrollbar-face-color:#003399;
    scrollbar-highlight-color:#E6EBF4;
    scrollbar-shadow-color:#003399;	

}
body,td,th {
	color: #FFFFFF;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
}



