.newSummary
{
	position: relative;
	overflow: auto;

	border: dashed #b2b2b2 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;

	z-index: 0;
}

.newSummarySectionTitle
{
	position: relative;
	min-width: 20px;

	margin-left: 15px; 
	margin-bottom: -10px;

	z-index: 1;
}

.newSummarySectionTitle span
{
	background-color: #003372;
	color: white;

	text-transform: uppercase;
	font-weight: bold;
	font-size: small;

	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
}

.newSummaryTitle, .newSummaryTitle a
{
	font-size: xx-large;
	color: #0088c1;
	text-decoration:none;
}


.minipic, .minipicpolitica
{
	display: block;
	
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 5px;
}

.minipic
{
	max-height: 100px;
	max-width: 300px;
}

.minipicpolitica
{
	max-height: 150px;
	max-width: 300px;
}

.actualNewSummary
{
	display: block;
	font-size: small;
	text-align: justify;
}

.actualNewSummarypolitica
{
	/*font-size: 16px;*/font-size: small;
}

.readMoreLink
{
	display: block;
	float: right;
	clear: both;

	margin-top: 13px;
}

/* News frames*/
#leftColumn
{
	position: relative;
	float: left;
	clear: left;

	width: 49%;
}

#rightColumn
{
	position: relative;
	float: right;
	clear: right;

	width: 49%;
}

.newsFrame
{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

#framePolitica
{
	position: relative;
	float: left;
	clear: both;


}

#frameOpinion
{
	position: relative;
	float: left;
	clear: both;
}

#frameBiblioteca
{
	position: relative;
	float: right;
	clear: both;
}

#frameActividades
{
	position: relative;
	float: right;
	clear: both;
}

#frameDocumentos
{
	position: relative;
	float: right;
	clear: both;
}

