@charset "utf-8"
/*css document*/

*{
  margin:0;
  }
  
  
  a{
    text-decoration: none;
    color: coral;
      
  }

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #000;
    
    
}

header{
    background-color: indigo;
    position: relative;
    height: 100px;
    color: white;
    display: list-item;
    margin-top: 40px;
    padding-left: 1rem;
    padding-right: 1.5rem;
    padding-bottom: 0;
    font-size: 0.8rem;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:900px;
    text-align: left;
    clear: both;
 }

header nav{ height:50px; display:block; width:800px;}

header nav ul{
	width: 600px;
	margin-top: -50px;
	list-style: none;
	margin-left: 10rem;
    margin-right: 5px;
	background-color: blanchedalmond;
	height: 40px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	padding-left: 30px;
    padding-right: 0px;
}

header nav ul li{
	font-family: 'ColabReg-webfont';
	font-size: 12px;
    font-weight: 700;
	letter-spacing: 1px;
	color: black;
	text-transform: uppercase;
	float: left;
	padding: 0;
	margin-top: 13px;
    padding-left: 42px;
    padding-right: 20px;


}

header nav a{ text-decoration:none; color:inherit; }
header nav a:hover{color:white; }


main{
    background-color: beige;
    display: table-column;
    width: 45%;
    float: left;
    color: black;
    margin-top: 30px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
     -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    height: 440px;
    
   }


article #subcol1{
    float:left;
    display: inline-block;
    margin-top: 30px;
}

article #subcol2{
    display: table-column-group;
    float:left;
    font-size: 11px;

}

article #subcol3{
    font-size: 12px;
    
}


aside{
    background-color: whitesmoke;
    color: black;
    font-size: 10px;
    width: 17%;
    float: left;
    font-variant-position: sub;
    margin-top: 30px;
    margin-left: 10px;
    margin-bottom: 40px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 15px;
    padding-bottom: 30px;
    height: auto;
    position: relative;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

footer{
    background-color: white;
    table-layout: auto;
    clear: both;
    color: gray;
    padding-top: 3rem;
    padding-bottom: 0.2rem;
    padding-left: 0rem;
    padding-right: 1.5rem;
    margin-top: 1rem;
    font-size: 10px;
    
}
   

ul li a{
    padding: 5px;
    display: inline-table;
    margin-bottom: auto;
    font-family:'Roboto Condensed', sans-serif;
    font-weight: 300;
     width: 80%;
}

h1 { /*titulos*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 4rem;
    padding-bottom: 0;
    }

h2 { /*titulos*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    padding-bottom: 0;
    color: indigo;
   
    }

h3 { /*titulos*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    }
h4 { /*titulos*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    background-color: white;
    background-size: cover;
    color: black;
    padding-left: 2px;
    }

  h5 { /*titulos*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.7rem;
    
  }

h6 { /*titulos*/
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 0.55rem;

    
}

#contenedor{
    background-color: white;
    width: 960px;
    margin: auto;
    height: auto;
}



    









    