*{
    list-style: none;
}

*{
  padding: 0; 
  margin: :0;
}
body{ 
    background-color: #d9d9d9;
}
.pagina{
    margin: auto;
    overflow: visible;
    width: 960px;
    padding: 2% 0 0 0;
}

header{
    width: 100%;
    height: 120px;
    background: #4e4e4e;
}

.logo{
    position: relative; 
    float: left;
    margin: 15px 0 10px 50px;
}

.clima{position: relative;
    float: right;
    margin: 15px 50px 10px 0 ;
}

#botonera {
    background-color: #EF9732;
   float: left;
    margin: 1px 0 0 0;
    width: 100%;
    padding: 1% 0 1% 0;
    clear: both;
}

.menu {
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1000;
}
    
.menu li a{
    font-size: 0.9rem;
    text-decoration: none;
    position: relative;
    float: left;
    color: #fff;
    font-family: "roboto condensed";
    margin: 0 100px 0px 10px;
    padding: 0 0 0 1%;
}
   
.iconoface {
    position: relative;
    float: right;
    margin: 0;
    clear:top;
    padding: 0 2% 0 0
}

.iconotwiter {
    position: relative;
    float: right;
    margin: 0;
    clear:top;
    padding: 0 1% 0 0
}

.iconousuario {
    position: relative;
    float: right;
    margin: 0;
    clear:top;
    padding: 0 1% 0 0
}

.slider1 {margin: 0;
    position: relative;
    float: left;
     }

.t1 { background-color: rgba(178, 172, 172, 0.3);
    position: absolute;
    float: left;
    margin: 38% 0 0 0;
    width: 45%;
    height: 155px;
}


h1 { font-family: "roboto condensed";
    font-style: italic;
    font-size: 2.5rem;
    line-height: 90%;
    margin: 5% 10% 0 8%;
    color: #EF9732;
}
h2 { font-family: "roboto condensed";
    font-style: oblique;
    font-size: 1rem;
    line-height: 100%;
    margin: 3% 10% 0 8%;
    color: #fff;
}

.slider2{background: #d9cebd;
    width: 100%;
    height: 250px;
    margin: 0 0 0 0;
    padding: 2% 0 0 0;
    position: relative;
    float: left;
     }

.t2 {background-color: rgba(108, 105, 105, 0.3);
    position: relative;
    float: left;
    width:16%;
    height: 68px;
    margin: 1% 0 0 6.2%;
}
 
h3{font-family: "roboto condensed";
    font-style: italic;
    font-size: 0.8rem;
    line-height: 90%;
    margin: 15% 10% 0 8%;
    color: #000000;
}

.t3 {background-color: rgba(108, 105, 105, 0.3);
    position: relative;
    float: left;
    width:16%;
    height: 68px;
    margin: 1% 0 0 8%;
}

.t4 {background-color: rgba(108, 105, 105, 0.3);
    position: relative;
    float: left;
    width:16%;
    height: 68px;
    margin: 1% 0 0 8%;
}

.t5 {background-color: rgba(108, 105, 105, 0.3);
    position: relative;
    float: left;
    width:16%;
    height: 68px;
    margin: 1% 0 0 7.5%;
}

footer {width: 100%;
    height: 200px;
    background: #4e4e4e;
    position: relative;
    float: left;
    margin: 1% 0 0 0;}

.l1 {font-family: "roboto condensed";
    font-style: italic;
    font-size: 0.6rem;
    line-height: 90%;
    margin: 4% 10% 0 6%;
    color: #ffffff;
    position: relative;
    float: left;}

.l2 {font-family: "roboto condensed";
    font-style: italic;
    font-size: 0.6rem;
    line-height: 90%;
    margin: 4% 10% 0 4%;
    color: #ffffff;
    position: relative;
    float: left;}

.l3 {font-family: "roboto condensed";
    font-style: italic;
    font-size: 0.6rem;
    line-height: 90%;
    margin: 4% 10% 0 4%;
    color: #ffffff;
    position: relative;
    float: left;}

