/*///////////////////////////////////////////////////////////////////

Plantilla de ofertas



Usada para insertar un listado de ofertas que al pulsar sobre una

de ellas aparece la oferta ampliada.

///////////////////////////////////////////////////////////////////*/



/*Posicionamiento del título y la fecha dentro del título de cada oferta*/



/*div#offer_header { font-family: "Times New Roman", Times, serif; font-size: 24px; float: left; height: auto; padding: 20px 5px 0 15px; color: #a19e9e; }

div#offer_header a { font-family: "Times New Roman", Times, serif; font-size: 24px; margin: 0; color: #a19e9e; text-decoration: none; }



div#offer_header h2 { margin: 0; padding: 0; }*/

div#offer_header h2.title { font-family: "Times New Roman", Times, serif; font-size: 20px; float: left; height: auto; padding: 20px 5px 0 15px; color: #a19e9e; margin: 0; padding: 0; }
div#offer_header h2 a.title:hover  { font-size: 10px; }

.title { float: left; }

.date { color: #a19e9e; float: right; font-size: 11px; }



/*Tabla contenedora de cada  en el listado de las mismas*/



table.offer { padding: 0px; float: left; margin: 0 0 10px; border-style:none; border-width:0px;}
table.offer td { text-align: center;border-style:none; border-width:0px; border-spacing:0;}


/*td contenedor de la introducción de la oferta, texto y foto*/



td.introduction { background: url(../images/btn_mas_info.gif) bottom right no-repeat; padding: 5px;}



/*Enlace de +info en cada una de las ofertas del listado*/

.more_info { /* display: none; */ width: 100%; color:#121212; text-align:left; border-style:none; }


/* .more_info { width: 100%; text-align: right; color: #fff; font-weight: bold; font-size: 11px; border-bottom: thin dotted 1px #424242; padding-bottom: 15px } */

.more_info a { width: 100%; border-bottom: thin dotted 1px #424242; padding-bottom: 15px; text-decoration: underline }

.more_info a:hover {color: #ca0004;}



/*Estilo especial para el título en la oferta extendida */



h1.offer_extended { float: left; }



h1 .title { float: left; font-family: "Times New Roman", Times, serif; font-size: 24px; padding-left: 6px }


h1 .date { color: #a19e9e; float: right; font-size: 11px; }



/*Contenedor de los distintos elementos de la oferta extendida*/



.offer { float: left; padding: 0 8px; border-bottom: 1px dotted #3f3f3f; }



/*Introducción de la oferta extendida*/



div.introduction {}



/*Cuerpo de la oferta extendida*/



div.body {}



div.body a { font-weight: bold; text-decoration: none; }

div.body a:hover { color:#fff; text-decoration: none; }



/*Imagen de la oferta extendida*/



div.picture img {float: left; margin: 0 10px 10px 0; border: 2px solid #294563; }



/*Enlaces dentro de la oferta extendida*/



.links a { float: left; clear: both; width: 500px; margin: 0 0 10px; color: #294563; text-decoration: underline; font-weight: bold; }

.links a:hover{ color:#ca0004; text-decoration: none; }



/*Enlace para volver al listado de ofertas desde la oferta extendida */



td.back { margin-left: 0; font-weight:bold; height: 25px; }

td.back a {

	color: white;
	margin: 0 0 0 0;
	padding-left: 10px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #444444;
	background: url(../images/bg_link_back.gif) left no-repeat;
	width: 40px;
	float: left;
	
}

td.back a:hover { color:#ca0004; }

tittle {}