/*  ****************************************************************************************
		  Hoja de Estilo :  EstiloGeneral.css
		  Descripción    :  Definición de estilos utilizados en forma general por las páginas 
			                del sitio web.   
    ****************************************************************************************  */

		
		/* ****************   ESTILOS DEFINIDOS PARA LAS ETIQUETAS HTML   ********************** */

		a   
		{		   
			  text-decoration : none;
				color 					: yellow;
		}
		a:hover 
		{
		    color : white;
		}
	  body
		{
      margin-top  	        : 0px;
			margin-left 	 	    : 0px;
			margin-bottom : 0px;
			color 			 	    : #000000;			
			/*overflow                : auto; */ /* Prolemas en Netscape */
			/* Scrollbar */
			scrollbar-face-color: #8fbc8f;
			scrollbar-highlight-color: #CCCCCC;
			scrollbar-3dlight-color: darkgreen; /* #000000 */
			scrollbar-darkshadow-color: #CCCCCC;
			scrollbar-shadow-color: darkgreen;
			scrollbar-arrow-color: darkgreen;
			scrollbar-track-color: #CCCCCC;
			/*scrollbar-face-color    : "#8fbc8f";  
			scrollbar-arrow-color   : "darkgreen";
			scrollbar-shadow-color  : "darkgreen";
			scrollbar-3dlight-color : #556b2f;
			/*scrollbar-highlight-color : yellow; 
			scrollbar-track-color : "#99cc33";
			scrollbar-darkshadow-color : RED;*/
		}
    dt  /* Actualizado ** */
		{
		    color       : #D7E4A7;
			font-family : Arial,verdana;
			font-size   : 12px;
			text-align  : justify;
			margin-left : 20px;
			font-weight : bold;
		}
		dd  /* Actualizado ** */
    {
		    color       : #D7E4A7;
			font-family : Arial,verdana;
			font-size   : 12px;
			text-align  : justify;
		}   
		hr /* Actualizado */
		{
		 	color  		  : #E6E600;
			height 	    : 1px;
			text-align  : center;
		}											 				
		h3  /* Actualizado */
		{
		    color       : #E6E600;
			font-family : Arial;
			font-size   : 13px;
		}			  
		h4
			{
			    color 		: #E6E600;
				font-family : Arial;
				font-size   : 13px;  
			}
			h5
			{
			  	color 		: #D7E4A7;
				font-family : Arial;
				font-size   : 12px; 
				font-weight : normal; 							 
			}
		li /* Actualizado ** */
		{
		    color        : #D7E4A7;
			font-family  : Arial;
			font-size    : 12px;  /* Cambiado por la hoja de comerciantes a 11px*/
			margin-left  : 20px;
    	margin-right : 20px;
			text-align   : justify;	 		   
		}
		p  /* Actualizado ** */
		{
		    text-indent : 30;
			text-align  : justify;
			color       : #D7E4A7;
			font-family : Arial,Helvetica,Verdana;
			font-size   : 12px;
		}

    /* *********************** CLASES DEFINIDAS POR EL USUARIO *********************** */
		
		a.Enlace
		{
		    color           : FFCC66;
			font-weight 	: normal;
			font-family 	: arial,verdana;
			font-size   	: 12px;
			text-align  	: justify;
			text-decoration : none; 		
		}
		a.Enlace:hover
		{
		    color       : red;
			font-weight : normal;
			font-family : arial,verdana;
			font-size   : 12px;		
		}		
		p.Contador
		{
		    font-family : Arial,Tahoma,Verdana;
			font-weight : bold;
			font-size   : 12px;
			color       : #008000; 
			text-align  : center;
		}		
		p.MsgConstruccion
		{
		 	text-align      : center;
			color           : red;
			font-family     : Verdana;
			font-weight     : bold;
			text-decoration : italic;
			text-indent     : 0px;
		}
		p.TextoEnlace
		{
			text-indent : 0;			  
			color       : #D7E4A7;
			font-weight : bold;
			font-family : Arial,Verdana;
			font-size   : 12px;
			text-align  : center;
		}
		.PiePagina /* Actualizado */
		{
		    text-align  : center;
			font-size   : 10px;
			font-family : Verdana;
			font-style  : italic;
			color       : #D7E4A7;
		}
    .TitPagina  
		{
		    text-align  : center;
 				font-family : Verdana;
				color       : #E6E600;
				font-size   : 16px;
				font-weight : bold;
				/*letter-spacing : 120% ;*/ 
	  }
		.Titulo
		{
		    font-family : Verdana;
			font-size   : 13px;
			font-weight : bold;
			color       : #E6E600;
			text-align  : center; 
		}
		.SubTitulo
	  {
	      font-family : Arial;
 			font-size   : 12px;
			font-weight : bold;
			color       : #E6E600;
			text-align  : left;
			text-indent : 0; 
		}	
		
		/* ********************** Exportaciones  ********************* */

		p.Mensaje
	  {
        text-align      : center;
			font-family     : Arial, Verdana;
			font-weight     : bold;
			text-decoration : italic;
			font-size       : 11px;	
			color			: #FF9933;
		}
		
		.TitTabla
		{
		    font-weight : bold;
			font-family : Arial;
			font-size   : 12px;
			color       : white; 
			text-align  : center;
			background  : #e3a610; 
		}			
		.TxtTablaPar
		{
		    text-valign : middle;
			text-align  : justify;
			font-family : Arial;
			font-size   : 11px;
			color       : #990033;
			font-weight : bold;
			background  : antiquewhite; 
		}
		
		.TxtTablaImpar
		{
		    text-valign : middle;
			text-align  : justify;
			font-family : Arial;
			font-size   : 11px;
			color       : #990033;
			font-weight : bold;
			background  : #F8E0C9; 
		}
				
		/*  ****** Fin de Estilos de Exportaciones ***** */ 		
				
		.Comentario
		{
		    text-align      : center;
			color		  	: #D7E4A7;
			font-family 	: Arial;
			font-size	  	: 11px;
			text-decoration : italic;
		}		
				
		/* ******************** Estilo utilizado en Exportaciones y Nacional ****************** */
		.IndVtaAct
		{
		    font-family     : Arial, Helvetica, sans-serif;
		 		font-weight     : bold;
				font-size       : 18px;
				color           : #006600;
		    text-decoration : none;
				cursor					: handle; /* Verificar */
		}
		a.IndVta
		{
		    font-family     : Verdana;
		 	font-weight     : bold;
			font-size       : 10px;
			color           : #E6E600;
		    text-decoration : none;
		}   
		a.IndVta:hover
		{
		    text-weihgt : bold;
		    color       : darkred;
			background  : #f0e68c;  /* modificado */
		}
		
		/* Añadido */
		a.MatesInd
		{
		    font-family     : Verdana;
			font-weight		: bold;
			font-size		: 10px;
			color			: #009900; /*#D7E4A7*/
		    text-decoration : none;
		}
		a.MatesInd:hover
		{
		    text-weihgt : bold;
			color		: #FFCC66;
		}
	
	  /* Fin Añadido */
		
		/* ***************  Estilos utilizados en Mates solubles  *********************** */
		
    a.IndMates
		{
		    font-family     : Verdana;
			font-weight		: bold;
			font-size		: 10px;
			color			: #800080;
		    text-decoration : none; 
		}
		
		a.IndMates:hover
		{
		    text-weihgt : bold;
			color		: blue;
	  	background  : none;  
		} 
		p.NomCiencia
		{
		    color       : #003300; /* #D7E4A7*/
			font-weight : bold;
			font-family : Arial;
			font-size   : 11px;
			text-indent : 0;
		}
		p.TxtResaltado
		{
		    color       : #003300;  /* #D7E4A7*/
			font-weight : bold;
			font-family : Arial;
			font-size   : 12px;
			text-indent : 0; 
		}		
		td.Precio
		{
		    text-align  : center;
				font-family : Arial;
			color       : blue;
			font-weight : bold;
			font-size   : 11px;					                                								      
		}		
		.Mates
		{
		    color       : #333333; /*#D7E4A7 morron */
			font-family : Arial;
			font-size	: 12px;
		}		
		li.Mates,p.Mates
		{
		    color		  : #333333;/*#D7E4A7 morron */
			font-family : Arial;
			font-size	  : 12px;
		}   			  
		a.Indice
	  {
        font-family     : Verdana;
			font-weight     : bold;
			font-size       : 11px;
			color           : darkorange;
		    text-decoration : none;
		}
		a.Indice:hover
		{
		    text-weihgt : bold;
			color       : red;
		}
		.Ficha
		{ 
        color       : #D8E19D; 
			background  : #358063;
			font-family : Arial; 
			font-size   : 11px; 
			font-weight : bold; 
			text-indent : 15px;
		}
		.FichaDiv       
		{ 
        color        : #D8E19D; 
			background   : #358063;
			font-family  : Arial; 
			font-size    : 11px; 
			font-weight  : bold; 
			text-indent  : 0;
			margin-left  : 20px;
			margin-right : 20px;
		}   
		.Texto   /*  Actualizado para Cocaina*/    
		{ 
		    font-family : Arial; 
			font-size   : 11px; 
			color       : #D7E4A7; /* darkgreen */
			text-indent : 10px;
    }
		.TextBlue
		 {
		    font-family : Arial;
			font-size   : 11px;
			color 		: darkblue;
			text-indent : 0;
			padding     : 5px					
		 }
		td.TitMatSol
		{
		    font-family : Arial; 
			font-size   : 12px; 
			color       : #FFFFFF; 
			font-weight : bold;
			background  : #EEAB59;
		}
		td.Titulo      
		{ 
		    font-family : Arial; 
			font-size   : 12px; 
			color       : #FFFFFF; 
			font-weight : bold;
			/*background  : "#EEAB59";*/
		}
		td.SubTitulo
		{
		    font-family : Arial; 
			font-size   : 12px; 
			color       : darkgreen; 
			font-weight : bold; 
			background  : #c2dacf;
		}   
		.TextoDiv
		{
		    font-family  : Arial; 
			font-size    : 11px; 
			color        : #000000;
			margin-left  : 10px;
			margin-right : 10px;
			text-align   : justify;
			text-indent  : 0;
		}
		ul
		{
		    color       : darkgreen;
			font-family : arial,verdana;
			font-size   : 10pt;
    }
				
	/* OBSERVACION TENER EN CUENTA ****** */
	
	/* *********************** Utilizado en Sanciones *******************        
    td.Estilo1
		{
		    font-family : "Arial,Verdana";
			font-size   : "11px";
			font-weight : "bold";
			text-align  : "justify";
			color		: "darkred"; 
		}
		tr.Estilo2
		{
		    font-family:"Arial,Verdana";
			font-size:"11px";
			text-align:"center";
			color="darkred"  
		}
		td.Titulo
		{
	      font-family:"Arial,Verdana";
			font-size:"12px";
			font-weight:"bold";
			text-align:"center";
			background:"brown";
		    color:"white"; 
		}   			  	
		/* ******************************************************************* */
	  /* Informacion Comercial */ 

    table.Texto
		{
		    font-family : Arial;
			font-size   : 11px;
			color	    : darkblue;					
		}
		table.Text
		{
		    font-family : Arial;
			font-size   : 12px;
			color	    : #D7E4A7;
			text-align  : justify;
		}
		.TablaTit
		{
		    font-weight : bold;
			text-align  : center;
			color 		: white;
			font-size   : 11px;
			font-family : Arial;
			background  : brown;
		}
		.TitGrafico
		{
		    text-align  : center;
			font-style  : italic;
			color		: #5f9ea0;
			font-size	: 10px;
			font-family : Verdana;
		}
				
		/* Información Financiera */
		.Contabilidad
		{
		    text-align  : right;				 
		}
		hr.Conta
		{
		    color 	    : darkblue;
			height      : 2;
		}
		.ContResaltado
		{
        font-weight : bold;
			color       : darkblue;
		    text-align  : right;
		}
		table.TxtConta
		{
		    font-family : Arial;
				font-size   : 11px;
				color       : darkblue;    
	  }
		td.Resaltado
		{
		    font-weight : bold;
			color       : darkblue; 
		}	
			  
		/* ***********  PAGINA PRINCIPAL ******************* */
		
		td.TextoPrin
		{
		    /*font-weight : "bold"; */
			font-family : Tahoma; 
			font-size   : 9px;
  	    color       : beige;					 
		} 
		a.EnlacePrin
		{
        font-weight     : bold;
		    font-family     : Tahoma; 
			font-size       : 9px;
  		color           : beige;					 
		    text-decoration : none;
		}
		a.EnlacePrin:hover
		{
		    color : yellow;
		}
			  
  /* Clase utilizada para vincular con la hoja técnica usada en Mates */
    a.InfEnlace 
	  {
        text-decoration : none;		
        color			: #003300;     
        font-size       : 10px;
			font-style    	: italic;
        font-family   	: Arial;
	 	}	
	 	a.InfEnlace:hover
	 	{
		 	/* background	: "lightblue"; */
	      color 		: #FFCC66;
	      font-weight : bold;
	  }    	    	    			  
		
		a.EnlaceInf
		{
		    text-decoration : none;		
        color			: #800000;     
        font-size       : 10px;
			font-style    	: italic;
        font-family   	: Arial;
	 	}	
	 	a.EnlaceInf:hover
	 	{
		 	 background	: lightblue; 
	      color 		: darkblue;
	      font-weight : bold;
	  }
		
		/* ********   Clases utilizadas en Páginas de Información Comercial *********  */
		.TitEst
		{
		    text-align  : center;
			color       : orange;
			font-weight : bold;
			font-size   : 12px;
		}
		
				 td.BordeTit
	   {
	       font-family		 : Arial;
	       color               : #D7E4A7;
	       text-align 		 : center;
	       border-top-style    : solid; 
	       border-top-width    : 2; 
	       border-top-color	 : #8fbc8f; 
	       border-bottom-color : #8fbc8f; 
	       border-bottom-style : solid; 
	       border-bottom-width : 2;
			font-size		 	 : 11px;	       	        
	   }
		 td.BordePie
	   {
	       font-family		 : Arial;
	       color               : D7E4A7;
	       text-align 		 : center;
	       border-bottom-color : #8fbc8f; 
	       border-bottom-style : solid; 
	       border-bottom-width : 2;
			font-size		 	 : 12px;	       	        
	   }
	   td.BordeInf
	   {
	       font-family		 : Arial;
	       text-align 		 : center;
	       color               : #D7E4A7;
	       border-bottom-color : #8fbc8f; 
	       border-bottom-style : solid; 
	       border-bottom-width : 1;	  
			font-size		 	 : 12px;     	        
	   }
		 
		 .TitFicha      
		 { 
		     font-family : Arial; 
			 font-size   : 12px; 
			 color       : #FFFFFF; 
			 font-weight : bold;
			 background  : #EEAB59;
		 }
		 
     a.EnlCobertura       
		 { 
		     color			 : #D7E4A7;
			 text-decoration : none;
	       font-family 	 : Arial;
			 font-size 		 : 11px;
		 }
		 a.EnlCobertura:hover { color:#FFCC66;}
		 table.Cobertura      { font-family: Arial; font-size:11px;}
.enlacewestern {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	color: #000099;
	font-weight: bold;
	font-variant: normal;
	cursor: hand;
}
a.InfEnlace2 {
	text-decoration : none;
	color			: #006600;
	font-size       : 12px;
	font-style    	: italic;
	font-family   	: Arial;
	background-color: #FFFFFF;
}
