/* CSS Document */
/*
	* CSS
	*
	* Hoja de Estilos para las noticias desarrolladas
	*
	* @author José Manuel Pérez-Montes Regajo
	* @author http://www.aupex.org
	* @date 2008/06/16
*/

/*
-------------------------------------------
ESTILO PARA MOSTRAR LA NOTICIA DESARROLLADA
-------------------------------------------
*/

#contenedor #central .descripcion .titulo_principal
{
	color:#C21212;
	font-size:20px;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:15px;
	text-align:justify;
}

#contenedor #central .descripcion .titulo_secundario
{
	color:#564B47;
	font-size:16px;
	font-weight:bold;
	margin-right:20px;
	margin-bottom:15px;
	text-align:justify;
}

#contenedor #central .descripcion .boton
{
	border:1px solid #C21212;
	text-align:justify;
	text-decoration:none;
	color:#C21212;
	padding:5px;
}

#contenedor #central .descripcion img
{
	float:left;
	margin-left:20px;
	padding-bottom:15px;
	padding-right:15px;
	border:0px;
}

#contenedor #central .descripcion .fuentes
{
	margin:10px;
}


#contenedor #central .descripcion .fuentes .imagen_izquierda
{
	margin:2px;
	padding:0px;
}


#contenedor #central .descripcion .fuentes .imagen_derecha
{
	margin:2px;
	padding:0px;
	margin-right:15px;
}

#contenedor #central .descripcion #resumen
{
	color:#000;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
	font-size:12px;
}

#contenedor #central .descripcion #contenido
{
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
	font-size:12px;
}

#contenedor #central .descripcion .enlace, #contenedor #central .descripcion .enlace a,
#contenedor #central .descripcion .pdf, #contenedor #central .descripcion .pdf a,
#contenedor #central .descripcion .pdf img
{
	color:#C21212;
	text-decoration:none;
	text-align:justify;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	border:0px;
}


