*{
    margin: 0;
    padding: 0;
}
body{
 overflow: hidden;
}
/*----------------HEADER VM-----------------*/
.headerVM{
    background: white;
}
/*-----------------CABECERA-----------------*/
.headsearch{
    width: 66%;
    height: 30px;
    margin: auto;
    /*background: red;*/
}
div.cabecera {
    float: right;
    padding: 5px;
    width: 280px;
    height: 22px;

}
#social{
    padding: 3px 0px 1px 2px;
    width: 18px;
    height: 16px;
    border: 1px solid silver;
    border-radius: 50%;
    display: inline-block;
}
#social:hover{
    transition: /* text-shadow */ border .5s ease-out;
    /*text-shadow: 0px 0px 2px yellow;*/
    border: 1px solid /*#36d7ff*/ rgba(0,0,0,.5);
}

#sociallink{
    text-decoration: none;
    color:gray;
}
#sociallink:hover{
    transition: color .5s ease-out;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    color: #36d7ff;
}
.buscar{
    position: relative;
    top:-25px;
    margin-left: auto;
    width: 180px;
    height: 20px;

}
#icono{
    position: relative;
    top: 4px;
    left: 158px;
    z-index: 2;
    color: gray;
}
#search{
    font-family: Avenir;
    position: relative;
    top:-20px;
    width: 180px;
    border-radius: 18px;
    border-style: none;
    border: 2px solid silver;
    padding: 3px 6px;;
    z-index: 1;
}
/*-------------MENU NAVEGACION-------------*/
.barrainicio{
    width: 66%;
    height: 60px;
    margin: auto;
    /*background: green;*/
}
.menuinicio{
    margin: auto;
}
#menus{
    margin-left: auto;
    position: relative;
    top: -64px;
    width: 600px;
    height: 60px;
    z-index: 3;
    /*background: gray;*/
}
.nav{
    position: relative;
    top: -14px;
    width: 500px;
    display: inline-flex;
    list-style: none;
    /*background: orange;*/
}
#naving{
    font-family: Avenir;
    font-size: 15px;
    color: rgba(0,0,0, .75);
    position: relative;
    padding: 20px 5px 20px 5px;
    width: 90px;
    height: 20px;
    /*border: 1px solid gray;*/
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
}
#naving:hover{
    transition: color .5s ease-out;
    -webkit-transition: color .5s ease-out;
    -moz-transition: color .5s ease-out;
    -o-transition: color .5s ease-out;
    color: #36d7ff;
}
#logo02{
    position: relative;
    left: 20px;
    top:8px;
    width: 45px;
    height: 48px;
    margin-right: auto;
}
#logo01{
z-index: 0;
}
.linetop{
    width: 100%;
    height: 0px;
    border-bottom: 1px solid silver;
    z-index: 3;
}
.footer{
    margin: auto;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    position: absolute;
    bottom: 0%;
    background-color: rgba(55,55,55,.5);
    color: #36d7ff;
}
.footert{
    font-family: Avenir;
    text-decoration: none;
    color: white;
    display: inline-block;
}
.footerl{
    font-family: Avenir;
    letter-spacing: 5px;
    text-decoration: none; 
    color: blue;
    display: inline-block;
}
.footerl:hover{
    transition: color 1s ease-out;
    -webkit-transition: color 1s ease-out;
    -moz-transition: color 1s ease-out;
    -o-transition: color 1s ease-out;
    color: white;
    text-shadow: 0px 0px 2px black; 
}
/*--------RESPONSIVE DESIGN--------*//*--------RESPONSIVE DESIGN--------*/
/*--------RESPONSIVE DESIGN--------*//*--------RESPONSIVE DESIGN--------*/
/*--------RESPONSIVE DESIGN--------*//*--------RESPONSIVE DESIGN--------*/
@media screen and (max-width: 1366px) {
.barrainicio{
    width: 85%;
    }
.headsearch{
    width: 85%;
    }
}




































