/*
Autor: Ing. Hector Martinez Martinez
*/

/*********paginas web enlazadas*****/
/**CUAUHTEMOC 1181******************/
/**HORACIO 1110*********************/
/**HORACIO 1545*********************/
/**VISTA DEL LAGO*******************/


/*************fonts*************/
@import url(fonts.css);

/****************************************
*******Stilos Generales******************
*****************************************/
h1{
    font-family: Aller_Bd;
}
h2{

   font-family: ArialNovaCond-Italic;
}
h3{

   font-family: Aller_LtIt;
}
h4{
   font-family: Aller_LtIt;
}
h5{
   font-family: Aller_LtIt;
}
h6{
   font-family: Aller_LtIt;
}

ul, li{                                                    
    list-style: none;
    font-size: 1em;
    font-family:ArialNova-Light;
}

p {
   font-size: 1em;
   font-family:ArialNova-Light;
}
a{
    text-decoration: none;
    font-size: 1em;
    font-family:ArialNovaCond;
}
a:hover{
   font-family:ArialNovaCond;
}

/*************************************************************************************/
/*                                                                                   */
/*                               GENERALES DE TABLA                                  */
/*                                                                                   */
/*************************************************************************************/

/*********************************************************************
****************************Caracteristicas (tabla)*******************
**********************************************************************/

  .descripcion_proyecto{
     width: 100%;
     height: 150px;
     margin-bottom:60px;
     margin-top: 40px;
     }

   .descripcion_proyecto .contendor_decripcion{
      width: 90%;
      height: 150px;
      margin: 0 auto;
   }

   .descripcion_proyecto .contendor_decripcion table{

   }
   .descripcion_proyecto .contendor_decripcion table tr{
      border-bottom: 1px solid #000000;
   }

    .descripcion_proyecto .contendor_decripcion #prt{
      text-align: left;
    font-weight: 700;
    padding-right: 50px;
    }

    .descripcion_proyecto .contendor_decripcion table td{
      text-align: left;
      font-size: 14px;
      padding-right: 20px;
    }
/*********************************************************************
********************Fin Caracteristicas (tabla)***********************
**********************************************************************/

/*********************************************************************
*******************Definicion del estudio*****************************
**********************************************************************/

.explicacionestudio{
   width: 100%;
   height: auto;
}

.explicacionestudio .caja_de_explicacion{
    width: 50%;
    height:auto;
    padding-top: 20px;
}

.explicacionestudio .caja_de_explicacion p{
   color:#5C5C5C;
   text-align:  center;
}
/*************************************************************************
*******************Fin Definicion del estudio*****************************
**************************************************************************/


/*************************************************************************************/
/*                                                                                   */
/*                                CUAUHTEMOC 1181                                    */
/*                                                                                   */
/*************************************************************************************/




/***************************************************************************/
/**************seccion de ingenieria estructural****************************/
/***************************************************************************/
.seccion_ingestructural_GT{

}

/**************1ra linea estructural************************/

.seccion_ingestructural_GT  .bloque_UNO_IEE{
    width: 100%;
    height: auto;

     display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
 }
 .seccion_ingestructural_GT  .contmax{
    width: 94%;
    margin 0 auto;
}

 /****************Imagen ****************/
.seccion_ingestructural_GT .imagenes_Proy_Cuauh{

    width: 55%;
    height: 1200px;

 }

.seccion_ingestructural_GT .imagenes_Proy_Cuauh .img_estructural_CUAUHTEMOC{
    width: 100%;
    height: 1200px;
    background: url(../img/secciones/003_cuauhtemoc_1181/cuauhtemoc_1.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:contain;
    padding: 0px;
    margin: 0px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
  }

.seccion_ingestructural_GT .imagenes_Proy_Cuauh .img_estructural_CUAUHTEMOC .caja_texto{
    width: 100%;
    height: 90px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
  }

  .seccion_ingestructural_GT .imagenes_Proy_Cuauh .img_estructural_CUAUHTEMOC .caja_texto p{
      color: #DBDBDB;
  }

  /***************Titulo y explicacion*******************/
.seccion_ingestructural_GT  .titulo_Proy_Cuauh{
    width: 39%;
    height: auto;
    text-align: center;
 }

.seccion_ingestructural_GT  .titulo_Proy_Cuauh h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
 }

.seccion_ingestructural_GT .titulo_Proy_Cuauh h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
 }

