@import url(http://fonts.googleapis.com/css?family=Nova+Cut|Roboto:400,900,400italic,500,500italic,700,700italic,900italic);

* {
    margin: auto;
    padding: 0;
}


body { 
    font-family: 'Roboto', sans-serif;
   background-color: rgb(242, 242, 242);
}

img {float:left;
    padding-left: 20px;
    padding-top: 20px;
}

header {
    background-color: #676767;
    margin-top: 40px;
    width: 100%;
    clear: both;
    float: left;
}

main {
    padding: 20px;
    margin-top: 30px;
    background-color: #e1ffeb;
    width: 60%;
    height: 300px;
    float: left;
}

.texto {
    font-family: sans-serif;
    font-size: 10pt;
    line-height: 1rem;
}

aside {
    padding: 4px;
    margin-top: 30px;
    background-color: #fff;
    width: 30%;
    height: 320px;
    float: right;
}

h4 {
    font-family: 'roboto';
    font-size: 10pt;
    line-height: 14pt;
    font-weight: 400;
    padding-left: 10px;
    padding-top: 10px;
}

footer {
    font-family: 'roboto';
    font-size: 0.7rem;
    clear: both;
    width:960px;
    margin-top: 70px;
    }

h1 {
    width: 600px;
    font-size: 1.5rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    margin-top: 40px;
    
        }

nav {
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
    width:100%;
    background-color: #517fa0;
}

nav ul#izq {
    list-style: none;
    background-color: #fff;
    float: left;
}

nav ul#der {
    list-style: none;
    background-color: #fff;
    float:right
}

nav ul#izq li {
    margin-right: 60px;
    float: left;
}

nav ul#der li {
    margin-left: 60px;
    float: left;
}

a {
    text-decoration: none;
    color: #1ebfac;
}

a:hover {color: #0e675c;}

div#botonera {
    height:21px;
    background-color: #fff;
}

div#pagina { 
        background-color: #fff;
    width:960px;
}

h3 {
    font-family: 'roboto';
    font-weight: 900;}