@charset "utf-8";
*{
	margin: auto;
    padding: initial;
}


header {
    margin: auto;
	width: 100%;
	height: 60px;
	float: left;
	position: absolute;
	background:#6CF;
    text-decoration: none;

    
   
	}
	

#caja-propuesta {
    margin: auto;
    padding: 8%;
    background-color: rgba(250, 250, 250, 0.67);
    box-sizing: border-box

}

aside {
	
               

}


header nav ul li.barra {
   font-family: "Arial", "Helvetica", sans-serif;
   font-weight: 200;
   text-transform: uppercase;
   color: #6CF;
   font-size: 0.9em;
   text-align: justify;
   float: right;
   margin: auto;
   width: 180px;
   list-style: none;
   padding: 20px;
    
}


body {
    margin: 0;
    padding: 0;
    background-color: #e5e6e3;
    font-family: "Arial", "Helvetica", sans-serif;
    line-height: 1.3rem;
    text-decoration-line: none;
    color: #505f5f;

}



article {
        
        padding: 100px;
        width: 80%;
        float:inherit;
        line-height: 1.5rem;


}

h1 {
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
    }

h2 {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    }

h3 {
    font-size: 20px;
    font-weight: normal;
    font-weight: bold;
    text-decoration: underline;
    }

h4 {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    }

h5 {
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    }

#negro {
    
width: 30px;
height: 30px;
background-color: black;
margin-top: -220px;
float: left;
margin-left: 85px;
    
}


#amarillo {
    
width: 30px;
height: 30px;
background-color: yellow;
margin-top: -220px;
float: left;
margin-left: 130px;
    
}

#blanco {
    
width: 30px;
height: 30px;
background-color: #ffffff;
margin-top: -220px;
float: left;
margin-left: 175px;
    
}



footer {
        clear: both;
        width: 30%;
        margin-left: 100px;
        
}

p1 { 
    padding: 90px;
    font-size: 10px;


}