/* FORMATO DEL CONTENIDO DEL PORTAL*/
.contenido
{
	color:#000000;
	font-family:"Verdana";
	font-size:12px;
	text-align:justify;
	padding-right:30px;
	padding-left:15px;
	padding-bottom:10px;
	padding-top:10px;
}
.ver_noticia
{
	text-align:rigth;
	padding-right:30px;
	
	padding-bottom:10px;
	padding-top:10px;
}

/* FORMATO D LAS LISAS DE NUMERACION DEL CONTENIDO*/
.contenido_ul
{
	color:#000000;
	font-family:"Verdana";
	font-size:12px;
	text-align:justify;
	padding-right:30px;
	padding-left:15px;
	padding-bottom:10px;

}

/* FORMATO DE LOS TTTULOS DE LOS CONTENIDOS*/
.titulo_contenido
{
	color:#BB0000;
		font-family:"Verdana";
	font-size:13px;
	text-align:left;
	padding-right:30px;
	padding-left:15px;
	padding-bottom:10px;
	padding-top:10px;
	font-weight:bold;
}



/* Formato del titulo de la columna de la izquierda*/
.titulo_i
{
	color:#007236;
	background-color:#E6E1E8;
	font-family:"Verdana";
	font-size:13px;
	text-align:right;
	font-weight:bold;
	padding-right:5px;
	padding-bottom:8px;
	padding-top:8px;
}

/* Formato del titulo de la columna de la derecha*/
.titulo_d
{
	color:#007236;
	background-color:#E6E1E8;
	font-family:"Verdana";
	font-size:13px;
	text-align:left;
	font-weight:bold;
	padding-right:5px;
	padding-bottom:8px;
	padding-top:8px;
}

/* Formato del titulo de la columna central*/
.titulo_c
{
	color:#007236;
	font-family:"Verdana";
	font-size:14px;
	text-align:left;
	font-weight:bold;
	padding-left:8px;
	padding-bottom:8px;
	padding-top:8px;
	background-image:url(../imagenes/contenido_sup.gif);
background-position:bottom;
background-repeat:repeat-x;

}

/* Formato de los menus de la columna izquierda*/
.menu_i
{
	color:#3d6eaa;
	font-family:"Verdana";
	font-size:13px;
	text-align:right;
	font-weight:bold;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:10px;
	background-image:url(../imagenes/inferior_menus.gif);
	background-repeat:no-repeat;
}

/* Formato de los menus de la columna derecha*/
.menu_d
{
	color:#3d6eaa;
	font-family:"Verdana";
	font-size:13px;
	text-align:left;
	font-weight:bold;
	padding-left:5px;
	padding-bottom:8px;
	padding-top:8px;
	background-image:url(../imagenes/inferior_menus.gif);
	background-repeat:no-repeat;
}

.noticia_principal
{
	color:#878782;
	font-family:"Verdana";
	font-size:12px;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}

.links_noticia_principal
{
	color:#BB0000;
	font-family:"Verdana";
	font-size:12px;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	
}

.fecha
{
	color:#878782;
	font-family:"Verdana";
	font-size:10px;
	text-align:left;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:underline;
}

.saludo
{
	color:#003300;
	font-family:"Verdana";
	font-size:12px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}

.servicios
{
	color:#878782;
	font-family:"Verdana";
	font-size:12px;
	text-align:justify;
	padding-left:12px;
	padding-bottom:2px;
	padding-top:2px;
}

/*Imagenes de fondo del portal de las columnas*/
.fondo_servicios
{
background-image:url(../imagenes/fondo_servicios.gif);
background-repeat:repeat-y;
}

.fondo_columnas
{
background-image:url(../imagenes/fondo_columnas.gif);
background-repeat:repeat-y;
} 

.fondo_columna_der
{
background-image:url(../imagenes/fondo_columna_der.gif);
background-repeat:repeat-y;
}

.fondo_menus
{
background-image:url(../imagenes/inferior_menus.gif);
background-position:bottom;
}

.fondo_contenido_izq
{
background-image:url(../imagenes/contenido_izq.gif);
background-position:right;
background-repeat:repeat-y;
}

.fondo_contenido_der
{
background-image:url(../imagenes/contenido_der.gif);
background-position:left;
background-repeat:repeat-y;
}

.fondo_contenido_sup
{
background-image:url(../imagenes/contenido_sup.gif);
background-position:top;
background-repeat:repeat-x;
}

/*Estilo del cuadro de boletin*/
.newsletter
{
	color:#000033;
	font-family:"Verdana";
	font-size:13px;
	text-align:left;
	padding-left:10px;
	padding-bottom:2px;
	padding-top:2px;
}

.texto_newsletter
{
	color:#003300;
	font-family:"Verdana";
	font-size:12px;
	text-align:justify;
	padding-left:15px;
	padding-right:10px;
	padding-bottom:10px;
}

/*Estilo del link de interes*/

.contenido_links
{
	color:#94948e;
	font-family:"Verdana";
	font-size:11px;
	text-align:justify;
	padding-left:15px;


}

/*Estilo del formato del Link conunidades*/

.contenido_links
{
	color:#000033;
	font-family:"Verdana";
	font-size:13px;
	text-align:left;
	text-decoration:none;
	
}


/*Estilo del contenido del pie del portal*/

.inferior
{
	color:#003300;
	background-color:#aaa567;
	font-family:"Verdana";
	font-size:11px;
	text-align:center;
	padding-left:10px;
	padding-bottom:10px;
	padding-top:10px;
}

/*Estilo del Link del pie del portal*/

.link_inferior
{
	color:#000033;
	font-family:"Verdana";
	font-size:11px;
	font-weight:bold;
	
}

/* MENU DESPLEGABLE DEL MENU IZQUIERDO */

#menu {
width: 99%; /* set width of menu */
background: #ffffff;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #fff #fff #bbb;
	text-decoration:underline;

} 

#menu ul { /* remove bullets and list indents */
list-style: none;

margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	color:#3d6eaa;
	font-family:"Verdana";
	font-size:13px;
	text-align:left;
	color:#3d6eaa;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;

	padding-left:5px;
	padding-bottom:8px;
	padding-top:8px;
}

#menu h2 {
color: #fff;

text-transform: uppercase;
}

#menu a {
color: #000;
background: #ffffff;
text-decoration: none;
}

#menu a:hover {
color: #a00;
background: #ccc;

}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;

} 

#menu ul ul ul {
position: absolute;
top: 0;
right: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* FORMATO DE LA PAGINACION DE LAS NOTICIAS*/
.paginacion
{
	color:#006600;
	font-family:"Verdana";
	font-size:12px;
	text-align:center;
	
	padding-bottom:15px;
	padding-top:15px;
}