/*css Document*/
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,700);

* {
    margin: 0;
}

                                                    body{
	width: 960px;
	margin: auto;
    background-color: #E6E6E6;
    height: auto;
}

#contenedor {
    height: auto;
    width: 960px;
    margin: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: white;
}
      
header {
    height: 80px;
    background-color: black;
    color: white;
    width: auto;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
}
a:visited {
    color:white;
}
a:hover {
    color:#A22383;
}
main{
   
    height: auto;
    float: right;
    width:814px;
    display: inline-block;
    background-color: white;
    
    
}

h1 {
    font-size: 1em;
    float: right;
    padding: 0.4em;
}


<!-- navegador ppal -->

main {
    background-color: aliceblue;
   
}

ul, li, a {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: white;
}
#navegador {
    width: 146px;
    float:left;
    color: white;
    background-color: black;
    box-sizing: border-box;
}
#imagen_home{
    width: 146px;
    height: 200px;
    background-color: white;
    
}
#navegacion {
    padding: 20px;
    background-color: black;
    height: 377px;
}
#navegador ul {
    list-style-type: none;
    height: auto;
   
}

#navegador ul li {
    text-decoration: none;
    font-family: "Roboto";
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 10px;
    
}

/* FILAS */
h2 {
    background-color: #A22383;
    color: white;
    padding: 0.5em;
}
p {
    line-height: 2;
    text-indent: 1em;
}

#fila1{
width:794px;
    height: 397px;
    margin-left: 20px;
    margin-top: 20px;
float:right;
}

#fila2 {
    padding: 15px;
    width: 183.5px;
    background-color: #A22383;
    height: 200px;
    float: left;
    box-sizing: border-box;
    line-height: 20px;
    margin-left: 20px;
}



#encabezado{
    color: white;
    font-size: 80px;
    height: 70px;
    padding-top: 21px;
}
#titulo{
    line-height: 15px;
    color: white;
    margin-bottom: 5px;
}
#bajada{
    margin-top: 6px;
    line-height: 14px;
    color: white;
   
}



h.encabezado {
    font-weight: 700;
}
h.titulo {font-size: 17px;
    font-weight: 800;
    
}
h.bajada {font-size: 13px;
    font-weight: 400;    
   
}
 #flecha{
        float:right;
        width: 20px;
        height: 20px;}


footer {
    float: left;
    margin-top: 30px;
}

#footertop {
    font-size: 11px;
}
#footertopcol {
    width: 220px;
    float: left;
    padding: 10px;
    height: 70px;
    text-align: left;

}
#footerbot {
    text-align: center;
    color: #808080;
    height: 30px;
    padding-top: 5px;
}




