
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700); @import url(http://fonts.googleapis.com/css?family=Roboto:400,700,900);

/* Reglas generales - y para celulares */

* { margin: 0; padding: 0; }

html{
background-color: #D8D7CF;}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 90%;
}

header, footer {
margin-bottom: 0.5em;
margin-top: 0.5em;
} 

footer {
margin-top: 0.5em;
}


nav{
width: 100%;
position: relative;
display: block;
height: auto;
height: 7em;
z-index: 100;
}

#logo{
width: 7em;
position: absolute;
z-index: 100;
}

#logo img{
width: 7em;}
    
/*Menu Desplegable*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
display: none;

}

#cssmenu {
width: 90%;
font-family: 'Oswald';
font-weight: 400;
line-height: 1;
background: #c33535;
top: 28px;
left: 10%;
padding-left: 3%;
}

#menu-line {
position: absolute;
top: 0;
left: 0px;
height: 3px;
background: #ffffff;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
    display: none;
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px 20px 20px 13px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  background-color: #860000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
    
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
    

}
#cssmenu ul li:hover > ul > li {
  height: 32px;
    
}
#cssmenu ul ul li a {
  padding: 10px 13px;
  width: 160px;
  font-size: 16px;
  background: #f0f0f0;
  text-decoration: none;
  color: #3b3b3b;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
   
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #860000;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #3b3b3b;
  border-right: 1px solid #3b3b3b;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #860000;
  border-left: 1px solid #860000;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #860000;
}

#miguitas ul li{
float: right;
display: inline-block;
font-family: "Oswald";
margin-top: 27px;
margin-left: 5px;
font-size: 14px;
font-weight: 400;
}

#miguitas ul li a{
text-decoration: none;
color:#484848;
}

#buscador{
position: relative;
}

form{
width:200px;
height: 30px;
float: right;
margin-right: 15px;
background-color: #fdfdfd;
position: absolute;
z-index: 0;
top: -14px;
right: 0;
border-radius: 10px;
outline: 0;
    

}

.rounded { 
border-radius:10px; 
}

input[type=button], input[type=button]:hover {
	position:relative; 
	left:-6px;
	border:0px solid #adc5cf;
	color:#7da2aa;
	cursor: pointer;
    
}

.lighter input[type=text]{
	border:0px solid #d0d0d0;
	background-color:#fcfcfc;
    height: 30px;
    width: 160px;
    padding-left: 10px;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    outline: 0;
  
}




#lupa img{
width: 27px;
float: right;
margin-right: 0px;
position: absolute;
top: -13px;
right: 20px;
z-index: 1;
}


#miguitas{
margin-right: 15px}

#miguitas ul li{
float: right;
display: inline-block;
font-family: "Oswald";
margin-top: 40px;
margin-left: 5px;
font-size: 14px;
font-weight: 400;
}

#miguitas ul li a{
text-decoration: none;
color:#484848;
}


footer {
width: auto;    
clear: both;
height: auto;
background-color: #272727;
text-align: center;
color: #c1c1c1;
}

footer hr{
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#sectionf{
width: 100%;
display: inline-block;
margin-bottom: 10px;
padding: 2% 5% 0% 5%;}

footer h4{
text-align: left;
margin-bottom: 5px;
color:white;
font-family: 'Roboto'    
}

.f1{
width: auto;
float: left;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 10px;    
}

#redes{
width: auto;
float: left;
margin-left: 50px;
margin-right: 50px;
    margin-bottom: 10px; 

}

#redes img{
width: 30px;
float: left;
margin-top: 5px;
margin-right: 10px;}

footer p{
font-family: "Oswald";
font-weight: 300;
font-size: 14px;
color: #c1c1c1;
text-align: left;
}

#botonerafooter{
width: 100%;
margin-top: 10px; 
margin-bottom: 10px;
display: inline-block;
}

#botonerafooter ul li a{
text-decoration: none;
font-family: "Oswald";
font-weight: 300;
font-size: 16px;
color: #c1c1c1;
   
}

#botonerafooter ul li{
list-style: none; 
padding-bottom: 0px;
padding-top: 0px;
padding-left: 50px;
padding-right: 50px;
border-left-width: 0px;
border-left-color: #8e8e8e; 
border-left-style: solid;
     margin-bottom: 5px;
}

#botonerafooter ul li#contacto{
border-left-width: 0px;
}

#legal{
font-family: 'Roboto';
font-weight: 300;
font-size: 12px;
color: #c4c4c4;
    width: auto;
    float: left;
    margin-top: 15px;
    background-color: #414141;
    margin: 0 auto;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 1%;
    padding-top: 1%;
}


#pagina {
    max-width: 960px;
    margin: auto;
}

#mapuches{
box-sizing: border-box;
    border: 0.3em solid #D8D7CF;
padding: 1em;
background-color: white;
float: left;
}

#mapuches h1{
font-family: "Roboto Slab";}

#masvisto{
display: block;
}

#titulodestacados {
text-align: center;    
background-color: #00A7FF;
height: 2em;
margin-bottom: 0.1em;
color: white;
font-family: "Oswald";
font-weight: 300;
font-size: 0.79em;
line-height: 2em;
}

#minidestacados ul li, #minidestacados2 ul li, #minidestacados3 ul li{
box-sizing: border-box;
width: 50%;
border: 0.3em solid #D8D7CF;
float: left;
list-style: none;
display: block;
    overflow: hidden;
}

#minidestacados ul li img, #minidestacados2 ul li img, #minidestacados3 ul li img{
width: 100%;
    
    
}


    
}



#minidestacados2, #minidestacados3, #minimasvisto, #baner, #vermas, #publi{
display: none;
}

#titulomasvisto{
text-align: center;
background-color: #00A7FF;
height: 2em;
margin-bottom: 0.1em;
clear: both;
color: white;
font-family: "Oswald";
font-weight: 300;
font-size: 0.5em;
line-height: 2em;
}

#listamasvisto ul li{
box-sizing: border-box;
border: 0.3em solid #D8D7CF;
list-style: none;
width: 100%;
height: 8em;
background-color: #f2f2f2;
padding: 0.3em;
}

#listamasvisto h2{
font-family: "Roboto Slab";
font-size: 0.9em;
color: #3AA935;
font-weight: 700;}

#listamasvisto h1{
font-family: "Oswald";
font-size: 1.5em;
color: #000000;
font-weight: 400;
line-height: 1.2em;}

#listamasvisto h3, #mapuches p, #publi p{
font-family: "Roboto";
font-size: 1em;
color: #000000;
font-weight: 300;
line-height: 1.2em;}

#publi p{
padding: 1em;}

#listamasvisto h4{
font-family: "Roboto Slab";
font-size: 1em;
color: #eb9a00;
font-weight: 400;
    line-height: 1.5em;
}










/* lo que cambia en tablets verticales */

