@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

*{
margin: 0;
padding: 0;
}

#pagina{
    margin:auto;
    padding-top: 1px;
    width: 950px;
    height: 1000px;
    
}

/*header*/
header {
    background-color:brown;
    height: 150px ;
}
header img{
    float: left;
    
}
header nav ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-top: 50px;
}    
header nav ul li {
    text-decoration: none;
    list-style: none;
}
header nav ul li a {
    text-decoration: none;
    font-family: 'oswald';
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}
header nav ul li button{
    font-family: 'oswald';
    color: #000000;
    text-align: center;
    font-size: 15px;
   
}
 
/*aside*/
aside {
    background-color: #deacac;
    width: 250px;
    height: 1000px;
    float: right; 
    text-align: center;
}

aside div {
    margin: 15px;
    font-family: "oswald";
    font-size: 12px;
}
aside div h2 {
    font-weight: 600;
    font-size: 15px;
}


/*desplegable*/
.menu-div {
   width:100%;
}
.sub-menu {
   position:absolute;
   display:none;
   background: #deacac;
   padding-top: 0px;
   font-size: 2px;
   font-weight: 200;
}
.sub-menu li {
    margin: 10;
    }
.menu-nav ul li:hover > ul {
   display:block;
}

h6{
    color:#000000;
    font-family: "oswald";
    font-size: 20;
    font-weight: 200;
    text-align: center;
    
}

.titulo{
  font-family: "oswald";
    color: #ffffff;
    font-size: 20px; 
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 30px;
    background-color: brown;
    width: 150px;
}

/*noticias*/
.noticias{
    height: 200px;
    padding-left: 150px;
    margin-bottom: 10px;
    }

.noticias div{
    width: 500px;
    margin-left: 5px;
    
}

.noticias img{
    float: left;
    height: 150px;
}

.noticias h2{
    font-family: "oswald";
    font-weight: 15px;
    font-size: 15px;
    margin-left: 15px;
}

h5{
    font-family: "oswald";
    font-weight: 300;
    font-size: 12px;
    
}
h5 a{
    text-decoration: none;
    color: brown;
}

h4{
    font-family:sans-serif ;
    font-weight: 200;
    font-size: 13px;
    margin-left: 150px;
}

.pie{
    background-color: brown;
    text-align: center;
    font-family:sans-serif;
    font-weight: 100;
    font-size: 11px;
}

.pie p{
    width: 800px;
    margin: auto;
}
.pie p a {
    text-decoration: none;
    color: #ffffff;
}

/*INICIAR SESION*/
.login {
 font-family: "oswald";
  width: 300px;
  padding: 30px 25px;
  background: white;
  border: 1px solid #c4c4c4;
}

h1.login-title {
  margin: -28px -25px 25px;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  font-weight: 300;
  color: #ADADAD;
  text-align:center;
  background: #f7f7f7;
 
}

.login-input {
  width: 285px;
  height: 50px;
  margin-bottom: 25px;
  padding-left:10px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.login-input:focus {
    border-color:#6e8095;
    outline: none;
  }
.login-button {
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #f0776c;
  border: 0;
  border-radius: 5px;
  cursor: pointer; 
  outline:0;
}

.login-lost
{
  text-align:center;
  margin-bottom:0px;
}

.login-lost a
{
  color:#666;
  text-decoration:none;
  font-size:13px;
}

.pabellon h1{
    font-family: "oswald";
    margin-top: 80px; 
}
.pabellon img{
    height: 300px;
    margin-bottom: 10px;
    }
.pabellon p{
    font-family:  "oswald";
    
}

.pabellon p span{
    font-family:  "oswald";
    font-size: 20px;
    font-weight: 400;
    color: brown;
    margin-left: 40px;
}
.pabellon p span a{
    text-decoration: none;
    font-size: 20px;
    color:brown;
}
.pabellon h2{
    font-family:  "oswald";
    font-size: 50px;
    font-weight: 600;
    color: #cb1616;
    text-align: center;
}

.pabellon h3{
    font-family:  "oswald";
     font-size: 20px;
    font-weight: 400;
    text-align: center; 
    
}

/*BOTONERA*/
.lista ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
.lista li {
 float: left
}
.lista a {
 display: block;
 text-decoration: none;
}
.lista li {
  float:left;
  margin-right: 3px;
}
.lista a {
  display: block;
  text-decoration: none;
  color: #fff; 
  font-family: "oswald";
  font-size: 14px;
  background-color: #deacac;
  border: 1px solid #038265;
  padding: 5px;
}
.lista a:hover {
  background-color: brown; 
}

.autos img{
    width: 650px;
    margin-bottom: 15px;
}