div.alert,
div.alertNoticias,
div.alertNoticiasIndice {
	background: #eef url(/img/iconos/exclamation.png) center no-repeat;
	background-position: 10px 10px;
	text-align: justify;
	padding: 10px 20px 10px 35px;
	line-height:18px;
	
	border: 1px solid #bbb;
	margin-top: 15px;
	margin-bottom: 15px;
	
	-moz-box-shadow: 3px 3px 5px #ccc;
	-webkit-box-shadow: 3px 3px 5px #ccc;
	box-shadow: 3px 3px 5px #ccc;
}
div.alertNoticias,
 div.alertNoticiasIndice {
	z-index:2;
	position: relative;
	background: #eef url(/img/iconos/newspaper.png) center no-repeat;
	background-position: 10px 10px;
	background-color: transparent;
}
 div.alertNoticiasIndice {
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
	padding: 5px 20px 5px 0px;
	margin-top: 5px;
	margin-bottom: 5px;
 }
div.alert span.titulo,
div.alertNoticias span.titulo,
div.alertNoticiasIndice span.titulo{
	color:#e76656;
	font-weight:bold;
	margin-top:0;
	margin-left:0;
	text-align:left;
}
div.alertNoticias span.titulo,
div.alertNoticiasIndice span.titulo{
	color:#7084B7;
}
div.infor,
div.news {
	background: #f8fafc url(/img/iconos/information.png) center no-repeat;
	background-position: 10px 10px;
	text-align: justify;
	margin: 20px 0;
	padding: 10px 20px 10px 35px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
	line-height:18px;
	}
div.infor span.titulo,
div.news span.titulo{
	color:#7084b7;
	font-weight:bold;
	margin-top:0;
	margin-left:0;
	text-align:left;
}
div.news {
	background: #f8fafc url(/img/iconos/newspaper.png) center no-repeat;
	background-position: 10px 10px;
}

.noticiaDesplegar {
margin-right:5px;
}
.desplegarTexto,
.plegarTexto{
cursor:pointer;
}

.textonoticia {
	display:none;
	margin-left: 16px;
	padding: 10px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	
	-moz-box-shadow: 3px 5px 5px #ddd;
	-webkit-box-shadow: 3px 5px 5px #ddd;
	box-shadow: 3px 5px 5px #ddd
}

/* Boton alternar listados */
.ico_noticias {
margin-top: 70px;
border: 1px solid #ccc;
float: right;
width: 16px;
height: 16px;
cursor:pointer;
-moz-border-radius:3px;
border-radius:3px;
}

.ico_noticias_normal {
background-image: url(../img/noticias/noticias_normal.png);
}

.ico_noticias_pulsado {
background-image: url(../img/noticias/noticias_listado.png);
}

.shadow_inset_noticias {
-moz-box-shadow: inset 1px 1px 1px #ccc;
-webkit-box-shadow: inset 1px 1px 1px #ccc;
shadow: inset 1px 1px 1px #ccc;
}

.shadow_noticias {
-moz-box-shadow: 1px 1px 1px #ccc;
-webkit-box-shadow: 1px 1px 1px #ccc;
shadow: 1px 1px 1px #ccc;
}

