
.ultimas-noticias .panel-col-last {
width: 45%;
}
.ultimas-noticias .panel-col-first {
width: 55%;
}
/* NOTICIAS. */

	div.pane-noticias {
		background: #ede8c9;
		overflow: hidden;
		margin:20px 0;
	}
	
	.pane-noticias h2 {
		font-family: 'Open Sans';
		padding: 0 15px;
		font-size: 1.6em;
		margin: 10px;
		font-weight: normal;
	}
	.pane-noticias p {
		margin: 15px;
		padding: 0 15px;
		font-size: 1em;
	}
	.pane-noticias a, .pane-noticias a:link, .pane-noticias a:visited {
		text-decoration: none;
		color: #000000;
	}
	.pane-noticias a:hover {
		background: #64591c;
		text-decoration: none;
		color: #ffffff;
	}

	div.news {
		padding: 8px;
		background: #fbf8e8;
		margin: 15px;
	}
	.news h2, .node-article.view-mode-full .group-left h2 {
		font-size: 1.4em;
		padding: 0;
		margin: 0;
		line-height: 1.2;
		font-weight: 700;
	}
	.news h6, .node-article.view-mode-full .group-left h6 {
		margin: 0;
		text-align: right;
		padding: 0 10px;
		font-weight: 700;
		color: #A9A252;
		text-transform: uppercase;
		font-size: 0.8em;
		background: #E8E2BA;
	}
	.news p, .node-article.view-mode-full .group-left p {
		padding: 0;
		margin: 15px 0 10px 0;
		text-align: justify;
	}
	.news a, .news a:link, .news a:visited {
		text-decoration: none;
		color: #000000;
	}
	.news a:hover {
		text-decoration: underline;
		color: #000000;
		background: none;
	}

.node-article.view-mode-full .group-right {
width: 40%;
background: #fbf8e8;
margin: 20px;
}
.node-article.view-mode-full .group-left {
background: #ede8c9;
overflow: hidden;
margin: 20px 0;
padding: 20px;
width: 50%;
}


div.pane-documentacion {
		background: #fbf8e8;
		overflow: hidden;
		margin:20px 0;
	}
	.pane-documentacion h2 {
		font-family: 'Open Sans';
		padding: 0 15px;
		font-size: 1.6em;
		margin: 10px;
		font-weight: normal;
	}
	.pane-documentacion p {
		margin: 15px;
		padding: 0 15px;
		font-size: 1em;
		text-align: justify;
	}
	div.document {
		display: block;
		padding: 0px;
		margin: 8px;
		border: 1px solid #E4DEB7;
		background: #FCFBF0;
	}
	span.file {
		display: block;
		padding: 5px 10px;
	}
	span.linked {
		display: block;
		padding: 5px 10px 5px 20px;
		/* background: #fbf8e8 url("http://tuplandirector.elpuertodesantamaria.es/sites/default/files/images/fijas/url.png") 5px center no-repeat; */
	}
	.document a, .document a:link, .document a:visited {
		text-decoration: none;
		color: #333333;
	}
	.document a:hover {
		text-decoration: underline;
		color: #333333;
	}



	div.pane-notas-de-prensa {
		background: #F2F0E2;
		overflow: hidden;
		margin:20px 0;
	}
	.pane-notas-de-prensa h2 {
		font-family: 'Open Sans';
		padding: 0 15px;
		font-size: 1.6em;
		margin: 10px;
		font-weight: normal;
	}
	div.np {
		display: block;
		padding: 0px;
		margin: 8px;
		border: 1px solid #E4DEB7;
		background: #FCFBF0;
	}
	span.date {
		background: #CAB889;
		color: #ffffff;
		padding: 2px 4px;
		font-size: 0.8em;
		clear: both;
		display: block;
	}
	.np a, .np a:link, .np a:visited {
		text-decoration: none;
		color: #333333;
		display: block;
		padding: 5px 10px;
	}
	.np a:hover {
		text-decoration: underline;
		color: #333333;
	}