/*
Autor: Ing. Hector Martinez Martinez
*/

/*********paginas web enlazadas*****/
/**PLANOS******************/



/*************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;
}

/*************************************************************************************/
/*                                                                                   */
/*                                 TITULOS                                           */
/*                                                                                   */
/*************************************************************************************/

.titulos_principales_chiautla{
    width: 94%;
    height: 250px;
    border: 1px solid transparent;

}
.titulos_principales_chiautla .textoprincipal {
    width: 100%;
    height: 60px;
    margin-top: 120px;
    border: 1px solid transparent;
}

.titulos_principales_chiautla .textoprincipal h1{
    text-align: center;
    font-family: ArialNova-Bold;
    color: #5599BAFF;
    font-size: 4em;
}

.titulos_principales_chiautla .textoprincipal h1 span{
    font-family: ArialNovaCond-Light;
    color:#A9ACA0FF;
}

.titulos_principales_chiautla .textoprincipal h5{
    text-align: center;
    font-family: ArialNova-Bold;
    color: #575757;
    font-size: 2em;
}

/*************************************************************************************/
/*                                                                                   */
/*                                PLANO 1                                            */
/*                                                                                   */
/*************************************************************************************/

.planos_chiahutla{
    width: 100%;
    height: auto;
}

.planos_chiahutla .img_plano_chiautla{
    width: 100%;
    height: 150vh;
    background: url(../img/secciones/012_Chiautla/planos/Chiautla_plano_001.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:contain;

}

.planos_chiahutla .img_plano_chiautla2{
    width: 100%;
    height: 150vh;
    background: url(../img/secciones/012_Chiautla/planos/Chiautla_plano_002.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:contain;

}

.planos_chiahutla .img_plano_chiautla3{
    width: 100%;
    height: 150vh;
    background: url(../img/secciones/012_Chiautla/planos/Chiautla_plano_003.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:contain;

}

.planos_chiahutla .img_plano_chiautla4{
    width: 100%;
    height: 150vh;
    background: url(../img/secciones/012_Chiautla/planos/Chiautla_plano_004.jpg);
    background-repeat: no-repeat;
    background-position:50% 50%;
    background-size:contain;

}

