#PorContenido{
	position:relative;
	width:650px;
	margin: 0 auto; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	background-color:white;
	font-size:11px;
}
#PorCentral{
	position:relative;
	width:640px;
}

#PorColIzq{
	position:relative;
	width:230px;
	margin-left:8px;
	float:left;
}
#PorColDer{
	position:relative;
	width:255px;
	margin-left:1px;
	float:left;
}
div.PorSeccion{
	position:relative;
	border:2px dotted #ccc;
	margin:0px 10px 10px 0px;
	padding:8px;
}
div.PorSeccion img.mini{
	float:left;
	margin-right:6px;
	margin-bottom:6px;
}
div.PorSeccion a{
	text-decoration:none;
}
div.PorSeccion a:hover{
	text-decoration:underline;
}


div.PorTituloSecciones{
	position:relative;
	border:1px dotted #C70C28; 
	padding:3px; 
	text-align:center; 
	background-color:#ddd;
	margin-bottom:5px;
	max-width:212px;
}
.portadaElementoCentro{
	width:456px;
	float:left;
	position:relative;
	margin-top:20px;
	margin-left:8px;
	margin-bottom:12px;
}
.puntear{
	border:2px dotted #ccc; 
	padding:8px;
	text-align:center;
}
.clear { clear:both; }
#clausula{
	position:relative;
	padding:0 18px;
	margin-top:20px;
	font-size:10px;
	text-align:justify;
	color:#666;
}
#contador{
	position:absolute; 
	left:9px;
}
