.tituloSeccion,
.tituloSeccionCentrado {
	clear: both;
	font-size: 120%;
	text-align: left;
	margin: 15px 0 10px 0;
	color: #4d729a;
	font-weight: bold;
}
.tituloSeccionCentrado {
	text-align: center;
	margin: 15px 0 7px 0;
}

.cita {
	float: left;
	clear: left;
	width: 30%;
	min-height: 50px;
	background: url(http://www.canalsur.es/portal_rtva/css/cssimg/comillas.gif) left top no-repeat;
	padding: 7px 10px 12px;
	margin: 5px 15px 7px 0;
	border-bottom: 1px dashed #8AA7BD;
	color: #4d729a;
	font-weight: bold;
	font-size: 150%;
	text-indent: 45px;
	line-height: 130%;
}
.cita:first-line {
	line-height: 30px;
	vertical-align: baseline;
}


