

/*****************************************************************************************/
/*****************************************************************************************/
/**************************************HEADER*********************************************/
/*****************************************************************************************/
/*****************************************************************************************/




/**-------------------------------------------HEADER 1----------------------------------**/

/** TODO EL HEADER **/

.conjuntoHeader{
    height: 500px;
}


/** PARTE DEL LOGO Y EL MENÚ**/
.header1{
    height: 135px;
    /*border-bottom: 1px solid grey;*/
}

.contenedorHeader1{
    width: 1100px;
    margin: 0 auto;
}

/** MENÚ **/

ul#menu ul {
 display: none;
 top: 96px;
 position: absolute;
 /*background: #333;*/
 /*color: #fff;*/
 padding: 5px 0px 5px 5px;
 margin: 0;
 }

ul#menu ul li{
 float: left;
 color: #fff;
 width:100%;
 /*margin:2% 0%;*/
}
 
 
ul#menu ul li a{
 color: #fff;
 padding: 7px;
 width: 200px;
 text-align: left;
 line-height: 20px;
}
  
ul#menu ul li a:hover{
 /*color: #aaa073;*/
 cursor:pointer;
}

ul#menu li:hover ul ul,ul#menu li:hover ul ul ul,ul#menu li.iehover ul ul,ul#menu li.iehover ul ul ul {
 display: none;
 cursor:pointer;
}
  
ul#menu li:hover ul,ul#menu ul li:hover ul,ul#menu ul ul li:hover ul,ul#menu li.iehover ul,ul#menu ul li.iehover ul,ul#menu ul ul li.iehover ul {
 display: block;
 cursor:pointer;
}

@media only screen and (max-width : 500px) {
    ul#menu ul li{
         margin: 0%;
    }

    ul#menu ul {
        position: relative;
        top: initial;
        padding: 5px 0px;
    }
}
/** DIRECCIÓN **/

.addr1{
    width: 550px;
    float: left;
    text-align: right;
    margin-top: 5px;
    font-size: 12px;
}

.addr1 div, .addr1 span{
    float: right;
}

@media only screen and (max-width : 500px) {
    .addr1 div, .addr1 span{
        float: left;
    }
}


/** RRSS **/

.social1{
    width: 550px;
    float: right;
    text-align: right;
    margin-top: 5px;
    min-height: 22px;
}

.social1 div{
    float: right;
    margin-left: 5px;
}

.social1 img{
    width: 22px;
}


/** LOGO**/

.logo1{
    float: left;
}
.logopanel1, .logo1, .imglogo1, div.logo1 a img{
    max-width: 180px;
    max-height: 100px;
}

div.logo1 a img{
    
}


/** HEADER RESPONSIVE **/

@media (max-width: 600px) {

    .contenedorHeader1{
        width: 100%;
    }

    .conjuntoHeader{
        height: auto;
    }

    .addr1, .social1{
        width: 46%;
        padding-left: 2%;
        padding-right: 2%;
    }

    .addr1{
        text-align: left;
    }

    .social1{
        text-align: right;
    }

    .logo1{
        width: 100%;
        text-align: center;
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .logopanel1, .logo1, .imglogo1, div.logo1 a img{
        max-height: 75px;
    }
}





/** TÍTULO Y TEXTO **/

.titTextConjuntoHeader{
    width: 1100px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px;
}

@media (max-width: 900px) {
    .titTextConjuntoHeader{
        width: 90%;
        padding: 5%;
        margin-top: 0px;
    }
}

/*********************************************************************************************/
/*********************************************************************************************/
/*********************************************************************************************/
/******************************************** NAV ********************************************/
/*********************************************************************************************/
/*********************************************************************************************/

/* Clearfix */
.clear:before, .clear:after {
    content: " ";
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

a#pull {
    display: none;
}

nav {
    height: 40px;
    width: 900px;
    /* background: #666; */
    /* position: relative; */
    /* border-bottom: solid 1px #DDD; */
    float: right;
    margin-top: 28px;
}

nav ul {
    padding: 0;
    margin: 0 auto;
    width: 100% !important;
    height: 40px;
}

nav li {
    display: inline;
    float: left;
}

nav a {
    display: inline-block;
    /*width: 100px;*/
    text-align: center;
    line-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
}

nav li:last-child a {
    border-right: 0;
}

nav a:hover, nav a:active {
    /*background-color: #333;*/
}

@media only screen and (max-width : 900px) {
    nav {
        border-bottom: 0;
        height: auto;
        width: 100%;
    }

    nav ul {
        display: none;
        height: auto;
        width: 100%;
    }

    nav li {
        width: 100%;
        float: left;
        position: relative;
    }

    nav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
    }

    nav a#pull {
        display: block;
        /*background-color: #666;*/
        width: 100%;
        position: relative;
    }

    nav a#pull:after {
        content:"";
        background: url('../img/nav_icon.png') no-repeat;
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 15px;
        top: 10px;
    }
}



/*********************************************************************************************/

