/* 12/12/18. eggp. Se quitan las negritas al cuerpo de los cuadros. por Alfonso */
/* 14/11/18. eggp*/
/*Cuadros anuarios*/

* {
        padding:0;
        margin:0;
}

.divDC{
	margin:0 0 0 20px;
	width: 96%;
	
}	
table{
	border-collapse:collapse;	
}
/* Solo en cuadros de anuarios **/
/* alinea a la derecha solo a la seccion B2, los datos */
#cuerpo tbody tr.Bsuperior ~ tr td + td 
{
  text-align:right;
  
}
/* separa las plecas y solo afecta a anuarios. Ya que se maneja con id 14/11/18*/
#encabezado  tr td div
{
    width: 99%;
	margin: 0 0 0 5px;
    
}
/*para encabezado de cuadros aee */
#cuerpo thead {
	font-family:Arial !important;
	font-size:10pt !important;
}

/*se agrega para alinear a la derecha. apartir de la segunda columna
#cuerpo table thead tr td + td {
  text-align:right;
  
}*/
/*se agrega para alinear a la derecha. apartir de la segunda columna*/
#cuerpo table tbody tr td + td {
  text-align:right;
  
}
/*pone en negritas a la primer columna de textos, de totales, y los que esten despues de la sangria1 */
#cuerpo tbody  tr td.sangria1 ~ td {
	font-family:Arial;
	/*font-weight:bold;*/
	color:black;
	font-size:10.5px;
	
}

/*pone en negritas a la primer columna de numeros, de totales y los que esten despues de la sangria1*/
#cuerpo tbody tr.Bsuperior ~ tr td.sangria1 ~ td{ 
	font-family:Arial;
	/*font-weight:bold;*/
	color:black;
	font-size:10.5px;
	
}
#cuerpo TD:first-child {
	width:150px;
}
#cuerpo table {
	table-layout:auto;
}
#matrizC td + td  { 
	padding-right:5px;
}


.Ancho50{
	width:50%;
}
.Ancho100{
	width:100%;
}
.Ancho5{
	width:5%;
}
.Ancho95{
	width:95%;
}
.Ancho99{
	width:99%;
}
.Ancho30{
	width:30%;
}
.Ancho20{
	width:20%;
}
.Ancho98{
	width:98%;
}
.encabezadoC, #tituloE, #cve, #rt{
	background-color:white;
	color:black;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
	font-size:10.5px;
	text-align:left;
}
.derechaTexto{
	text-align:right;
	
}
.izquierdaTextoArriba{
	text-align:left;
	vertical-align:top;
	text-align:justify;
}
.derechaTextoAbajo{
	vertical-align:bottom;
}
.centrarTexto{
	text-align:center;
	
}
.encabezadomatriz{
	background-color:white;
	color:black;
	font-family:Arial;
	font-size:10px;
	width:100%;
}
.cuerpo, #matrizC{
	background-color:white;
	color:black;
	font-family:Arial;
	font-size:10pt;
	width:96%;
	text-align:left;
	margin:0 20px 0 20px;
	
}
/*#matrizC{
	table-layout: auto;
}*/	
.Binferior {
	border-bottom: thin;
    border-bottom-style: solid;
    border-bottom-color: #000;
}
.Bsuperior {
	border-top:thin;
    border-top-style: solid;
    border-top-color: #000;
}

.pieC{
	background-color:white;
	color:black;
	font-family:Arial;
	font-size:10.5px;
	width:96%;
	text-align:justify;
	margin: 0 20px 0 20px;

}

.sangria1{
   /*text-indent:5px;*/
   	padding:0px 0px 0px 5px;
	font-family:Arial;
	/*font-weight:bold;*/
	color:black;
	font-size:10.5px;
}
.sangria2{
   /*text-indent:10px;*/
   padding:0px 0px 0px 10px;
}
.sangria3{
   /*text-indent:15px;*/
   padding:0px 0px 0px 15px;
}
.sangria4{
  /* text-indent:20px;*/
  padding:0px 0px 0px 20px;
}
.sangria5{
   /*text-indent:25px;*/
   padding:0px 0px 0px 25px;
}
.sangria6{
   /*text-indent:30px;*/
   padding:0px 0px 0px 30px;
}
.sangria_enc1{
   /*text-indent:5px;*/
   padding:0px 0px 0px 5px;
}
.sangria_enc2{
   /*text-indent:10px;*/
   padding:0px 0px 0px 10px;
}
.sangria_enc3{
   /*text-indent:15px;*/
   padding:0px 0px 0px 15px;
}
.sangria_enc4{
  /* text-indent:20px;*/
  padding:0px 0px 0px 20px;
}
.izq{
	text-align:left;
	
	
}
.der{
	text-align:right;
	
}	
	


.cent{
	text-align:center
}
.ocultar{
	display:none
}
.puntero{
	cursor:pointer;
}
.verticalTop{
	vertical-align:top
}
.dato-c{
	background-color:#E5E5E5;
}
.dato-c:hover{
	background-color:#ED45D3;
}
.dato-cc{
	background-color:#C9F;
}
.verde{
	background-color:#8080FF;
}
/*.letra8{
	font-size:9px;
}

.fijo_no_cuadro{
	background-color:white;
	width:98%;

}*/
span{
	padding:5px, 0;
}


.N { 
	font-weight:bold;
}
#tituloE {
	width:70%;
	}
	
#cve {
	width:30%;
	text-align: right;
	}
span{
        padding:5px 0;
}

	
/*Geografia*/

tr:first-child:hover, div#notaC tr:hover, div#llamadaC tr:hover, div#fuenteC tr:hover, tr[sindato]:hover {
  background-color: #fff;
}

tr:hover {
  background-color: #c9c9c9;
}

.arriba {
  transform: rotate(180deg);
}

.espacio {
  margin-bottom: 5px;
  transition: margin-bottom .4s;
  transition-duration: .4s;
}
	
	
/*Estilos textos*/

body {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 0;
}

.aee_txt_gral {
    font-family: Arial, sans-serif;
    line-height: 100%;
    text-align: justify;
}

.aee_txt_titulo {
    margin-bottom: 0cm;
    font-size: 16pt;
}

.aee_txt_p {
    margin: 15px 0 15px 0px;
    text-indent: 0cm;
    font-size: 11pt;
    text-align: justify;
}

.aee_txt_p_sin_ident {
    text-indent: 0cm;
    padding-top: 10pt;
}

.aee_txt_p_con_ident {
    text-indent: 0.5cm
}

.aee_txt_p_centrado {
    text-align: center;
}

.aee_txt_linea_separadora {
    height: 70%;
}

.aee_txt_borde {
    border-bottom-color: #000000;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    padding-bottom: 7px;
}

.aee_txt_ancho100 {
    width: 100%;
}

.aee_txt_ancho30 {
    padding-top: 7px;
    width: 30%;
}

.aee_txt_ancho70 {
    padding-top: 7px;
    width: 70%;
}

.aee_txt_ancho45 {
    width: 45%;
}

.aee_txt_ancho5 {
    width: 5%;
}

.aee_txt_ancho50 {
    width: 50%;
}

.row {
	margin-right: 0px !important;
	margin-left: 0px !important;
}

		