@CHARSET "ISO-8859-1";

/* -------------------------------   maquetación de páginas planas generales ------------------------------- */ 
.cuerpoPresentacion {
	float:left;
	left:10%
	width:100%;
	padding: 4% 2% 1% 2%;
	margin: 0 0 0 20px;
	text-align: left;
}
.imagenAderechaDeCuerpo {
	float:right; 
	padding: 1 1 1 1;
}
.restoColTot {/*esto es un padre relative para poder flotar correctamente*/
	clear:both;
	postition:relative;
	padding: 3% 2% 1% 2%;
}
.restoCol {
	float:left; width: 25em; 
	margin: 0 2em 0 0; 
	margin: 0 0 0 20px;
}
.filaNoticias{/* background-color:green;*/
	width:90%;
	position:relative;
	border-top-color: #dd6f00;
	border-top-style:solid;
	border-top-width:1px;
}
.cabeceraNoticia {
	width:90%;
	height:100%;
	border-bottom-color: #dd6f00;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding: 1em 0; 
}
.cuerpoNoticia {
	left: 10%;
	width: 80%;
	height:100%;
	border: solid 1px #FFFFFF;
}
.procPieLinks {
	font-size:13;
}
.procPie { /*background-color:yellow;*/
	border-top-color: #dd6f00;
	border-top-style:solid;
	border-top-width:1px;
	text-align: right;
	padding: 0 0.4em  0 0 ;
}