/*///////////////////////////////////////////////////////////////////
Plantilla de noticias

Usada para insertar un listado de noticias que al pulsar sobre una
de ellas aparece la noticia ampliada.
///////////////////////////////////////////////////////////////////*/

/*Estilos para la primera noticia*/

.first_new_block {
	float: left;
	border-bottom: 1px dotted #86bbfb;
	padding: 0 3px 10px;
	margin: 0 0 12px;
	background: url(../images/bg_news_first.gif) bottom center repeat-x;
}

.first_new_block div.new_header {
	float: left;
	margin: 0 0 10px;
	background: none;;
	width: 410px;
}

.first_new_block div.new_header h2 { background: none; margin: 0 0 10px; padding: 0; width: 334px; float: left; }

.first_new_block div.new_header a.title {
	width: 390px;
	padding: 0 0 2px 20px;
	font-size: 0.9em;
	font-weight: bold;
	color: #1e5eab;
	text-decoration:none;
	background: url(../images/bg_news_first_h2.gif) top left no-repeat;
}

.first_new_block div.new_header .date { clear: both; float: left; margin: 0 0 0 10px; display: inline; }

.first_new_block .new { float: none; display: inline; width: 99%; border-bottom: none; margin: 0; padding: 0; }

.first_new_block .new p { padding: 0 0 0 10px; }

.first_new_block div.picture { float: right; width:205px; display: inline; background: url(../images/bg_news_top.gif) top right no-repeat; }
.first_new_block div.picture img { float: left; padding:10px 10px 30px 20px; background: url(../images/bg_news_bottom.gif) bottom right no-repeat; }

.first_new_block .more_info { margin: 0 0 0 10px; width: 100px; }

/*Posicionamiento del título y la fecha dentro del título de cada noticia*/

div.new_header {
	float: left;
	margin: 0 0 10px;
	background: url(../images/bg_news_h2.gif) top left no-repeat;
	width: 634px;
}
div.new_header a { font-size: 0.7em; font-weight: bold; color: #1e5eab; text-decoration:none; }
div.new_header a:hover {}

div.new_header h2 { background: none; margin: 0; padding: 0; width: 540px; float: left; }

div.new_header h2 .title { float: left; padding: 2px 2px 2px 14px; }
div.new_header .date {
	float: right;
	width: 60px;
	margin: 4px 5px 2px 5px;
	font-size: 1em;
	text-align: right;
	color: #367aca;
	font-weight: bold;
}

/*td contenedor de la introducción de la noticia, texto y foto*/

td.introduction { padding: 5px;}

/*Enlace de +info en cada una de las noticias del listado*/

.more_info { text-align: left; color: #2577b8; font-weight: bold; font-size: 11px; }
.more_info { color: #1052a0; padding: 0 0 0 14px; background: url(../images/bullet_news_moreinfo.gif) 0 2px no-repeat; text-decoration: underline; }

/*Estilo especial para el título en la noticia extendida */

h1.new_extended { float: left; }

h1.new_extended span { color: #1052a0; }

h1 .title { float: left; clear: both; }
h1.new_extended span.date { float: left; margin: 2px 5px 0 0; font-size: 10px; font-weight: bold; clear: both; color: #367aca; font-size: 16px; padding: 0 0 0 10px; }

/*Contenedor de los distintos elementos de la noticia extendida*/

.new { float: left; width: 99%; padding: 0 3px 10px; margin: 0 0 8px; border-bottom: 1px dotted #86bbfb; }

/*Introducción de la noticia extendida*/

div.introduction {}

/*Cuerpo de la noticia extendida*/

div.body {}

div.body a { color: #294563; text-decoration: underline; }
div.body a:hover { color:#ca0004; text-decoration: none; }

/*Imagen de la noticia*/

div.picture {  float: right; background: url(../images/bg_standar_small_top.gif) top right no-repeat; }
div.picture img { float: left; background: url(../images/bg_standar_small_bottom.gif) bottom right no-repeat; padding: 3px 5px 20px 20px; }

/*Imagen de la noticia extendida*/

div.picture_extended {  float: right; background: url(../images/bg_news_top.gif) top right no-repeat; }
div.picture_extended img { float: left; padding:10px 10px 30px 20px; background: url(../images/bg_news_bottom.gif) bottom right no-repeat; }

/*Enlaces dentro de la noticia extendida*/

div.links { clear: both; margin: 10px 0 20px; }

div.links ul li { margin: 0 0 7px; }

div.links a { 
	color: #1052a0;
	font-weight: bold;
	padding: 0 0 6px 16px;
	text-decoration: none;
	background: url(../images/bullet_link.gif) no-repeat scroll left bottom;
}
div.links a:hover { text-decoration: underline; }

/*Enlace para volver al listado de noticias desde la noticia extendida */

td.back { margin-left:0; font-weight:bold; height: 25px; }
td.back a {
	background: url(../images/bg_prev.gif) no-repeat scroll left top;
	color: #1058ac;
	padding: 3px 0 7px 30px;
	text-decoration: underline;
	font-weight: bold;
	display: block;
}
td.back a:hover { background: transparent url(../images/bg_prev_hover.gif) no-repeat scroll left top; text-decoration: none; }

#footer div.box_751 { border: none; margin-top: 0; padding-top: 0; }


