*{ margin: 0; padding: 0;}
body{ background: #4c94be; font-family: verdana;}
header { width: 100%; height: 100px; background: #95c2db;}
section{ background: #d3e7f2; height: 500px;}
footer{ text-align: center; font-size: 10px;}
a{ text-decoration: none; color: #000;}
h1{ font-family: arial; font-size: 25px; color: #172833;}


/* Estilos del Menú */
header nav{ background: #e3c47a; width: 960px;}
header nav ul{ list-style-type: none}
header nav ul li{ display: inline;}
header nav ul li a{ color: #f3f7f8; text-decoration: none;}


.destacado{ 
    font-size: 14px; 
    color: #000; 
    background: #ebdebf;
    padding: 10px;
}

.col-1{ background: #afd9f0; 
    width: 60%; 
    height: 500px; 
    position: relative;
    float: left;
}

.col-2{ 
    position: relative;
    float: right;
    width: 40%;
}

.separador{ clear: both;}

.pagina{ 
    width: 960px;
    margin: 0 auto 0 auto;
}
