/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> TPL NEWS <<<-------------------------------------------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------------------*/

/*///////////////////////////////////////////////////////////////////
Proceso de noticias

Usada para insertar un listado de noticias que al pulsar sobre una
de ellas aparece la noticia ampliada.
///////////////////////////////////////////////////////////////////*/

/*Contenedor de cada noticia*/

.new_block { float: left; margin:0; padding:15px; width:720px; background: url(../images/backgrounds/bg_new.gif) no-repeat bottom center #303538;  }

/*Contenedor de la primera noticia*/

.first { background:#303538; padding: 15px; margin-bottom: 25px; float:left; width: 720px; border:0;}
.first .picture { float: left; padding: 0 20px 0 0; background: none; }
#contents .first .picture img {}

#contents .first .new_header { margin: 0 0 18px; padding: 0; }

/*Posicionamiento del título y la fecha dentro del título de cada noticia*/

.new_header { margin: 0; padding: 2px 2px 5px; }

#contents h2 { border: none; }

#contents .new_header a { text-decoration:none; font-weight: bold; }
#contents .new_header a:hover { color: #ACB0B4; }

#contents .new_header h2 { margin: 0; padding: 0 0; line-height: normal; }

.title { padding: 2px 2px 2px 0; }
#contents .new_header .date { width:auto; clear:right; position: relative; margin: 0 0 0; padding: 0; font-size: 10px; color:#acb0b4; }


/*Contenedor de la introducción de la noticia, texto y foto*/

.introduction { }

/*Enlace de +info en cada una de las noticias del listado*/

.more_info {
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
	border-bottom: 1px solid #484c4f;
	text-align: left;
	font-size: 10px;
	color: #cccccc;
	background: none;
	line-height:normal;
	float: left;
	width: auto;
	background: url(../images/ico_masinfo.png) 0 3px no-repeat;
	}

/*Enlace de +info en la primera noticia del listado*/

.first .more_info {}

/*Estilo especial para el título en la noticia extendida */

h1.new_extended { float: left; width: 100%; margin:0; }

#contents h1 span.title { 
background:#272C2F none repeat scroll 0 0;
color:#FFFFFF;
font-size:18px;
margin:0;
padding:0 10px 0 0;}
#contents span.date { position: relative; float: left; width:100%; font-size: 10px; background: none; padding: 0; margin-bottom:15px; line-height: normal; }

/*Contenedor de los distintos elementos de la noticia extendida*/

.new { margin: 0 0; padding: 15px; float:left; width: 720px; background:#303538; }

/*Introducción de la noticia extendida*/

.introduction {}

/*Cuerpo de la noticia extendida*/

.body {}

.body a { text-decoration: underline; }
.body a:hover { text-decoration: none; }

/*Imagen de la noticia extendida*/

.picture { float: left; padding: 0 20px 0 0;}
.picture a img { border-left: 3px solid #629c60;}
/*Enlaces dentro de la noticia extendida*/

.links { margin: 30px 0 20px; }
#contents .links ul { list-style-type: none; margin: 0; padding: 0; }
#contents .links ul li { float:left; width:auto; clear:both; margin: 0 0 5px; padding: 0 0 0 15px; background: url(../images/black_arrow.png) 0 4px no-repeat; border-bottom: 1px solid #484c4f; }

#contents .links a { text-decoration: underline; font-weight: normal; text-decoration: none; color:#cccccc; float:left; width:auto; margin:0; padding:0; line-height:normal;	 }
#contents .links a:hover{ text-decoration: none; color:#629c60;}

/*Enlace para volver al listado de noticias desde la noticia extendida */

.back { float:left; width: 100%; clear:both; margin-top: 15px; }
#contents .back a {
	padding: 0 0 0 16px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/back_arrow.png) 0 3px no-repeat;
	border-bottom: 1px solid #484c4f;
}
#contents .back a:hover { color:#cccccc; }

.new_block .new { margin: 20px 0 0; padding: 0; float: right; width: 565px; }
.first .new { margin: 20px 0 0; padding: 0; float: right; width: 450px; }
.no_photo .new { margin: 20px 0 0; padding: 0; float: right; width: 100%; }