
#main {
width:100%;

padding:5px;
background:#E9E9E9;
font-size:14px;

max-width:1000px;
margin:auto;
	
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;	
	justify-content:space-around;
	align-items:center;
}


#main > h1{
	width:100%;
	height:auto;
	text-align:center;
	font-size:35px;
	margin:0px auto;
}



#contenido{
width:95%;
height:auto;
padding:5px;
margin:5px 0px 0px 0px;

background:#F781D8;
border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
	box-shadow: 2px 5px 5px #000;
		-moz-box-shadow:2px 5px 5px #000;
	-webkit-box-shadow:2px 5px 5px #000;

display:flex;
	flex-direction:row;
	flex-wrap:wrap;	
	justify-content:space-around;
	align-items:center;
	
}

#contenido h2{
	width:100%;
	height:auto;
	font-size:20px;
	align-items:center;

	text-align:center;

	margin:0px auto;
	
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;	
	justify-content:space-around;
	align-items:center;
}
