*{
    border: 0;
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Fira Sans', sans-serif;
    background-position: center, bottom;   
    background-repeat: no-repeat;
    background-attachment: fixed; 
    max-height: 263px;
}
h2, p{
    font-family: 'Roboto', sans-serif;
    color: #2d2c2c;   
    font-weight: 500;
}
h1{ 
    color: #252525;
    font-family: 'Montserrat', sans-serif;  
    font-weight: 500;
    font-size: 30px;
}
h2{
    font-size: 22px;
}
p{
    font-size: 16px;
}
h3{
    padding-bottom: 5px;
    font-size: 15px;    
    color: #343434;
}
header{
    background:  rgba(209,209,209,1);
    background: -moz-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(229,229,229,1) 20%, rgba(229,229,229,1) 100%);
    background: -webkit-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(229,229,229,1) 20%, rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(229,229,229,1) 20%, rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top, rgba(209,209,209,1) 0%, rgba(229,229,229,1) 20%, rgba(229,229,229,1) 100%);
    background: linear-gradient(to bottom, rgba(209,209,209,1) 0%, rgba(229,229,229,1) 20%, rgba(229,229,229,1) 100%);
    height: 105px;
    border-bottom: 4px solid #404141;
    box-shadow: 0.2px 1px 10px 0.2px #000;
    min-width: 1050px;
    position: relative;
}
.logo{
    margin: 0 auto;
    height: 10px;
    width: 850px;
    height: 70px;
}
#logo{
    padding-top: 14px;

}
#nav{
    width: 750px;
}
#nav, #nav ul {  
    margin: auto;
    display: block; 
    font-size: 15px;
    list-style: none;
    padding-bottom: none;
    position: relative;
}

#nav li a{
    background: #e5e5e5;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 40px 6px;
    display: block;
}
.subs li a{
    border-bottom: 1px solid #ccc;
    background-color: #888;
}
#nav li a:hover{
    border-radius: 3px 3px 0px 0px;
    text-shadow: 0px 1px 05px #000;
    color: #fff;
    background-color: #404141;
}
#nav > li{
    float: left;
}
#nav li ul{
    display: none;
    position: absolute;
}
#nav li:hover > ul{
    margin-top: 4px;
    display: block;
}
#nav ul li a{
    display: block;
    background-color: #e5e5e5;
}
#nav ul li a:hover {
    border-radius: 0px;
    box-shadow: 0px 1px 05px #000;
    color: #fff;
    text-shadow: 0px 1px 05px #000;
}
#nav li.active > a {
    border-radius: 3px 3px 0px 0px;
    text-shadow: 0px 1px 05px #000;
    background-color: #404141;
    color: #fff;
}
/*---contenido---*/
#contenedor{
    width: 1050px;
    margin: auto;
    box-shadow: 0px 15px 30px #ccc;
}
.contenedor2{
    display: inline-block;
    width: 850px;
}
.title{
    padding: 30px 30px 10px;
}
.productos{
    text-align: center;
    padding-left: 40px;
    width: 810px;
}
.productos ul{
    margin: 15px 10px;
    padding: 10px 5px;
    display: inline-block;
    border-bottom: 3px solid rgb(172,51,51);
    background: rgba(199,199,199,.3);
}
.logos{
    margin: 30px 0;
    text-align: center;
    float: right;
    width: 180px;
    padding-right: 20px;
}
.logos img{
    padding: 40px 0px;
}
.footer{
    margin-top: 30px;
    color: #3C3C3C;   
    font-size: 14px;
    display: inline-block;
    background: #9b9a9a;
    width: 1010px;
    height: 100px;
    padding: 20px 20px;
    border-top: 5px solid #404141;
}
.address{   
    text-align: right;
    float: right;
}