@charset "utf-8";
.text{
	width:95%;
	margin:0 auto 25px;
}
.text h4{
    width: 100%;
    background: #035d87;
    background: -moz-linear-gradient(top, #035d87 0%, #217ea8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#035d87), color-stop(100%,#217ea8));
    background: -webkit-linear-gradient(top, #035d87 0%,#217ea8 100%);
    background: -o-linear-gradient(top, #035d87 0%,#217ea8 100%);
    background: -ms-linear-gradient(top, #035d87 0%,#217ea8 100%);
    background: linear-gradient(to bottom, #035d87 0%,#217ea8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035d87', endColorstr='#217ea8',GradientType=0 );
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: normal;
}
.text p{
	width: 90%;
	margin: 0 auto 15px;
}
figure{
	width: 100%;
	margin:15px auto;
}
.att{
	color: #F00;
	text-align: center;
	margin-bottom: 15px;
}

