#cabecera {
	height: 150px;
	background-image: url(../imagenes/cabecera-subpagina.jpg);
	background-repeat: no-repeat;	
}
#idiomas {
	margin: 110px 0 0 15px;;
}
#datoscontacto {
	margin-top: 90px;
}
.columna {
	float: left;
	width: 200px;
}
#noticias {
	text-align: left;
	clear: both;
	background-image: url(../imagenes/noticias-fondo.gif);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 200px;
}
#noticias h2 {
	font-size: 32px;
	margin-left: 15px;
}
.noticia {
	padding: 10px;
}
.titulo {
	border-top: 1px solid #e67817;
	border-bottom: 2px solid #E67817;
	margin-bottom: 15px;
}
.noticia h3 {
	font-size: 22px;
}
.noticia em {}
.noticia p {
	text-align: justify;
	margin: 5px 0 5px 0;
}
.lateral {
	width: 360px;
	margin-left: 10px;
	padding: 10px;
	background-color: #EBEBEB;
	float: right;
}
.lateral h4 {
	width: 100%;
	border-bottom: 1px solid #e67817;
}
.lateral ul {
	list-style-type: disc;
	margin-left: 20px;
}