.seccion_ingestructural_GT .titulo_Proy_Cuauh p{
    color: rgb(104, 104, 104);

 }

/**************************fin 1ra linea estructural**********************************************/


/************imagen estructural 1*******************************/
.seccion_ingestructural_GT .contenido1{
    width: 100%;
    height: auto;
}

.seccion_ingestructural_GT .contenido1 .img_estructural1{

    width: 92%;
    height: 900px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;  /*centra en pocicion horizontal*/
    justify-content: space-around;
    text-align: center;

}
.seccion_ingestructural_GT .contenido1 .img_estructural1 .texto_estructural1{
    width: 39%;
    height: auto;

}

.seccion_ingestructural_GT .contenido1 .img_estructural1 .texto_estructural1 h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}

.seccion_ingestructural_GT .contenido1 .img_estructural1 .texto_estructural1 h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}

.seccion_ingestructural_GT .contenido1 .img_estructural1 .texto_estructural1 p{
    color: rgb(104, 104, 104);
}

.seccion_ingestructural_GT .contenido1 .img_estructural1 .imgestruc1{
    width: 55%;
    height: 900px;
    background: url(../img/secciones/003_cuauhtemoc_1181/estrutural_01.png);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
}


/************imagen estructural 2da*******************************/
.seccion_ingestructural_GT .contenido1{
    width: 100%;
    height: auto;
}

.seccion_ingestructural_GT .contenido1 .img_estructural2{
    width: 92%;
    height: 700px;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;  /*centra en pocicion horizontal*/
    justify-content: space-around;
    text-align: center;

}
.seccion_ingestructural_GT .contenido1 .img_estructural2 .imgestruc2{
    width: 60%;
    height: 690px;
    background: url(../img/secciones/003_cuauhtemoc_1181/estrutural_02.png);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;

}

.seccion_ingestructural_GT .contenido1 .img_estructural2 .texto_estructural2{
    width: 39%;
    height: auto;

}

.seccion_ingestructural_GT .contenido1 .img_estructural2 .texto_estructural2 h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}

.seccion_ingestructural_GT .contenido1 .img_estructural2 .texto_estructural2 h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}

.seccion_ingestructural_GT .contenido1 .img_estructural2 .texto_estructural2 p{
    color: rgb(104, 104, 104);
}


  /**********************FIN INGENIERIA ESTRUCTURAL ESPECIALIZADA**************************************************/


/*************************************************************************************/
/*                                                                                   */
/*                                HORACIO 1110                                       */
/*                                                                                   */
/*************************************************************************************/

/***************************************************************************/
/************************IMAGEN PANORAMICA**********************************/
/***************************************************************************/

