/* Introducido para poder mostrar las columnas en la página principal */ 
 

.newsBlock#home{
  /* Este es el ancho del bloque de las noticias para tres columnas es el 47% */							
	/*width: 47%;*/
	margin: 0px 0px;
}

.navBlock {
	border-left : 1px #000; 
	border-top : 1px #000;
	border-right : 1px #000;
	border-bottom : 1px #000;
	border-style : solid;
	margin: 0px 0px;
}

#navIzq {
	border-right : 0px;
}

#navDer {
	border-left : 0px;
}

#recuadroAZ {
	margin: -0.3em 0.2em 0.3em 0.2em;
	background: #fff;
   border-left : 1px #000; 
	border-top : 1px #000;
	border-right : 1px #000;
	border-bottom : 1px #000;
	border-style : solid;		
}

#recuadroAZ dl {
	margin: 0;
}

#recuadroAZ dt {
	/*	background : #005a9c;
	color : #fff;*/
	text-align: center;
	font-weight: bold;
	border: 0;
	font-size: medium;
	margin-top: 0.1em;
}

#recuadroAZ dd {
	font-family: serif;
	font-size: medium;
	text-indent: 0;
	padding: 0;
	background: #fff;
	text-align : left;
	margin: 0 0.3em 0.3em 0.75em;
	border: 0;
	font-weight: lighter;
}

#recuadroAZ a:link {
   background: #fff;
   color: #037;
}

#recuadroAZ a:visited {
   background: #fff;
   color: #636;
}

#recuadroAZ a:active {
	background: #ffc;
	color: #900;
	text-decoration: none;
}

/* Para los párrafos sueltos colgados de la zona de las noticias */
.marginmain {
	margin: 0 0.7em 0.5em 1em;
}	

/* Para las noticias que sólo se mostrará */
.itemTitle, .itemESTitle {
	font-size : 100%;
	margin-bottom : 0.1em;
}

.itemTitle {
	list-style-image: url("/img/right_red_small.png");
}

.itemESTitle {
	list-style-image: url("/img/right_blue_small.png");
}

#newsHeading2 {
	background: #005a9c;
	color: #fff;
	border: none;
	border-top: 1px solid #000;
	width: 100%;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	margin-top: 1em;
	padding: 0;
}

#logoGoogle {
	background-color : transparent;
	display : inline;
	text-align: right;
}

#campoBusqueda {
	font-size : 90%;
	width : 100%;
}

.listaSecundariaMenu li {
  display : inline;
}

#titleAZ {
   background: #aa7;
   color: #fff;
   border-top: 1px #000;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-style: solid;
   width: 100%;
   font-weight: bold;
   text-indent: 0.5em;
   margin-top: 0;
   padding: 0.1em 0;
	text-align: center;
   font-size: 90%;
}

#guiaAZBlock {
	background: #eee;
	padding-bottom: 0.2em;
}