@media screen and (min-width: 40em) {
    


    
#minidestacados2{
display:block;
}

    #minidestacados ul li, #minidestacados2 ul li, #minidestacados3 ul li{
    width: 33.3%;
    overflow: hidden;
    height: 7em;}

    #masvisto{
    width: 100%;
    }
    
    #minimasvisto{
        
    display: block;
    width: 33%;
    float: left;}
    
    #listamasvisto{
    display: block;
    width: 67%;
    float: right;
    }
    
#minimasvisto ul li{
box-sizing: border-box;
border: 0.3em solid #D8D7CF;    
list-style: none;
width: 100%;
background-color: black;

height: 8em;
overflow: hidden;
}
    
#minimasvisto ul li img{
width: 100%;}
    
#listamasvisto ul li{
height: 8em;
}
    
}

/* lo que cambia en pcs de escritorios */

@media screen and (min-width: 60em) {



}
    
    
    #mapuches { width: 60%;
    float: left;}
    
    #publi{
        display: block;
    box-sizing: border-box;
border: 0.3em solid #D8D7CF;    
    width: 40%;
    height: 30.2em;
    float: right;
    background-color: white;
        overflow: hidden;
   }
    
    #publi img{
    width: 100%;}
    
    #masvisto{
    width: 40%;
    float: right;
    }
    
    #videosdestacados{
    width: 40%;
    float: right;}
    

    
#minimasvisto ul li{
height: 9em;
}  

#minimasvisto ul li img{
    height: 100%;

}      
    
#listamasvisto ul li{
height: 9em;
}

#titulomasvisto{
box-sizing: border-box;
border: 0.3em solid #D8D7CF;
height: 5em;
text-align: center;

  
}   

#titulomasvisto p{
font-size: 3em;
padding-top: 0.5em;}    
    
#titulodestacados {
box-sizing: border-box;
border: 0.3em solid #D8D7CF;
width: 33.33%;
float: left;
height: 8.5em;
padding: 0.5em;    
}
    
#titulodestacados P{
text-align: left;
font-size: 2.4em;
line-height: 1em;    
}    
    
#minidestacados3{
display:block;
      }
    
#baner{
    box-sizing: border-box;
border: 0.3em solid #D8D7CF;
display: block;
width: 100%;
height: 285px;
background-color: #da2127;
overflow: hidden;
    text-align: center;
}
    
#baner img{
width: 100%;
}
    
#vermas{
box-sizing: border-box;
border: 0.3em solid #D8D7CF;
display: block;
width: 100%;
float: left;
height: 6.5em;
background-color: #00A7FF;
}    
    
}