.seccion_ingestructural_HORACIO{

}
/***primer parte**/
.seccion_ingestructural_HORACIO .imagen_panoramica{
     width: 100%;
     height: 660px;
}
.seccion_ingestructural_HORACIO .imagen_panoramica .imagen_proyecto_horacio{/*contenedor general de imagen panoramica*/
     width: 100%;
     height: 600px;/**adaptar*/
     background: url(../img/secciones/002_horacio1110/horacio004.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 50% 100%;/*pocion de la iamgen*/
}

.seccion_ingestructural_HORACIO .imagen_panoramica .texto_imgPanoramica{
     width: 100%;
     height: 40px;

}

.seccion_ingestructural_HORACIO .imagen_panoramica .texto_imgPanoramica p{
     text-align: center;
     line-height: 40px;
     color:#5C5C5C;
}
/***************************************************************************/
/********************FIN IMAGEN PANORAMICA**********************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_ingestructural_HORACIO .bloque_IEE_PHOTO_HORACIO{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
}
 /****************Imagen ****************/
.seccion_ingestructural_HORACIO .bloque_IEE_PHOTO_HORACIO .photo_HORACIO_AA1{
    width: 55%;
    height: 600px;
}
.seccion_ingestructural_HORACIO .bloque_IEE_PHOTO_HORACIO .photo_HORACIO_AA1 .photoCJ_horacioAA1{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/002_horacio1110/horacio001.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
}

.seccion_ingestructural_HORACIO .bloque_IEE_PHOTO_HORACIO .photo_HORACIO_AA1 .photoCJ_horacioAA1 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_HORACIO .bloque_IEE_PHOTO_HORACIO .photo_HORACIO_AA1 .photoCJ_horacioAA1 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_ingestructural_HORACIO .bloque_IEE_PHOTO_HORACIO .texto_HORACIO_AA1{
    width: 39%;
    height: auto;
    text-align: center; 
}
.seccion_ingestructural_HORACIO .bloque_IEE_PHOTO_HORACIO .texto_HORACIO_AA1 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_HORACIO .bloque_IEE_PHOTO_HORACIO .texto_HORACIO_AA1 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_HORACIO .bloque_IEE_PHOTO_HORACIO .texto_HORACIO_AA1 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/  

/***************************************************************************/
/********************IMAGEN SOLA Y TEXTO DER********************************/
/***************************************************************************/
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO .contenedor_subgral{
     width: 92%;
     height: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: center;  /*centra en pocicion horizontal*/

     margin: auto ;
}
/**imagen***/
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO .contenedor_subgral .imagenCJ_Horacio01{
    width: 60%;
    height: 690px;
    background: url(../img/secciones/002_horacio1110/horacioest005.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}
/***texto***/
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO .contenedor_subgral .textoCJ_Horacio01{
    width: 39%;
    height: auto;
}
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO .contenedor_subgral .textoCJ_Horacio01 h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO .contenedor_subgral .textoCJ_Horacio01 h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO .contenedor_subgral .textoCJ_Horacio01 p{
    color: rgb(104, 104, 104);
}

/*******************************************************************************/
/********************FIN IMAGEN SOLA Y TEXTO DER********************************/
/*******************************************************************************/

/***************************************************************************/
/********************TEXTO IZQ Y IMAGEN SOLA *******************************/
/***************************************************************************/
.seccion_ingestructural_HORACIO .bloque_IEE_TzId_HORACIO{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_HORACIO .bloque_IEE_TzId_HORACIO .contenedor_subgral{
     width: 92%;
     height: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: center;  /*centra en pocicion horizontal*/

     margin: auto ;
}
/***texto***/
.seccion_ingestructural_HORACIO .bloque_IEE_TzId_HORACIO .contenedor_subgral .textoCJ_Horacio_001a{
    width: 50%;
    height: auto;
}
.seccion_ingestructural_HORACIO .bloque_IEE_TzId_HORACIO .contenedor_subgral .textoCJ_Horacio_001a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_HORACIO .bloque_IEE_TzId_HORACIO .contenedor_subgral .textoCJ_Horacio_001a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_HORACIO .bloque_IEE_TzId_HORACIO .contenedor_subgral .textoCJ_Horacio_001a p{
    color: rgb(104, 104, 104);
}
/**imagen***/
.seccion_ingestructural_HORACIO .bloque_IEE_TzId_HORACIO .contenedor_subgral .imagenCJ_Horacio_001a{
    width: 49%;
    height: 690px;
    background: url(../img/secciones/002_horacio1110/horacioest006.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}


/*******************************************************************************/
/********************FIN TEXTO IZQ Y IMAGEN SOLA********************************/
/*******************************************************************************/

/***************************************************************************/
/********************IMAGEN SOLA Y TEXTO DER********************************/
/***************************************************************************/
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO .contenedor_subgral{
     width: 92%;
     height: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: center;  /*centra en pocicion horizontal*/

     margin: auto ;
}
/**imagen***/
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO .contenedor_subgral .imagenCJ_Horacio02{
    width: 60%;
    height: 690px;
    background: url(../img/secciones/002_horacio1110/horacioest007.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}
/***texto***/
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO .contenedor_subgral .textoCJ_Horacio02{
    width: 39%;
    height: auto;
}
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO .contenedor_subgral .textoCJ_Horacio02 h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO .contenedor_subgral .textoCJ_Horacio02 h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_HORACIO .bloque_IEE_IzTd_HORACIO .contenedor_subgral .textoCJ_Horacio02 p{
    color: rgb(104, 104, 104);
}

/*******************************************************************************/
/********************FIN IMAGEN SOLA Y TEXTO DER********************************/
/*******************************************************************************/



/*************************************************************************************/
/*                                                                                   */
/*                                HORACIO 1545                                       */
/*                                                                                   */
/*************************************************************************************/

/***************************************************************************/
/************************IMAGEN PANORAMICA**********************************/
/***************************************************************************/

.seccion_ingestructural_HORACIO1545{

}
/***primer parte**/
.seccion_ingestructural_HORACIO1545 .imagen_panoramica{
     width: 100%;
     height: 660px;
}
.seccion_ingestructural_HORACIO1545 .imagen_panoramica .imagen_proyecto_horacio_1545{/*contenedor general de imagen panoramica*/
     width: 100%;
     height: 600px;/**adaptar*/
     background: url(../img/secciones/005_horacio1545/panoramica_k1.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-position: 50% 100%;/*pocion de la iamgen*/
}

.seccion_ingestructural_HORACIO1545 .imagen_panoramica .texto_imgPanoramica{
     width: 100%;
     height: 40px;

}

.seccion_ingestructural_HORACIO1545 .imagen_panoramica .texto_imgPanoramica p{
     text-align: center;
     line-height: 40px;
     color:#5C5C5C;
}
/***************************************************************************/
/********************FIN IMAGEN PANORAMICA**********************************/
/***************************************************************************/


/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_ingestructural_HORACIO1545 .bloque_IEE_PHOTO_HORACIO1545{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
}
 /****************Imagen ****************/
.seccion_ingestructural_HORACIO1545 .bloque_IEE_PHOTO_HORACIO1545 .photo_HORACIO1545_AA1{
    width: 55%;
    height: 900px;
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_PHOTO_HORACIO1545 .photo_HORACIO1545_AA1 .photoCJ_horacio1545AA1{
    width: 100%;
    height: 900px;
    background: url(../img/secciones/005_horacio1545/horacio1545_03.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}

.seccion_ingestructural_HORACIO1545 .bloque_IEE_PHOTO_HORACIO1545 .photo_HORACIO1545_AA1 .photoCJ_horacio1545AA1 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_ingestructural_HORACIO1545 .bloque_IEE_PHOTO_HORACIO1545 .photo_HORACIO1545_AA1 .photoCJ_horacio1545AA1 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_ingestructural_HORACIO1545 .bloque_IEE_PHOTO_HORACIO1545 .texto_HORACIO1545_AA1{
    width: 39%;
    height: auto;
    text-align: center; 
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_PHOTO_HORACIO1545 .texto_HORACIO1545_AA1 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_PHOTO_HORACIO1545 .texto_HORACIO1545_AA1 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_PHOTO_HORACIO1545 .texto_HORACIO1545_AA1 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************TEXTO IZQ Y IMAGEN SOLA *******************************/
/***************************************************************************/
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545 .contenedor_subgral{
     width: 92%;
     height: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: center;  /*centra en pocicion horizontal*/

     margin: auto ;
}
/***texto***/
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545 .contenedor_subgral .textoCJ_Horacio1545_001a{
    width: 50%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545 .contenedor_subgral .textoCJ_Horacio1545_001a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545 .contenedor_subgral .textoCJ_Horacio1545_001a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545 .contenedor_subgral .textoCJ_Horacio1545_001a p{
    color: rgb(104, 104, 104);
}
/**imagen***/
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545 .contenedor_subgral .imagenCJ_Horacio1545_001a{
    width: 49%;
    height: 800px;
    background: url(../img/secciones/005_horacio1545/horacio_A1.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}


/*******************************************************************************/
/********************FIN TEXTO IZQ Y IMAGEN SOLA********************************/
/*******************************************************************************/

/***************************************************************************/
/********************IMAGEN SOLA Y TEXTO DER********************************/
/***************************************************************************/
.seccion_ingestructural_HORACIO1545 .bloque_IEE_IzTd_PLAYACARMEN{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_IzTd_HORACIO1545 .contenedor_subgral{
     width: 92%;
     height: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: center;  /*centra en pocicion horizontal*/

     margin: auto ;
}
/**imagen***/
.seccion_ingestructural_HORACIO1545 .bloque_IEE_IzTd_HORACIO1545 .contenedor_subgral .imagenCJ_Horacio1545_002a{
    width: 60%;
    height: 700px;
    background: url(../img/secciones/005_horacio1545/horacio_A2.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}
/***texto***/
.seccion_ingestructural_HORACIO1545 .bloque_IEE_IzTd_HORACIO1545 .contenedor_subgral .textoCJ_Horacio1545_002a{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_IzTd_HORACIO1545 .contenedor_subgral .textoCJ_Horacio1545_002a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_IzTd_HORACIO1545 .contenedor_subgral .textoCJ_Horacio1545_002a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_IzTd_HORACIO1545 .contenedor_subgral .textoCJ_Horacio1545_002a p{
    color: rgb(104, 104, 104);
}

/*******************************************************************************/
/********************FIN IMAGEN SOLA Y TEXTO DER********************************/
/*******************************************************************************/

/***************************************************************************/
/********************TEXTO IZQ Y IMAGEN SOLA *******************************/
/***************************************************************************/
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545_a1{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545_a1 .contenedor_subgral{
     width: 92%;
     height: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: center;  /*centra en pocicion horizontal*/

     margin: auto ;
}
/***texto***/
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545_a1 .contenedor_subgral .textoCJ_Horacio1545_003a{
    width: 50%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545_a1 .contenedor_subgral .textoCJ_Horacio1545_003a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545_a1 .contenedor_subgral .textoCJ_Horacio1545_003a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545_a1 .contenedor_subgral .textoCJ_Horacio1545_003a p{
    color: rgb(104, 104, 104);
}
/**imagen***/
.seccion_ingestructural_HORACIO1545 .bloque_IEE_TzId_HORACIO1545_a1 .contenedor_subgral .imagenCJ_Horacio1545_003a{
    width: 49%;
    height: 690px;
    background: url(../img/secciones/005_horacio1545/horacio_A4.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}


/*******************************************************************************/
/********************FIN TEXTO IZQ Y IMAGEN SOLA********************************/
/*******************************************************************************/


/*************************************************************************************/
/*                                                                                   */
/*                               VISTA DEL LAGO                                      */
/*                                                                                   */
/*************************************************************************************/

/***************************************************************************/
/********************IMAGEN SOLA Y TEXTO DER********************************/
/***************************************************************************/
.seccion_ingestructural_vistaLAGO .bloque_IEE_IzTd_vistaLAGO{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_vistaLAGO .bloque_IEE_IzTd_vistaLAGO .contenedor_subgral{
     width: 92%;
     height: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: center;  /*centra en pocicion horizontal*/

     margin: auto ;
}
/**imagen***/
.seccion_ingestructural_vistaLAGO .bloque_IEE_IzTd_vistaLAGO .contenedor_subgral .imagenCJ_vistaLAGO_001a{
    width: 60%;
    height: 700px;
    background: url(../img/secciones/006_vistadel_lago/vista_del_lago001.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}
/***texto***/
.seccion_ingestructural_vistaLAGO .bloque_IEE_IzTd_vistaLAGO .contenedor_subgral .textoCJ_vistaLAGO_001a{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_vistaLAGO .bloque_IEE_IzTd_vistaLAGO .contenedor_subgral .textoCJ_vistaLAGO_001a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_vistaLAGO .bloque_IEE_IzTd_vistaLAGO .contenedor_subgral .textoCJ_vistaLAGO_001a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_vistaLAGO .bloque_IEE_IzTd_vistaLAGO .contenedor_subgral .textoCJ_vistaLAGO_001a p{
    color: rgb(104, 104, 104);
}

/*******************************************************************************/
/********************FIN IMAGEN SOLA Y TEXTO DER********************************/
/*******************************************************************************/

/***************************************************************************/
/********************TEXTO IZQ Y IMAGEN SOLA *******************************/
/***************************************************************************/
.seccion_ingestructural_vistaLAGO .bloque_IEE_TzId_vistaLAGO_1A{
     width: 100%;
     height: auto;

}
.seccion_ingestructural_vistaLAGO .bloque_IEE_TzId_vistaLAGO_1A .contenedor_subgral{
     width: 92%;
     height: auto;

     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-around;
     align-items: center;  /*centra en pocicion horizontal*/

     margin: auto ;
}
/***texto***/
.seccion_ingestructural_vistaLAGO .bloque_IEE_TzId_vistaLAGO_1A .contenedor_subgral .textoCJ_vistaLAGO_002a{
    width: 50%;
    height: auto;
    text-align: center;
}
.seccion_ingestructural_vistaLAGO .bloque_IEE_TzId_vistaLAGO_1A .contenedor_subgral .textoCJ_vistaLAGO_002a h1{
    font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_ingestructural_vistaLAGO .bloque_IEE_TzId_vistaLAGO_1A .contenedor_subgral .textoCJ_vistaLAGO_002a h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_ingestructural_vistaLAGO .bloque_IEE_TzId_vistaLAGO_1A .contenedor_subgral .textoCJ_vistaLAGO_002a p{
    color: rgb(104, 104, 104);
}
/**imagen***/
.seccion_ingestructural_vistaLAGO .bloque_IEE_TzId_vistaLAGO_1A .contenedor_subgral .imagenCJ_vistaLAGO_002a{
    width: 49%;
    height: 690px;
    background: url(../img/secciones/006_vistadel_lago/vista_del_lago002.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size: contain;
    background-position: center;
}


/*******************************************************************************/
/********************FIN TEXTO IZQ Y IMAGEN SOLA********************************/
/*******************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
}
 /****************Imagen ****************/
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN .photo_PLAYACARMEN_AA1{
    width: 55%;
    height: 600px;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN .photo_PLAYACARMEN_AA1 .photoCJ_PLAYACARMENAA1{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/006_vistadel_lago/vistalago01.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}

.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN .photo_PLAYACARMEN_AA1 .photoCJ_PLAYACARMENAA1 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN .photo_PLAYACARMEN_AA1 .photoCJ_PLAYACARMENAA1 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN .texto_PLAYACARMEN_AA1{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN .texto_PLAYACARMEN_AA1 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN .texto_PLAYACARMEN_AA1 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN .texto_PLAYACARMEN_AA1 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A1a{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
}
 /****************Imagen ****************/
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A1a .photo_PLAYACARMEN_AA2{
    width: 55%;
    height: 600px;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A1a .photo_PLAYACARMEN_AA2 .photoCJ_PLAYACARMENAA2{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/006_vistadel_lago/vistalago02.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}

.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A1a .photo_PLAYACARMEN_AA2 .photoCJ_PLAYACARMENAA2 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A1a .photo_PLAYACARMEN_AA2 .photoCJ_PLAYACARMENAA2 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A1a .texto_PLAYACARMEN_AA2{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A1a .texto_PLAYACARMEN_AA2 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A1a .texto_PLAYACARMEN_AA2 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A1a .texto_PLAYACARMEN_AA2 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A2a{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
}
 /****************Imagen ****************/
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A2a .photo_PLAYACARMEN_AA3{
    width: 55%;
    height: 600px;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A2a .photo_PLAYACARMEN_AA3 .photoCJ_PLAYACARMENAA3{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/006_vistadel_lago/vistalago03.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}

.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A2a .photo_PLAYACARMEN_AA3 .photoCJ_PLAYACARMENAA3 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A2a .photo_PLAYACARMEN_AA3 .photoCJ_PLAYACARMENAA3 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A2a .texto_PLAYACARMEN_AA3{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A2a .texto_PLAYACARMEN_AA3 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A2a .texto_PLAYACARMEN_AA3 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A2a .texto_PLAYACARMEN_AA3 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/

/***************************************************************************/
/********************PHOTO CON PIE Y TEXTO** *******************************/
/***************************************************************************/

.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A3a{
    width: 100%;
    height: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;  /*centra en pocicion horizontal*/

    margin: auto ;
}
 /****************Imagen ****************/
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A3a .photo_PLAYACARMEN_AA4{
    width: 55%;
    height: 600px;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A3a .photo_PLAYACARMEN_AA4 .photoCJ_PLAYACARMENAA4{
    width: 100%;
    height: 600px;
    background: url(../img/secciones/006_vistadel_lago/vistalago04.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:cover;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;

}

.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A3a .photo_PLAYACARMEN_AA4 .photoCJ_PLAYACARMENAA4 .pieTextoPHOT{
    width: 100%;
    height: 70px;
    background-color:#000000FF;
    opacity:0.8; /* Opacidad 60% */
    text-align: center;
    padding: 15px;
}

.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A3a .photo_PLAYACARMEN_AA4 .photoCJ_PLAYACARMENAA4 .pieTextoPHOT p{
    color: #DBDBDB;
}

  /***************TTEXTO*******************/
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A3a .texto_PLAYACARMEN_AA4{
    width: 39%;
    height: auto;
    text-align: center;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A3a .texto_PLAYACARMEN_AA4 h1{
     font-family: ArialNova-Bold;
    color: #2A2B26D2;
    font-size: 2.5em;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A3a .texto_PLAYACARMEN_AA4 h1 span{
     font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}
.seccion_renders_PLAYACARMEN .bloque_IEE_PHOTO_PLAYACARMEN_A3a .texto_PLAYACARMEN_AA4 p{
     color: rgb(104, 104, 104);
}
/***************************************************************************/
/*******************FIN*PHOTO CON PIE Y TEXTO*******************************/
/***************************************************************************/