/*------- general ----------------------------------------*/
body,td {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	color : Black;
	font-size: 8pt;
	margin-left:0;
	margin-right:0;
	margin-top:0;
}


/*------- cajas----------------------------------------*/

.caja1 {
	background-color : White;
	color : Black;
	font-size :8pt;
	font-weight : normal;
	padding-bottom :1px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 1px;
	border : 1px solid Gray;
	border-bottom : 2px solid Gray;
	text-decoration: none;
	line-height : 120%;
}

.caja2 {
	background-color : Silver;
	color : Black;
	font-size :8pt;
	font-weight : normal;
	padding-bottom :1px;
	padding-left : 5px;
	padding-right : 15px;
	padding-top : 1px;
	border : 1px solid Gray;
	border-bottom : 2px solid Gray;
	text-decoration: none;
	line-height : 120%;
}

.caja3 {
	background-color : transparent;
	color : Gray;
	font-size : 9pt;
	font-weight : normal;
	padding-bottom :1px;
	padding-left : 5px;
	padding-right : 15px;
	padding-top : 1px;
	line-height : 110%;
}

.caja4 {
	background-color : transparent;
	color : Black;
	font-size : 7pt;
	font-weight : lighter;
	padding-bottom :1px;
	padding-left : 5px;
	padding-right : 15px;
	padding-top : 1px;
	line-height : 110%;
}


/*------- enlaces----------------------------------------*/
.enlace{
    text-decoration: none;
	color: Black;
	font-size : 9pt;
	font-weight : normal;
}

.enlace_universal{
	color: Black;
	font-size : 9pt;
	font-weight : normal;
}
.enlace_universal_p{
	color: Gray;
	font-size : 8pt;
	font-weight : normal;
}

.enlace_pie{
	color: Black;
	font-size : 7pt;
	font-weight : normal;
}

a.accion {
	color: Gray;
	font-weight: bold;
	letter-spacing : 0px;	
	text-decoration:none	
}

a.accion:hover{  
	color:#FB8502;
	font-weight: bold;
	font-variant: normal;
	letter-spacing : 0px;	
	text-decoration: none}

a.enlacedoc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: black	
}

a.enlacedoc:hover{  
	color:red;
	font-weight: bold;
	font-variant: normal;
	letter-spacing : 0px;
	text-decoration: none	
	}

.accion {
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.rojo	{
	font-family: Arial,Verdana,sans-serif, Geneva, Helvetica;
	font-size: 10px;
	color: #ff0000;
	letter-spacing : 0px;
	text-decoration: none	

}

.normal {
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black}

.normalbold {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: Black
}

.naranjabold {
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FB8502
}
.negrobold {
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000
}
.rojobold {
	font-family: Arial,Verdana,sans-serif, Geneva, Helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #ff0000;
	font-style:italic;
	letter-spacing : 0px;

}


.blancobold {
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff
}

/*------- campo----------------------------------------*/


.campo {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #050658;
	font-weight: normal;
	font-variant: normal;
	letter-spacing : 0px;	
	vertical-align: top;
}

.tituloazul {
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	color: #0B1299;
	font-weight: bold;
	font-variant: normal;
	letter-spacing : 0px;	
	vertical-align: top;
}

TD.separador1 { 
	height:7px;
}

TD.separador2 { 
	width:160px;
}
