*{
	margin:0;
	padding:0;
}

	
	body{}
		
		body{
			background-color:#0a676f;
			color:#353434;
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
		}
		
		
		#wrapper{}
			
			#wrapper {
				margin: 0 auto;
				width: 940px;
				padding:0px;
				height:auto;
			}
			
			#content{}
				
				#wrapper #content {
					background-color: #fff;
					padding:42px 60px;
					padding-top:10px;
					height:auto;
					min-height:280px;
				}
				
				p{}
					
					#wrapper #content p{
						line-height:18px;
						text-align:justify;
						margin:10px 0;
					}
					
						#wrapper #content p.subtitulo{
							font-weight:bold;
						}
					
				a{}
					
					#wrapper #content a{
						text-decoration:underline;
						color:#353434;
					}
					
						#wrapper #content a:hover{
							text-decoration:none;
						}	
					
				ul, ul li{}
				
					#wrapper #content ul{
						margin:30px;
					}
					
						#wrapper #content ul li{
							margin:10px 0;
							line-height:18px;
						}
						
							#wrapper #content ul li.subtitulo{
								font-weight:bold;
								margin:30px 0 0 0;
							}	
							
						#wrapper #content ul.bullet{}
						
							#wrapper #content ul.bullet{
								margin:10px 30px 30px 30px;						
							}		
							
								#wrapper #content ul.bullet li{
									background-image: url("../assets/icono_li.gif");
									background-position: 0 7px;
									background-repeat: no-repeat;
									padding-left: 15px;
								}
								
				h1 , h2{}

					#wrapper #content h1 {
						color: #212121;
						font-size: 18px;
						font-weight:normal;
						background-image:url(../assets/icono-h1.gif);
						background-repeat:no-repeat;
						background-position:center left;
						padding:0 0 0 20px;
					}

					#wrapper #content h2{
						font-size: 16px;
						font-weight:bold;
						color:#212121;
						margin:0 0 10px 0;
					}
					
				
				#noticias{}
				
					#wrapper #content .bloque-titulo{
						border-bottom: 1px dotted #999999;
						padding:20px 0;
						margin:20px 0;
					}
					
					#wrapper #content .contenido{
						margin:40px;
						padding-bottom:40px;
						height:auto;
						border-bottom: 1px dotted #999999;
					}
					
						#wrapper #content .texto-noticia{
							margin:25px;
							
						}
					
					#wrapper #content .noticias{
						padding:15px;
					}
					
					#wrapper #content .texto-titulo{
					    border-bottom: 1px dotted #999999;
						height: auto;
						margin: 20px 0;
						padding: 20px;
					}
					
				.left{}
					
					.left{
						float:left;
						margin:0 15px 0 0;
						border:1px solid #cecece;
						padding:15px;
					}	
					
				
				.columna{}
					
					.ambas-columnas{
						height:auto;
					}
				
					.columna{
						width:325px;
						float:left;
						margin:20px 0;
						height:auto;
					}
					
						.first{
							margin-right:30px;
						}
						
						.columna a{
							font-weight:bold;
							display:block;
							text-align:left;
						}
					
						.columna .fondo-gris, .columna .fondo-blanco{
							margin:20px 0;
							padding:20px;
							padding-left:40px;
							height:auto;
							min-height:70px;
							border:1px solid #F2F2F2;
						}
						
							.columna div.fondo-gris {
								background-color:#F2F2F2;
								background-image:url(../assets/flecha.gif);
								background-repeat:no-repeat;
								background-position:10px 30px; 
							}
							
							.columna div.fondo-blanco{
								background-color:#fff;
								background-image:url(../assets/flecha-blanco.gif);
								background-repeat:no-repeat;
								background-position:10px 30px; 
							}
							
				#destacado{}
						
					.destacado{
						border:1px solid #CCCCCC;
						display:block;
						padding:30px;
						margin:30px 0;
					}	
							
					
					#listadoMeses{}
					
						#listadoMeses{
							height:auto;
							margin-top:20px;
						}
						
							#listadoMeses .mes{
								border: 1px solid #CCCCCC;
								float: left;
								margin:0 15px 0 0 !important;
								padding:10px;
								height:auto;
								width:60px;
							}
							
								#listadoMeses .mes a{
									cursor:pointer;
								}	
							
							#meses{
								width:390px;
								float:left;
								height:auto;
							}
							
								#meses ul li{
									list-style-type:disc;
									text-align:justify;
									margin:30px 0!important;
								}
								
									#meses ul li a{	
										display:block;
										font-weight:bold;
									}		
						
					
						
					
					


























	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
 
	.clearfix {
		display: inline-block;
	}
	 
	html[xmlns] .clearfix {
		display: block;
	}
	 
	* html .clearfix {
		height: 1%;
	}







