h3 {
	font-size: 2em;
	padding:5px;
	margin:0px;
	color:#2c3e4e;
}

.titulo {
	display: block;
	margin:70px 0;
	color:#FFF;
	padding:10px;
	font-size: 2em;
	border-radius: 10px;
	background: red;
}

textarea {
	font-size: 1.8em;
	display: block;
	margin: 30px;
	width:600px;
	height:100px;
	border-radius: 10px;
	border: dashed 2px #024959;
}

.ggb_subtitulo{
	font-size: 16.5px;
}

.p_prev, .p_next{display:inline-block;width:55px;height:55px;margin:0 auto;cursor:pointer;text-align: center;}
.p_prev{background:url(../img/p_prev.png) no-repeat center center}
.p_prev.off, .p_prev:active{background:url(../img/p_prev_off.png) no-repeat center center}
.p_next{background:url(../img/p_next.png) no-repeat center center}
.p_next.off, .p_next:active{background:url(../img/p_next_off.png) no-repeat center center}