

header{
    background-image: url("http://www.coestecnic.com/imagenes/fondo-3.jpg");
    background-position: center 125px;
    background-repeat: repeat-x;
    height: 540px;
    margin-left: auto;
    margin-right: auto;
}

#caja_cabezera{
    width: 960px;
    margin: 0px  auto;


}

/* Logo */

#logo{
float:left;
margin-bottom: 10px;
}

#imagen_logo{
    margin-top: 20px;
}


/* underline menu*/
.sub_bar{

   height: 2px;
   width: 60px;
    background-color: red;
    position: absolute;
    top: 0px;
    margin-top: 3px;
    left: 200px;
    z-index: 20;
}

.slider-container{
    position: absolute;
    width: 960px;
    height: 300px;
    top: 200px;
    margin-left: auto;
    margin-right: auto;



}

.foto-sola{
    width: 700px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;



}

.foto-sola img{
margin-top:85px;


}


.seleccion_idioma{
    margin-top: 20px;
    float: right;
    color: #666666;
    width: 150px;
    font-family: "Mako", sans-serif;
}




.texte-idioma{
    float:left;
}
warper-bandera{
    width:30px;
    height: 18px;
    float:right;
    overflow: hidden;

}

.bandera{
    width:30px;
    height: 18px;
    float:right;

}



/*Mapa Contacto*/
.map-container{
    width: 800px;
    position: relative;
    top: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.map-container iframe{
    position: relative;
    top: -215px;

}


