
@import url(menu.css);
@import url(baner.css);
@import url(novedad.css);
@import url(conte1.css);
@import url(conte3.css);
@import url(conte2.css);
@import url(pie.css);

*{
    margin: 0px;
    padding: 0px;
    /*box-sizing: border-box;*/
    border: none;
}

body{
   
   background-color: black;
   height: 100%;
   background-size: cover;
   
   font-size: 16px;
   font-family: 'Roboto', sans-serif, arial;
   line-height:0;
  
}

header{
    width: 100%;
    height: 3.125rem;
    color:white;
    background-color: rgb(28, 5, 44, 0.5);
    position: fixed;
    top: 0;
    left:0;
    z-index: 100;
}
img{
    float: left;
}

.contenedor{
    margin: 98%;
    margin:auto;
}
section{
    width: 100%;
    margin-bottom: 0px;
}

@media (min-width:1024px){
    .contenedor{
        width: 1000px;
    }
}
