
/* Contenido
----------------------------*/
#contenidoseccion h1 {
	padding-bottom:2px;
}

#contenidoseccion h2 {
	font-weight:normal;
	font-style:italic;
	color:#414142;
	padding-bottom:18px;
	padding-top:0px;
}

#contenidoseccion p.titulo{
	font-size: 85%;
	font-weight: bold;
	color: #522398;
	padding-bottom:16px;
}


#contenidoseccion_news{
	margin-top:20px;
	padding:10px;
	background-color:#FDFDFE;
	border-left:1px solid #A7A9AC;
	border-top:1px solid #A7A9AC;
	
}

#contenidoseccion .fechanoticia {
	font-size: 70%;
	color: #6D6E71;
	padding-bottom:2px;
}

#contenidoseccion .fuentenoticia {
	font-size: 75%;
	font-weight: bold;
	color:#929496;
	padding-bottom:5px;
}

#contenidoseccion .fuentenoticia a{
	color:#929496;
	text-decoration:none;
}

#contenidoseccion .fuentenoticia a:hover{
	text-decoration:underline;
}

#contenidoseccion .titularnoticia {
	font-size: 75%;
	font-weight: bold;
	font-style:italic;
	color: #522398;
	padding-bottom:5px;
}

#contenidoseccion .titularnoticia a{
	text-decoration:none;
}

#contenidoseccion .titularnoticia a:hover{
	text-decoration:underline;
}

#contenidoseccion .entradillanoticia {
	font-size: 70%;
	color:#434344;
	padding-bottom:5px;
}