.tituloComunicado{
	margin-top:3%;
	padding:2%;
}

.tituloComunicado:before{
	content: "▪";
}
.tituloComunicado a{

}

.tituloComunicado a:hover{

}

.dateComunicados{
	color: #C2C3C9;
	font-size: 0.7em;
	margin-left: 2%;
	margin-bottom: 0.2%;
}

.bodyComunicados{
	margin-left: 4%;
	width: 90%;
	color: #5D5E5E;
}

#rss{
	width: 19px;
	height: 19px;
	background: url("../images/rss.jpg");
	display: block;
	float: right;
	margin-right: 5%;
}

#rss a{
	width: 19px;
	height: 19px;
	display: block;
}

#verMas{
	float: right;
}
#verMas a{
	font-size: 0.8em;
	color: #4D7A6B;
	float: right;
}

#verMas a:hover{
	font-size: 0.8em;
	color: #4D7A6B;
}

.wrapperVNoticias {
	margin-top: -50px;
}

#prensaIndividual .pane-title {
	background: #c2c3c9; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(left,  #c2c3c9 1%, #fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(1%,#c2c3c9), color-stop(100%,#fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #c2c3c9 1%,#fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #c2c3c9 1%,#fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #c2c3c9 1%,#fff 100%); /* IE10+ */
	background: linear-gradient(to right,  #c2c3c9 1%,#fff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c2c3c9', endColorstr='#fff',GradientType=1 ); /* IE6-8 */
	border-radius: 6px 0 0 0;
}
