@charset "UTF-8";
/* CSS Document */
main{
    background-color: aquamarine;
    width: 1200px;
    height: 800px;
}

.cabecera_1
{
	color: maroon;
	text-align: center;
}
