#pagina4{
	width: 100%;
	height: 1020px;
	box-shadow: 0px 0px 7px #fff;
}

#bgkids{
	width: 100%;
	height: 920px;
	padding-top: 100px;
	background: #333 url(../images/bgs/bgkids.png);
}

#kids{
	margin: 0px auto 0 auto;
	width: 840px;
	height: 840px;
	background: #f15f22;
	border: 15px solid #be4a19;
	border-radius: 50% !important;	
	box-shadow: 0 0 25px #333;
}

#kids h2{
	width: 380px;
	height: 90px;
}


#kids p{
	margin-bottom: 15px;
	float:left;
	width: 300px;
	height: 335px;  
	font-family: Segoe UI,sans-serif;
    font-size: 21px;
    color: #fff;
    overflow: hidden;
    margin-top: 20px;
}

.mleft{
	margin-left: 14px;
}

#kids article{
	width: 615px;
	height: 355px;
	display:block;
	margin: 0 auto;
}

#kids h5{
	color: #fff;
	font-size: 150%;
	padding: 15px 0 10px 0;
	text-align: center;
}

.imgkids{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	width: 193px;
	height: 110px;
	float:left;
	border: 2px solid #ccc;
	opacity: 0.85;
	transition: ease-in-out 0.15s;
	-moz-transition: ease-in-out 0.15s;
	-webkit-transition: ease-in-out 0.15s;
	-o-transition: ease-in-out 0.15s;
	margin:5px;
}

.imgkids:hover{
	opacity: 1;
	box-shadow: 0 0 9px #fff;
	border: 2px solid #eee;
}

#fotoskids{
	width: 415px;
	height: 120px;
	margin: 0 auto;
}


