*{
margin:0;
padding:0;
}




body{
/*background:#fff;
font-family:Calibri;*/
}













.contenedor-colores{
width:100%;
overflow:hidden;

}
.azul{
width:33.3%;
box-sizing:border-box;
float:left;
padding:3px 0px 0px 0px;
background:#2A569F;
}
.verde{
width:33.3%;
box-sizing:border-box;
float:left;
padding:3px 0px 0px 0px;
background:#C2D03E;
}
.amarillo{
width:33.3%;
box-sizing:border-box;
float:left;
padding:3px 0px 0px 0px;
background:#FFCC29;
}

