#textos #submenu h4{
	margin: 0;
	border: 0;
}
#textos h4{
	color: #ff6503;
	margin: 20px 10px 15px 10px;
	font-size: 92%;
	border-bottom: 1px solid #e5e5e5;
}

ul#listadoNoticias{
	margin: 0 15px 15px 15px;
	color: #3083b7;
}

ul#listadoNoticias li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}
ul#listadoNoticias li h5{
	padding-left: 8px;
	background: url(../images/bullet3.gif) no-repeat 0 3px;
	margin-bottom: 3px;
	width: 100%;
}
ul#listadoNoticias li div.descripcion{
	text-align: justify;
}
ul#listadoNoticias li hr{
	height: 2px;
	color: #E5E5E5;
	clear: both;
	display: block;
	margin: 10px;
	border-style: solid;
	border-top: 1px solid #fff;
}
ul#listadoNoticias li div.image{
	float: left;
	border: 1px solid #E5E5E5;
	margin: 2px 10px 2px 0;
	padding: 0;
}
ul#listadoNoticias li div.image img{
	display: block;
}

dl{
	width: 430px;
}


dl dt{
	color: #ff6503;
	margin: 0 10px 0 10px;
	font-size: 92%;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
}

dl dd.fecha{
	margin: 0 10px 5px 10px;
	font-style: italic;
	color: Silver;
}
dl dd.texto{
	color: #3083b7;
	margin: 10px 15px 30px 15px;
	text-align: justify;
}


#galeria{
	float: right;
	width: 302px;
	margin: 3px -1px 10px 2px;
	text-align: center;
}
#galeria a:hover{
	background: transparent;
}
#galeria p.imageGallery{
	width: 300px;
	height: 300px;
	position: relative;
	margin-bottom: 1px;
	overflow: hidden;
}
#galeria p.imageGallery a{
	width: 600px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0;
	left: -50%;
	text-align: center !important;
}
#galeria p.imageGallery a img{
	
	
}
	#galeria .galeria p{
		float: left;
		margin: 1px;
		display: block;
		width: 98px;
		height: 98px;
		overflow: hidden;
		position: relative;
	}
	#galeria .galeria p a.thumbnail{
		width: 196px;
		height: 98px;
		display: block;
		position: absolute;
		top: 0;
		left: -50%;
		text-align: center !important;
	}
		#galeria .galeria p a img{
			display: block;
			margin: 0 auto;
		}


