/* le aplicamos este estilo a todas las capas hijas para que "floten" de manera correcta en todos los navegadores */
#texto_center div{
	display:table;
}

#foto_portada {
	width:100%;
	margin:0 auto;
	float:left;
}
  
#foto_portada span{
	font-size: 90%;
	text-align: center;
	color: #024869;
	display:block;
}

#noticias{
	width:100%;
	padding:5px;
	/*float:left;*/
}

div.scroll{
	width: 95%;
	text-align: center;
	background-color: #DAF2FE;
	vertical-align: baseline;
}
   
p.noticias_main_destacado{
	font-size: 120%;
	color: #024869;
	font-weight: bold;
	text-align:right;	
}
   
#noticias div.noticias_body{
	width: 95%;
	text-align: justify;
	border: 1px dotted #009D9F;

}

p.noticias_titular{
	color: #024869;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: justify;
	text-indent: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

p.noticias_titular a{
	color: #024869;
}

div.noticias_fichero_adjunto{
	float:left;
	width:100%;
	display: table-cell;
	vertical-align: middle;
}

div.noticias_fichero_adjunto a{
	padding-left:15px;
	background: url(/publicacion/gifs/fichero.gif) no-repeat;
}

div.noticias_noticia_relacionada{
	float:left;
	width:100%;
	display: table-cell;
	vertical-align: middle;	
	margin-bottom:10px;
}

div.noticias_noticia_relacionada a{
	padding-left:20px;
	background: url(/publicacion/gifs/flecha.gif) no-repeat;
}

p.noticias_desarrollo{
	margin-bottom:8px;
	text-align: justify;
	text-indent: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 95%;
}

p.noticias_desarrollo img{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

span.noticias_mas_informacion{
	float:right;
	text-align: right;
	width:100%;
	font-size: 90%;
	margin-bottom:10px;

}

/*
span.noticias_mas_informacion a:active, 
span.noticias_mas_informacion a:link, 
span.noticias_mas_informacion a:visited, 
span.noticias_mas_informacion a:hover{
	color: #024869;	
}
*/

/* todos los enlaces de noticias son de este color a no ser que usan una clase específica*/
#noticias a:active, #noticias a:link, #noticias a:visited, #noticias a:hover{
	color: #024869;	
}
.campos {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	background-color: #88CCF2;
}
.titulartabla {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	background-color: #88CCF2;
}
.titulo3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #ffffff;
	background-color: #4279A8;
}
.contenido2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
	background-color: #B6E5FF;
}