/*


body {
	background-color: #0a676f;
	color: #353434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

acronym {
	cursor: help;
}

a {
	color: #353434;

	text-decoration: underline;

}

a:hover {
	text-decoration: none;
}

p{
	line-height:18px;
	margin:10px 0;
}

h1 {
	color: #212121;
	font-size: 18px;
	font-weight:normal;
	background-image:url(../assets/icono-h1.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding:0 0 0 20px;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color:#212121;
	margin:0 0 10px 0;
}

h3 {
	padding:10px 0;
	font-size: 12px;
	color:#212121;
}

h4 {
	font-size: 14px;
	color:#212121;
	font-weight:normal;
}


hr {
	color: #ddd;
	border: 1px solid #ddd;
	height: 2px;
	margin:10px 0;
}


#wrapper {
	margin: 0 auto !important;
	width: 940px !important;
	padding:0px !important;
	height:auto;
}

#wrapper #content {
	background-color: white !important;
	padding:42px;
	padding-top:10px;
	height:auto;
	min-height:280px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



		



#wrapper #content .subtitulo{
	font-weight:bold;
	color:#353434;
	padding:0;
	margin:35px 0 0 0;
}

#wrapper #content ul {

	padding:0 0 0 13px;
	margin:0 0 0 15px;
}

	#wrapper #content ul li {
		margin:10px 0;
		line-height:18px;
	}
	
#content .texto{
	margin:20px 0;
	width:750px;
}	

	#content .texto p{
		margin:10px 0;
		line-height:20px;
	}
	
#content .transparencia{
	margin:20px 0;
}

	.left{
		float:left;
		width:225px;
		border:1px solid #cecece;
		margin-right:20px;
		padding:15px;
	}
	
	.right{
		float:left;		
		width:320px;
		padding:20px;
		border:1px solid #cecece;
	}
	
		.right ul{
			padding:0!important;
		}
	
	#content .lista-grafica{
		display:inline-block;
		width:220px;
		padding:0!important;
		margin:20px!important;
	}
	
		#content .lista-grafica li{ 
			display:inline;
			margin-right:20px!important;
		}
		
	.plazos{}
	
		.plazos{
			padding:20px 10px;
			border-bottom:1px dotted #999999;
		}
		
	#todas-noticias{}
		
		#todas-noticias{
			margin:20px 0;
			padding:15px;
		}


#wrapper #content .noticia {
	margin:20px 0;
	padding:20px;
	height:auto;
	border-bottom:1px dotted #999;
}

#wrapper #content .noticia-noticia, .noticia-noticia-sin {
	margin:20px 0;
	padding:40px 20px;
	height:auto;
	border-bottom:1px dotted #999;
	border-top:1px dotted #999;
}

#wrapper #content .noticia-noticia-noticia {
	margin:30px;
}


#wrapper #content .noticia-noticia-sin{
padding:40px 20px;
padding-top:20px;

}


	#wrapper #content .noticia p {
		padding:0 0 10px 0;
	}

	#wrapper #content .noticia #imga_not{
		border:1px solid #cccccc;
		padding:5px;
		float:left;
		clear:both;
		margin:0 10px 5px 0;
	}
	

	#wrapper #content .noticia_desarrollada{
		float:left;
		margin:15px 0;
		padding-bottom:15px;
		border-bottom:1px dotted #999;
	}

		#wrapper #content .noticia_desarrollada #texto{
			float:left;
			width:590px;
			margin:0 0 0 15px;
		}
	
			#wrapper #content .noticia_desarrollada #texto ul{
				margin:30px 0 0 0;
			}
	
			#wrapper #content .noticia_desarrollada #texto ul li{
				margin:10px 0;
			}
	
		
		#wrapper #content .noticia_desarrollada #imgs{
			float:left;
			width:240px;
		}
		
	#wrapper #content .noticia_desarrollada #imga_not {
		margin:0 5px 10px 0px;
		border:1px solid #cccccc;
		padding:5px;
		float:left;
		clear:both;
	}
	
	#wrapper #content .noticia_desarrollada p {
		padding: 15px 0;
		line-height:16px;
		text-align:justify;
	}
	
	#wrapper #content .noticia_desarrollada ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
	#wrapper #content .noticia_desarrollada ul li{
		line-height:18px;
	}
	
			

	#wrapper #content ul.autoridades{
		list-style-type:none;
		margin:0;
		padding:0;
		margin-left:20px;
	}
	
		#wrapper #content ul.autoridades li{
			font-weight:bold;
			padding:0 0 0 0;
		}
				#wrapper #content ul.autoridades li.separacion{
					padding:0px 0 15px 0;
				}
	
			#wrapper #content ul.autoridades li a{
				font-weight:normal;
				text-decoration:none;
				color:#212121;
			}
	
				#wrapper #content ul.autoridades li a:hover{
					font-weight:normal;
					text-decoration:underline;
				}
				

	
	#bloque-izq{
		width:310px;
		float:left;
		margin:20px 0 0 0;
	}

	#wrapper #content #bloque-izq .bloque-1 ,
	#wrapper #content #bloque-der .bloque-1 {
		list-style-type:none;
		line-height:16px;
		height:auto;
		min-height:90px;
		width:300px;
		padding:10px;
		border:1px solid #999999;
	}
	
	#wrapper #content #bloque-der{
		width:370px;
		float:right;
		margin:20px 20px 0 0;
	}
	
	#wrapper #content #bloque-izq .bloque-2 ,
	#wrapper #content #bloque-der .bloque-2{
		list-style-type:none;
		line-height:16px;
		height:auto;
		min-height:90px;
		width:300px;
		padding:10px;
		border:1px solid #f2f2f2;
		background-color:#f2f2f2;
	}
	
	

	#wrapper #content .bloque-1{
		list-style-type:none;
		line-height:16px;
		height:90px;
		width:300px;
		padding:10px;
		margin:20px 0;
	}
	
	#wrapper #content .bloque-2{
		list-style-type:none;
		line-height:16px;
		height:90px;
		width:300px;
		padding:10px;
		margin:20px 0;
	}

		#wrapper #content .bloque-1 p {
			font-size:12px;
			background-image:url(../assets/flecha-blanco.gif);
			background-repeat:no-repeat;
			background-position:left 30px;
			padding:20px 0 0 30px;
			margin:2px 0 0 10px;
			height:60px;
		}
	
		#wrapper #content .bloque-2 p {
			font-size:12px;
			background-image:url(../assets/flecha.gif);
			background-repeat:no-repeat;
			background-position:left 30px;
			padding:20px 0 0 30px;
			margin:2px 0 0 10px;
			height:60px;
		}
		
			#wrapper #content .bloque-1 a ,
			#wrapper #content .bloque-2 a {
				color:black;
				font-weight:bold;
				display:block;
				text-decoration:underline;
				padding:2px 0 0 0;
			}
			
				#wrapper #content .bloque-1 a:hover,
				#wrapper #content .bloque-2 a:hover {
					text-decoration:none;
				}
				
				#wrapper #content .top{
					margin-top:20px;
				}

		.desplegable{
			padding:20px 0 20px 20px;
			background-image:url(../assets/flecha-blanco.gif);
			background-repeat:no-repeat;
			background-position:8px 20px;
			margin:20px 0 0 0;
		}
			
			.grey{
				background-color:#f2f2f2;
				background-image:url(../assets/flecha.gif);
			}
		
		.desplegable p{
			margin:5px 0 0 15px;
		}
		
		.desplegable ul li p {
			margin:0;
		}
		
		.desplegable ul li{
			margin:150px 0;
			padding:12px 0;
		}
		
		.desplegable ul li p a{
			display:block;
			padding:3px 0 0 0;
			font-weight:bold;
		}
		

#listadoMeses{
	margin-top:30px;
}

#wrapper #content #mes{
	border:1px solid #ccc;
	margin-right:20px;
	margin-left:0;
	padding:10px;
	float:left;
}

	#wrapper #content #mes li{
		padding:5px;
		margin:0;
		list-style-type:none;
		line-height:18px;
	}
	
	#wrapper #content #mes li:first-child{
		font-weight:bold;
	}
	
		#wrapper #content #mes li a{
			text-decoration:underline;
			cursor:pointer;
		}
		
			#wrapper #content #mes li a:hover{
				text-decoration:none;
			}

ul.con-bullet li{
	background-image:url(../assets/icono_li.gif);
	background-repeat:no-repeat;
	background-position:0px 7px;
	padding-left:15px;
}
			
#meses{
	width:400px;
	float:left;
}
	
	#meses ul{
		padding:10px;
		padding-left:25px;
		margin-bottom:25px;
		margin-top:0;
	}
		
		#meses ul li{
			list-style-type:disc;
			padding:10px 0;
			line-height:18px;
		}
		
			#meses ul li a{
				display:block;
				font-weight:bold;
				text-decoration:underline;
			}
			
				#meses ul li a:hover{
					text-decoration:none;
				}		

		*/
		
