@charset "utf-8";

.imagenNoticia {
	overflow: hidden;
	float: left;
}

.imagenNoticia img{
	float: left;
	height: 100px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	width: 190px;
}

.titulocolorverde a{
	color:#545454;
	font-weight:bold;
	text-align:left;
	float: left;
	padding-bottom: 8px;
	overflow: hidden;
}

.titulocolorverde a:hover{
	color:#545454;
	font-weight:bold;
	text-align:left;
	float: left;
}

.textoNoticia {
	color: #5D5E5E;
	text-align:left;
	float: left;
}
.wrNoticia{
	overflow: hidden;
	margin-left: 10px;
	padding: 2%;
}

.wrapperComunicados{
	width: 95%;
	overflow: hidden;
	height: auto;
	padding: 5px;
}

.fechaComunicados{
background: none repeat scroll 0 0 #393b3c;
    border-radius: 10px;
    border-style: solid;
    border-width: 0.1em;
    color: #ffffff !important;
    float: left;
    height: 56px;
    margin-right: 10px;
    margin-top: 2px;
    padding: 3px;
    text-align: center;
    width: 56px;
}

.textoComunicados{
	width: 80%;
	float: left;
	margin-top: 1%;
}

.textoComunicados a{
	font-size: 16px;
	color: #5D5E5E;
}

.textoComunicados a:hover{
	font-size: 16px;
	color: #5D5E5E;
}

#rss{
	width: 19px;
	height: 19px;
	background: url("../images/rss.jpg");
	display: block;
	float: right;
	margin-right: 5px;
}

.verMas{
	float: right;
	width: 27%;
	margin-top: 50px;
	font-size: 16px;
}

.verMas a{
	color: #4D7A6B;
	float: right;
}

.verMas a:hover{
	color: #4D7A6B;
}

.tituloVNoticia{
	font-size: 16px;
	color: #444242;
	line-height: 22px;
}

.tituloVNoticia{
	width: 33%;
	margin-top: 30px;
	overflow: hidden;
}

.imagenVNoticia{
	float: left;
	margin: 0 auto;
	margin-right: 70px;
/*	width: 363px;
	height: 233px;*/
}

.imagenVNoticia img{
	float: left;
	border-style: solid;
	border-color: #8B8B8B;
	border-width: 10px;
	max-width: 363px;
/*	height: 233px;*/
}

.block-noticias{
	width:95%;
	margin-top: 3%;
}
@media (min-width: 640px) and (max-width: 780px){
	.tituloVNoticia{width: 100%; line-height: 2.5em;}
	.tituloVNoticia a{font-size: 1.8em}
	.imagenVNoticia{ width: 70%; margin-left: 20%;}
}

@media (max-width: 640px) {

	.block-noticias{
		width:100%;
		margin-top: 3%;
	}
	.tituloVNoticia{width: 100%;  line-height: 2em; font-size: 14px;}
	.tituloVNoticia a{font-size: 14px;}
	.imagenVNoticia{ width: 80%; margin-left: 10%;}

	.vUltNoticias1 #pane-title-large{
		color: #8B8B8B;
	}

	.wrNoticia{
		width: 100%;
	}

	.imagenVNoticia img{
		max-width: 100%;
	}
}