  
   

   .tabla1{
   	font-weight: bold;
	font-size: 12pt;
	font-family: Times New Roman;
	 text-align: center;
	 color:#cccccc;
	}

    .tabla2{
   	font-weight: bold;
	font-size: 12pt;
	font-family: Times New Roman;
	 text-align: left;
	 color:#cccccc;
	}

 .piefoto{
  	   border: 0px solid #C0C0C0;
 	    width: 90%;
 	    padding: 0.5em 0.3em 1em 0.3em; 
   color: #cccccc;
   font-family: Times New Roman;
   line-height:18px;
   font-size: 7pt; 
   font-weight: bold;
   text-align:  center; 
   text-justify: auto;
}   

.titulo{
	    border: 0px solid #C0C0C0;
 	    width: 90%;
 	    padding: 0.5em 0.3em 1em 0.3em; 
   color: #cccccc;
   font-family: Times New Roman;
   line-height:18px;
   font-size: 18pt; 
   font-weight: bold;
   text-align:  center; 
   text-justify: auto;
}


   .UnaCol{
  	   border: 0px solid #C0C0C0;
 	    width: 90%;
 	    padding: 0.5em 0.3em 1em 0.3em; 
   color: #cccccc;
   font-family: Times New Roman;
   line-height:18px;
   font-size: 12pt; 
   font-weight: bold;
   text-align:  justify; 
   text-justify: auto;
}   
   .UnaColcentro{
  	   border: 0px solid #C0C0C0;
 	    width: 90%;
 	    padding: 0.5em 0.3em 1em 0.3em; 
   color: #cccccc;
   font-family: Times New Roman;
   line-height:18px;
   font-size: 12pt; 
   font-weight: bold;
   text-align:  center; 
   text-justify: auto;
}   

  .UnaColes{
  	   border: 0px solid #C0C0C0;
 	    width: 70%;
 	    padding: 0.5em 0.3em 1em 0.3em; 
   color: #cccccc;
   font-family: Times New Roman;
   line-height:18px;
   font-size: 12pt; 
   font-weight: bold;
   text-align:  left; 
   text-justify: auto;
}   

   .DosCol{
  	   border: 0px solid #C0C0C0;
 	    width: 90%;
 	    padding: 0.5em 0.3em 1em 0.3em; 

 	   /* Chrome, Safari, Opera */
 	    -webkit-column-count: 2;
 	    -webkit-column-gap: 2.2em;
	    -webkit-column-rule: 1px solid #cccccc;
 	   /* Firefox */
  	    -moz-column-count: 2;
            -moz-column-gap: 2.2em;
            -moz-column-rule: 1px solid #cccccc;
  	  /* Device */
 	     column-count: 2;
 	     column-gap: 2.2em;
	     column-rule: 1px solid #cccccc;

   color: #cccccc;
   font-family: Times New Roman;
   line-height:18px;
   font-size: 12pt; 
   font-weight: bold;
   text-align:  justify; 
   text-justify: auto;
  
}   


