/* CSS Document */
.titulo { 
width:100%;
float:left;
font-family:Arial, 
Helvetica, sans-serif;
color:#7B848D;
font-weight:bold;
vertical-align:middle;
border-bottom-width:0.05em;
border-bottom-style:dotted;
border-bottom-color:#7B848D;
margin-top: 1%;
}
#bloque_menu_dos {
	width:49%;
	float:right;
}
#bloque_menu_uno {
	width:49%;
	float:left;
}
.noticia {
	float:left;
	clear:both;
	width: 100%;
	border-bottom:thin groove #C3B050;
	padding-bottom:1%;
	margin-bottom:1%;
}
.noticia p{
	margin-top:0.1%;
	margin-bottom:0.1%;
}
.noticia a{
	text-decoration: none;
	color: #666666;
}
.noticia a:hover{
	text-decoration: underline;
	color: #000000;
}
.boton_gabinete{
	background-color: #9d9b9b;
	color: white;
	font-size: 1em;
	font-weight: bold;
	width: 6.5em;
}
.fila_imagenes{
	width: 90%;
	float:left;
}
.icono_doc{
	border:0;
	margin:0.2em 0.5em 0em 0em;
}
.fila_imagenes a img{
	float:right;
}
.titular_gabinete_prensa{
	color:#9d9b9b; 
	font-size: 1.1em; 
	font-weight: bold;
}
.texto_der{
	float: right;
}
ul.link li 
{
	margin-top: 0.7em;
}.imagen_gabinete {	float:left;	margin-right:5px;}
table {	margin: auto;}