@charset "UTF-8";

body {
	font-size:16px;
	line-height: inherit;
	font-family: 'Taviraj', serif;
	background: rgba(252,236,252,1);
background: -moz-linear-gradient(left, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 66%, rgba(255,124,216,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(252,236,252,1)), color-stop(66%, rgba(251,166,225,1)), color-stop(100%, rgba(255,124,216,1)));
background: -webkit-linear-gradient(left, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 66%, rgba(255,124,216,1) 100%);
background: -o-linear-gradient(left, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 66%, rgba(255,124,216,1) 100%);
background: -ms-linear-gradient(left, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 66%, rgba(255,124,216,1) 100%);
background: linear-gradient(to right, rgba(252,236,252,1) 0%, rgba(251,166,225,1) 66%, rgba(255,124,216,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcecfc', endColorstr='#ff7cd8', GradientType=1 );
	
}

h1 {
	font-size:35px;
}

h2 {
	font-size:25px;
	
}

footer{
	text-align:center;
	width:100%;
	background-color:grey;
	padding:10px;
	color:white;
	
}
.container {
	margin: auto;
	width: 960px;
	text-align:justify;	
	
}

.blanco {
	color:white;
	text-align:center;
	
}

.redondo {
	border-radius: 40px 40px 40px 40px;
-moz-border-radius: 40px 40px 40px 40px;
-webkit-border-radius: 40px 40px 40px 40px;
border: 2px solid white;
background-color:white;
margin:0px;
text-align:center;
padding:20px;
	
}

.cajitas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:20px;
	
}

footer{
	margin-top:20px;
	text-align:center;
	width:100%;
	background-color:grey;
	padding:10px;
	color:white;
	
}