#divTablaHTML{
	 overflow-x: scroll;
 	 overflow-y: scroll;
 	 heigth: 1500px;
}


.etiquetaInfo{
    font: 15px Arial, Verdana;
    font-weight:bold;
    text-align: center;
    font-color:rgb(0, 0, 0);
}
.imgEncabezado{
	width: 30%;
	margin-bottom: 20px;
	padding-bottom:15px;
}
.imgEscudo {
	   padding: 10px;
	    margin: 20px;
	    vertical-align: top;
	   /*  float: left;
	         position: relative;
	      vertical-align: top;
	   width: 250px; */ 
	      }
.contenedor {
	    padding-bottom:0; 
	  margin-top: 0;
    width:90%;
     /*max-width: 1500px;*/
        max-width: 90%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
        position: relative;
        overflow: hidden;
    heigth:100%;
    align:center;
    align-content:center;
    background-color: rgb(252, 248, 238) ;
    /*background: url(../img/fondoFlores.jpg) no-repeat center center fixed;
    background-size: cover;*/

 }
.fondoTopMenu {
    
    background: url(../images/convenios_top_menu.jpg) no-repeat  ;
      background-size: cover; 

 }
 .fondoMenu {
    background-color: #4c4945 ; 
    
/*max-height:60px;
312d2a*/
 }
.fondoMenuImg {
	
    background: url(../images/convenios_img_menu.jpg) no-repeat  ;
    background-size: cover; 
  /*  4c4945           position: relative;
             min-height: 90%;
*/

 }
 .fondoEncabezado {
    background-color: #E5E7E9 ;
   /* heigth:200px;
    padding-bottom: 0;
    margin-bottom: 0; 
    background: url(../images/CONVENIOS_encabezado2.jpg) no-repeat center center ;
    /*background-size: cover;*/

 }

.link { color: #ffffff; }
.link:hover { color: #ffffff; }

.etiquetaLogin{
	font: 18px Arial, Verdana;
	font-weight:bold;
	text-align: center;
	font-color:#ffffff;
}

.txtBoton{
	font: 20px Arial, Verdana;
	font-weight:bold;
	text-align: center;
	font-color:rgb(0, 0, 0);
	margin-bottom:10px;
	line-height: 3;
}

/* ERROR */
.Error{
    font-size:13px;
    margin-bottom:10px;
    text-align:center;
    font-weight:bold;
    color:#CC0000;
   /* position:relative; 
    top:380px;*/
}

.txtTitulos{
	font: 30px Arial, Verdana;
	font-weight:bold;
	text-align: center;
	font-color:#2e3436;
	line-height: 3;
}

.container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.tabColorBac {
    background-color: #96938f ; 

 }