/* -------------------------------------------------------------------------------------------------------------*/
/* ------->>> 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 0 15px;  overflow:hidden; /*padding-bottom:10px; background:url(../images/backgrounds/line_point.gif) no-repeat bottom left;*/ }

/*Contenedor de la primera noticia*/

#contents .first { background:#f7f7f7; padding: 20px;}
#contents .first .picture { float: left; width:350px; padding: 0 20px 0 0; background: none; }
#contents  .picture img { border: none; border-bottom: 6px solid #f3a72f; }

#contents .new_header_first {  float: left; width:100%; margin: 0 0 10px; padding: 0 0 4px; border-bottom:1px solid #E2E9ED; }

/*Posicionamiento del título y la fecha dentro del título de cada noticia*/

#contents .new_header {  float: left; clear:right; width:81%; margin: 0 0 10px; padding: 0 0 4px; border-bottom:1px solid #E2E9ED; }

#contents .new_header a, #contents .new_header_first a  { color: #f3a72f; text-decoration:none; font-weight: bold; }
#contents .new_header a:hover, #contents .new_header_first a:hover { color: #285d92; }

#contents .new_header h2, #contents .new_header_first h2 { width:auto; margin: 0; padding: 0; border-bottom: none;  }

.title { float: left; padding: 2px 2px 0 0;}
.date { float: right; position: relative; margin: 0; padding: 2px 2px 0 5px; font-size: 11px; font-size: 12px; color:#9edbfe; font-weight: bold; }
/*Contenedor de la introducción de la noticia, texto y foto*/
.dateMonth{float: right; position: relative; margin: 0; padding: 2px 2px 0 0; font-size: 11px; font-size: 12px; color:#9edbfe; font-weight: bold;}
.dateDay { float: right; position: relative; margin: 0; padding: 2px 2px 0 5px; font-size: 11px; font-size: 12px; color:#9edbfe; font-weight: bold;}
.introduction { }

/*Enlace de +info en cada una de las noticias del listado*/

.more_info {
	width:auto;
	height: 17px;
	padding: 3px 10px 0 0;
	text-align: right;
	font-size: 10px;
	color: #fff;
	background: url(../images/backgrounds/bg_more_info.png) no-repeat right top;
}
.more_info:hover {background: url(../images/backgrounds/bg_more_info.png) no-repeat right bottom;}

/*Enlace de +info en la primera noticia del listado*/

.first .more_info {}

/*bloque sin foto*/
#contents .nofoto .new_header { width:100%;}
#contents .nofoto .picture { display:none;}

/*Estilo especial para el título en la noticia extendida */

h1.new_extended {  }

#contents h1 span.title { max-width: 680px;  }
#contents h1 span.date { position: relative; float: right; font-size: 12px; background: none; }

/*Contenedor de los distintos elementos de la noticia extendida*/

.new { margin: 0 0 8px; padding: 0 3px; }

/*Introducción de la noticia extendida*/

.introduction {}

/*Cuerpo de la noticia extendida*/

.body {}

.body a { color: #285d92; text-decoration: underline; }
.body a:hover { color:#f3a72f; text-decoration: none; }

/*Imagen de la noticia extendida*/

.picture { float: left; width:auto; padding: 0 20px 0 0; background: none;}
.picture img { border: none; border-bottom: 6px solid #f3a72f; }

/*Enlaces dentro de la noticia extendida*/

.links { margin: 10px 0 0; }
#contents .links ul { float:left; list-style-type: none; margin: 0; padding: 0; }
#contents .links ul li { width:auto; margin: 0 3px 5px 0; float:left; list-style:none;}

.links a { color: #fff; text-decoration: underline; font-weight: normal; }
.links a:hover{ text-decoration: none; font-weight: bold; }

#contents .links a { width:auto; float: left;  padding: 3px 6px 3px 22px; font-size: 11px; text-decoration: none; color: #fff; background: url(../images/backgrounds/linksblock.gif) left no-repeat #0d63aa; }
#contents .links a:hover { text-decoration: none; color:#FFFFFF; background: url(../images/backgrounds/oferlink.gif) left no-repeat #f3a72f;}

/*Enlace para volver al listado de noticias desde la noticia extendida */

.back { }
#contents .back a, #contents .back a:active, #contents .back a:focus,  #contents .back a:visited {
	float:left;
	height:17px;
	padding: 3px 5px 0 15px;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: url(../images/back_arrow_new.png) no-repeat  top left #f3a72f;
}

/*#contents .back a:hover { 

	background: url(../images/back_arrow_new.png) no-repeat top left #285d92; color:#FFFFFF;}*/
