﻿/*MENU AGENDA*/
/*COMIENZA SUBMENU AYUNTAMIENTO*/
	
#contenido_submenu{
	float:left;
	position:relative;
	width:15%;
	text-align:left;
	padding-left:8px;
	border-right: 1px solid #cc3333;
	
}



#contenido_submenu ul{

list-style-type: none;

margin: 0;

padding: 0;

margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/

}

#contenido_submenu ul li{

padding-bottom: 2px; /*bottom spacing between menu items*/

}

#contenido_submenu ul li a{

color: #000;

background:  url(../images/submenu_rojo_2.gif) no-repeat center left; /*custom bullet list image*/

display: block;

padding: 2px 0;

padding-left: 19px; /*link text is indented 19px*/

text-decoration: none;

border-bottom: 1px dotted #dadada;

font-size: 90%;

}

#contenido_submenu #con_submenus a{

color: #000;

background: url(../images/submenu_rojo_1.gif) no-repeat center left; /*custom bullet list image*/

display: block;

padding: 2px 0;

padding-left: 19px; /*link text is indented 19px*/

text-decoration: none;

border-bottom: 1px dotted #dadada;

font-size: 90%;

}

#contenido_submenu ul li a:visited{

color: #000;

}


#contenido_submenu ul li a:hover{ /*hover state CSS*/

color: #cc3333;
text-decoration:underline;

}

#contenido_submenu #con_submenus a:hover{ /*hover state CSS*/

color: #cc3333;
text-decoration:underline;
}


#contenido_submenu #current a { /*currently selected tab*/
	
	background:  url(../images/submenu_marcado.gif) no-repeat center left; /*custom bullet list*/

	background-color: #cc3333; /*Brown color theme*/ 

	border-color: #cc3333; /*Brown color theme*/ 

	color:#ffffff;

}

#contenido_submenu #current2 a { /*currently selected tab*/
	
	background:  url(../images/submenu_blanco2.gif) no-repeat center left; /*custom bullet list*/
	
	background-color: #ffffff; /*Brown color theme*/ 

	border-color: #cc3333; /*Brown color theme*/ 

	color:#cc3333;
	
	font-weight:bold;
	
	}

/*MAQUETACIÓN AGENDA*/
#contiene_zona_agenda{
	float:left;
	position:relative;
	width:57%;
	text-align:left;
	margin:0px;
	margin-right:5px;
	margin-left:20px;
}

#contiene_zona_agenda h2{
	color:#CC3333;
	border-bottom: solid #cc3333 1px;
	background-image:url(../images/titulo_cuadrado_rojo.gif);
	vertical-align:middle;
	background-repeat:no-repeat;
	font-size:1em;
	text-indent:15px;
	margin:0px;
	padding-bottom:10px;
	margin-right:15px;
	padding:0px;
	padding-top:5px;
	margin-bottom:19px;
	}

#contiene_zona_agenda h3,a{
	color:#CC3333;
	
	}

#contiene_zona_agenda h4{
	color:#333333;
	font-size:0.9em;
	margin:0px;
	margin-top:4px;
	margin-bottom:4px;
	padding:0px;
	}

#contiene_zona_agenda #h4_volver{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:justify;
	color:#333333;
	text-align:right;
	margin-right:10px;
}

#contiene_zona_agenda #h4_vermas{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:justify;
	color:#333333;
	text-align:right;
	padding-right:15px;
	margin:0px;
	margin-bottom:4px;
}

#contiene_zona_agenda p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:justify;
	color:#000000;
	margin-right:15px;
	}

#contiene_zona_agenda ul{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 29px;
	padding-left: 5px;
	list-style-type:none;
	font-size:1em;
	
	}




#contiene_zona_agenda li{
	font-size:0.9em;
	margin-top:5px;
	margin-left:0px;
	padding-left:8px;
	background-image:url(../images/listas_gris.jpg);
	background-position:left;
	background-repeat:no-repeat;
	}

#contiene_zona_agenda .sinlista{
	
	margin-left:102px;
	

}

#contiene_zona_agenda .lista-larga{
	
	margin-left:182px;
	

}

#contiene_zona_agenda a{
	color:#cc3333;
	text-decoration:none;
	}

#contiene_zona_agenda a:hover{
	color:#333333;
	text-decoration:underline;
	}

#contenedor_imagen_agenda{
	float:left;
	position:relative;
	width:15%;
	text-align:left;
	border-right: 1px solid #cccccc;
	margin-right:8px;
	padding-right:3px;
	margin-top:8px;
	}

#contenedor_imagen_agenda_grande{
	float:left;
	position:relative;
	width:25%;
	text-align:left;
	border-right: 1px solid #cccccc;
	margin-right:8px;
	padding-right:3px;
	margin-top:8px;
	}

.rojo{
	color:#cc3333;
	}

.imagen_agenda{
	border-style:none;
	vertical-align:middle;
	margin:5px;

}

#contiene_zona_agenda #parrafo_derecha{
	text-align:right;
	}

#contiene_zona_agenda h3{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:justify;
	color:#CC3333;
	margin:0px;
	padding-top:5px;
	}
#contiene_zona_agenda #h3_centrado{

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:center;
	color:#CC3333;
	margin:0px;
	padding-top:5px;
	}
