@charset "utf-8";
/* CSS Document */
main{
	background-color: lavender;
	height: 500px;
	}
.cabecera{
color: indigo;
	text-align: center;
background-color: #DAB8FF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";

}
.nombre{
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    background: #DAB8FF;
    color: indigo;
    width: auto;
    height: auto;
    min-height: 50px;
    font-size: 40px;
	border-radius: 1em;
	}
#contenedor{
height: 100%;
width: 100%;
background: #7F6997;
border-radius: 1em;
}
.section{
color: indigo;
background:  #B187E5;
height: 100%;
border-radius: 1em;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
font-size: 25px
		
}

.texto {
    text-align: justify;
	font-size: 19px;
}
.aside{

background: #7F6997;
border-radius: 1em;
height: 200px;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
color: lavender;
font-size: 25px;
	
}
.textoproductos {
font-size: 19px;
text-align: justify;
}
.footer{
background-color: lavender;
color: indigo;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
	
}