/*------------------------------------------------
author: Emenia
email: info@emenia.es
----------------------------------------------------*/
/*----------------------------------------------------------------
Reset by Eric Meyer
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {			margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;
															vertical-align: middle;	background: transparent;}
body 											{			line-height: 1;}
ol, ul 											{			list-style: none;}
blockquote, q 									{			quotes: none;}
/* remember to define focus styles! */
:focus 											{			outline: 0;}
/* remember to highlight inserts somehow! */
ins 											{			text-decoration: none;}
del 											{			text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table 											{			border-collapse: collapse;	border-spacing: 0; }

/*------------------------------------------------------------------
	C O L O R E S

			Rojo Oscuro			: 	#9B0000;
            Azul                :   #134D86;
			Fondo gris claro	:	#EAEAEA;
			Color texto noticias:   #454545;
			Posible color titulares: #1F527B;
			
			Posible color alternativo: #0066cc;
----------------------------------------------------------------------*/
			
/*---------------------------------------------------------------------
	M A I N    S T Y L E S 
----------------------------------------------------------------------*/
html, body {	
	margin: 0; 
	padding: 0; 
	text-align: center; 
	width: 100%;
	}

#contenedor {	
	margin: 0 auto; 
	width: 960px; 
}
/*------------------------------------------------------------------------
	E S T I L O S     C O M U N E S     Y     T I P O G R A F I A 
-------------------------------------------------------------------------*/
html, body {	
	color: #000; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 100.01%; 
	line-height: 1.25em; 
	}
body {	
	font-size: 1em; 
	}
#nav_principal {	
	font-family: "Trebuchet MS", arial, verdana, sans-serif; 
	font-size: 1.4em; 
	line-height: 1.3em; 
	font-weight: bold;
	}
#nav_secundario	{	
	font-family: "Trebuchet MS", arial, verdana, sans-serif; 
	font-size: 0.8em; 
	line-height: 1.3em; 
	font-weight: bold;
	}
h2	{	
	font-family: Georgia,Garamond,"Times New Roman",Times,serif;
	color: #FFF; 
	font-variant: small-caps; 
	text-align:  left; 
	padding: 0 5px;
	}
#sidebar_left h2, div.buscador_guia h2, #noticia_importante h2 {	
	background-color: #000;
    margin-bottom: 10px;
	}
	
#central_content h2, #rightbar h2 {	
	background-color: #134D86;
	}
#central_content img {
	float: left;
	padding: 0 5px 5px 0;
	}	
div.patrocinador_guia h2 {	
	background-color: #000;
	color: #FFF;
	margin-bottom: 5px;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
    }
div.contenido_guia h2 {
	font-family:  "Trajan Pro", Georgia,Garamond,"Times New Roman",Times,serif;
	font-size: 2em;
	color:#000;
	padding: 15px;
    }						
div.redes_sociales {
    text-align: left;
    margin: 0 0 5px 5px;
}
h3	{	
	font-family: Georgia,Garamond,"Times New Roman",Times,serif; 
	color: #000;
	text-align:  left; 
	padding: 5px 5px;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	}
#noticia_importante h3 {
	font-size: 2em;
	padding: 0px 5px 8px;
	}
h3.importante {
	font-size: 1.8em;
	}
p.fecha {	
	padding-left: 5px;
	font-size:  0.7em;
	}
p.comentarios {
	padding: 0 0 5px 5px;
	font-size:  0.7em;
	font-family: Georgia,Garamond,"Times New Roman",Times,serif; 
}	

p.comentarios a:link,
p.comentarios a:visited,
p.comentarios a:active {
	color: #000;
}
p.fecha_rojo {	
	padding-left: 5px;
	font-size:  0.7em;
	color: #134D86;
	}	
p.cabecera {	
	color: #454545;
	text-transform: uppercase;	
	margin-bottom: -5px;
	font-weight: bold;
	}
p.cabecera_roja {
	color: #134D86;
	text-transform: uppercase;	
	margin-bottom: -5px;
	font-weight: bold;
}	
p	{	
	font-size: 13px;
	padding: 5px 5px;
	line-height: 1.25em;
	text-align: left;
	}
p.cultura {
	float: right;
	width: 360px;
}	
a:link, 
a:visited, 
a:active {	
	text-decoration: none;
	color: #134D86;
	}
a.mas:link,
a.mas:visited,
a.masa:active {	
	color: #134D86;
    vertical-align: top;
	}
a:hover	{	
	text-decoration: underline;
	}	
img.editorial {
	float: right;
	margin: 4px;
	}					
img.comillas {	
	display: inline;
}
img.foto_cultura {
	float: left;
	margin: 10px;
	width: 208px;
}	
p.frase {	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666;
	font-weight: bold;
	letter-spacing: -0.4pt;
	line-height: 1.1em;
	}
.clear {	
	clear: both;
	}	
br.clear{	
	clear:both; 
	display:block; 
	height:1px; 
	margin:-1px 0 0 0; 
	} 	
/*----------------------------------------------------------------------------
	A R E A    S U P E R I O R    Y    L O G O
-------------------------------------------------------------------------------*/
#barra_calendario {	
	height: 28px; 
	background-color:  #000; 
	color: #FFF; 
	font-weight: bold; 
	text-align:  right; 
	padding-right:  5px;
	}
#barra_calendario p {
	line-height: 1.3em; 
	padding: 3px 5px;
    text-align:  right;
}	
#barra_calendario p span {
    float: left;
}
#barra_calendario a:link,
#barra_calendario a:visited,
#barra_calendario a:active {
  color: #FFF;
	}	
#barra_calendario a:hover {
  color: #ff9900;
  text-decoration: none;
}
#cabecera {	
	height: 127px;
	}
.banner_cabecera1 {	
	float: left; 
	width: 130px; 
	padding:  30px 0;
	}
.banner_cabecera2 {	
	float: right; 
	width: 130px; 
	padding: 30px 0;
	}
#cabecera h1 {	
	margin: 0 auto; 
	background: url(../images/logo_cabecera.gif) no-repeat top left;	
	height: 122px; 
	text-indent: -9000px; 
	width: 645px;
	}
#hoteles #cabecera h1 {
	background: url(../images/logo_cabecera_hoteles.jpg) no-repeat top left;
	}
#restaurantes #cabecera h1 {
	background: url(../images/logo_cabecera_restaurantes.jpg) no-repeat top left;
	}
#bares #cabecera h1 {
	background: url(../images/logo_cabecera_bares.jpg) no-repeat top left;
	}
#copas #cabecera h1	{		
	background: url(../images/logo_cabecera_copas.jpg) no-repeat top left;
	}
#tiendas #cabecera h1	{		
	background: url(../images/logo_cabecera_tiendas.png) no-repeat top left;
	}
#ocio #cabecera h1 {
	background: url(../images/logo_cabecera_ocio.jpg) no-repeat top left;
	}
#magazine #cabecera h1 {
	background: url(../images/logo_cabecera_magazine.jpg) no-repeat top left;
	} 	
/*--------------------------------------------------------------------------
	N A V E G A D O R
---------------------------------------------------------------------------*/
ul#nav_principal  {	
	padding: 4px 0; 
	border-top: 1px solid #000; 
	border-bottom: 1px solid #999;
	text-align: center;
	}
ul#nav_principal li {
	display: inline;
} 
ul#nav_principal li a {
	text-decoration: none;	
	padding: 0 12px;
	}
ul#nav_principal a:link, 
ul#nav_principal a:visited {	
	color: #000;
	}
ul#nav_principal a:hover {	
	color: #134D86;
	}
ul#nav_principal .here a:link,
ul#nav_principal .here a:visited,
ul#nav_principal .here a:hover {	
	color: #134D86 !important;
	}
#nav_secundario .here a:link,
#nav_secundario .here a:visited,
#nav_secundario .here a:hover {	
	text-decoration: underline;
	}							
#nav_footer .here a:link,
#nav_footer .here a:visited,
#nav_footer .here a:hover {	
	color: #FFF !important;
	}							
#nav_secundario	ul {	
	float:left; 
	margin-top: 5px; 
	padding: 5px 0; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	background-color: #134D86;
	color: #FFF;
	}	
#nav_secundario ul li {	
	float: left; 
	}
#nav_secundario	ul li a {	
	text-decoration: none; 
	display: inline; 
	padding:  0 12px;
	}
#nav_secundario li.ademas {	
	padding-left: 10px; 
	font-style: italic; 
	font-size: 1.3em;
	}
#nav_secundario a:link, 
#nav_secundario a:visited {	
	color: #FFF;
	}
#nav_secundario a:hover {	
	text-decoration: underline;
	}
#portada #nav_secundario input {
	display: inline;
	padding: 2px 0;
	margin-top: 5px;
	margin-bottom: 0;
	}
#buscar	{
	border: 4px solid #ccc;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 0;
	}
.buttons2 {			
	border: 0;
    color:#fff;
    background: url(../images/boton_buscar.jpg) no-repeat top left;
    font-family:"Century Gothic", "Trebuchet MS", arial, sans-serif;
    line-height: 13px;
	letter-spacing: 0.1em;
    height:25px;
   	width:89px;
	}
.buttons2:hover	{	
	cursor: pointer;
	background:url(../images/boton_buscar.jpg) no-repeat bottom left;
	color: #333;
	}
/*-------------------------------------------------------------------------
	N O T I C I A    M U Y    I M P O R T A N T E  Y  D E  C U L T U R A
--------------------------------------------------------------------------*/
#noticia_importante {	
	float: left;
	width: 63%;
	}
#noticia_importante .cuadro	{	
	background-color:#FFF; 
	margin: 5px 0; 
	padding-bottom: 10px;
	}
#noticia_cultura {
	float: left;
	width: 63%;
}	
#noticia_cultura .cuadro {
	background-color:#FFF; 
	margin: 5px 0; 
	padding-bottom: 10px;
	}

/*------------------------------------------------------------------------
	S I D E B A R    L E F T
-------------------------------------------------------------------------*/
#sidebar_left {	
	clear: left;
	float: left; 
	width: 24%;
        /*background-color: #F0EEEC;
        border: 1px solid #D5D0CA;*/
	}
#sidebar_left .cuadro {	
	/*background-color:#F0EEEC; */
	margin: 5px 0; 
	padding-bottom: 10px;
	}
#sidebar_left .cuadro_gris {	
	background-color:#eaeaea; 
	margin: 5px 0; 
	padding-bottom: 10px;
	}								
/*----------------------------------------------------------------------------
	C E N T R A L    C O N T E N T
---------------------------------------------------------------------------*/
#central_content {	
	float: right; 
	width: 39%;
	margin-bottom: 5px;
	overflow: hidden;
	}
#central_content .cuadro,
#central_content_ocio .cuadro {	
	background-color:#FFF; 
	margin: 0 10px 0 0;
	padding-bottom: 10px;
	overflow: hidden;
	}
#central_content .cuadro_cultura {	
	background-color:#FFF; 
	margin: 5px 5px 0; 
	padding-bottom: 10px;
	}
#central_content_ocio {	
	float: left; 
	width: 60%;
	margin-bottom: 5px;
}
/*-------------------------------------------------------------------------
	R I G H T B A R
--------------------------------------------------------------------------*/
#rightbar {	
	float: right; 
	width: 36%;
	}
#rightbar .cuadro {	
	background-color:#eaeaea; 
	border-bottom: 0px solid #000;
	margin: 5px 0; 
	padding-bottom: 10px;
	width:100%;
	overflow: hidden;
	}
#portada #rightbar .cuadro {
	background-color: #f7f7f7;
	border: 1px solid #d4d8dd;
}	
#rightbar .cuadro_advert {
	border: 0;
	padding-bottom: 0px;
	background: #FFF;
	margin: 5px 0;
}
#portada #rightbar .articulos h3,
#portada #rightbar .articulos p {
	padding:0 10px;
}
#portada #rightbar .articulos h3 {
	font-size: 18px;
	padding-top: 10px;
}
#portada #rightbar a {
	color: #504638;
}
#portada #rightbar a:hover {
	color: #134D86;
}
#portada #rightbar p.post a {
	color: #134D86;
}

#portada #rightbar .articulos p {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;
	padding-bottom: 10px;
	color: #134D86;
}
#portada #rightbar ul {
	padding: 5px 10px;
	margin-bottom: 10px;
	text-align: left;
}	
#portada #rightbar #acceso {
	margin: 0 auto;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
	width: 90%;
}

#portada #rightbar table  {
width: 100%;
}
#portada #rightbar table td {
	text-align: left;	
	padding: 5px 0px 0px 10px;
}
#portada #rightbar table td.enlaces {
	padding-left: 10px;
}	
#portada #rightbar table td img {
	border: 5px solid #504638;
}
#portada #rightbar table td img.separador {
	border: 0;
	margin-left: 20px;
}
#rightbar .cuadro_blanco {
	background-color:#FFF; 
	border-bottom: 1px solid #C0C0C0;
	margin: 5px 0; 
	padding-bottom: 10px;
	width:100%;
	overflow: auto;
}	
#rightbar table#pack_banners td {
	padding: 0;
}								
#rightbar .blogs img {	
	margin-bottom:  5px;
}								
#rightbar .eltiempo p {	
	padding: 10px 0 5px 10px;
	}									
#rightbar .eltiempo	div {	
	margin: 0 auto;
}
#rightbar .apuestas {
	margin: 5px auto;
	width: 230px;
	background-color: #eaeaea;
}
.fotodia {
	margin: 5px 0;
}
#cultura #rightbar ul {	
	font-size: 0.9em;
}
#cultura #rightbar ul li.titulo	{
	font-size:1.5em;
	padding: 3px 5px;
	font-weight: bold;
	font-family: Georgia,Garamond,"Times New Roman",Times,serif; 
	line-height: 1em;
	letter-spacing: -1px;
	}
#rightbar img.especial	{	
	float: left;
	padding: 5px;
	}
/*--------------------------------------------------------
	O P I N I O N
--------------------------------------------------------*/
#sidebar_left table {
	margin:  5px 0;
}
#sidebar_left table p {
	padding-left: 5px;
	margin: 0;
}	
#sidebar_left table tr {
	border: 1px solid #eaeaea;
}
#sidebar_left table p.post a:link,
#sidebar_left table p.post a:visited,
#sidebar_left table p.post a:active	{
	color: #000;
} 	
#opinion #fondo_especial {
	width: 960px;
	margin: 0 auto;
	background:url(../images/fondo_especial.jpg) repeat-y top left;
	overflow: auto;
}
#opinion .fondo_noticia {
	width: 100%;
	overflow:auto;
	background-color: transparent;
	margin-bottom: 10px;
	float: left;
	border-left: 1px dotted #5B9CF1;
}
#opinion .fondo_noticia p {
	color: #333;
	float: left;
}
#opinion .fondo_noticia p.cabecera {
	color: #666;
}
#opinion .fondo_noticia a:link,
#opinion .fondo_noticia a:active,
#opinion .fondo_noticia a:visited {
	color: #0066cc;
	padding: 2px;
	font-weight: bold;
}
#opinion #fondo_especial #noticia_cultura .cuadro {
	background: transparent;
}
#opinion img.foto_cultura {
	margin: 0;
	padding: 10px;
	}

/*------------------------------------------------------------------------------
	I N I C I O    R E S T A U R A N T E S    C O M P R A S     Y      O C I O
-------------------------------------------------------------------------------*/	
div.guiaocio {	
	clear: both;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	margin:2px 0;
	width: 960px;
	}
div.guiaocio img.logo_guiaocio {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}	
div.guiaocio p {
	padding-left: 15px;
	}
div.patrocinador_guia {	
	float: left; 
	width: 24%;
	margin-top: 5px;
	}
div.patrocinador_guia img	{	
	margin-bottom: 5px;
	}								
div.contenido_guia {	
	float: left;
	width: 56%;
	}	
div.articulo {	
	float: left;
	width: 40%;
	}
div.resumen {	
	float: left;
	width: 20%;
	text-align: left;
	font-size: 0.7em;
	}
div.resumen p {	
	padding: 0 0 5px !important;
	color: #134D86;
	font-weight: bold;
	font-size: 1.5em !important;
	}
div.resumen a {	
	display: block;
	border-bottom: 1px solid #ccc;
	margin-right: 5px;
	color: #000 !important;
	}
div.buscador_guia {
	float: right;
	width: 20%;
	font-family:  Georgia,Garamond,"Times New Roman",Times,serif; 
	}
.guiaocio .cuadro {	
	background-color:#eaeaea; 
	border-bottom: 1px solid #000;
	margin: 5px 0; 
	padding-bottom: 10px;
	}
.contenido_guia h3	{	
	padding-left: 15px;
	}
.contenido_guia a:link,
.contenido_guia a:visited,
.contenido_guia a:active {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;   
	color: #134D86;
	}	
.contenido_guia h2 a:link,
.contenido_guia h2 a:visited,
.contenido_guia h2 a:active {
	color: #000;
	}				
.guiaocio a:hover	{		
	color:#134D86 !important;
	}					
/*--------------------------------------------------------------------------
	F O R M U L A R I O S
---------------------------------------------------------------------------*/
textarea:focus, 
input:focus {	
	border: 2px solid #134D86;
	}
label.error	{  
	color: #f00;   
    display: block;   
    margin-left: 5px;   
	}	
#portada input {
	display: block;
	margin: 10px auto;
	}
.buttons {	
	border: 0;
    color:#fff;
    background: url(../images/boton_contacto.jpg) no-repeat top left;
    font-family:"Century Gothic", "Trebuchet MS", arial, sans-serif;
    line-height: 13px;
	letter-spacing: 0.1em;
    height:25px;
   	width:89px;
	margin: 15px auto;
	}
.buttons:hover 	{	
	cursor: pointer;
	background:url(../images/boton_contacto.jpg) no-repeat bottom left;
	color: #F19335;
	}
#contacto_formulario {
	text-align: left;
}	
#contacto_formulario label {
	display: block;
	font-size: 0.9em;
}
#contacto_formulario p {
	margin: 0px;
	padding: 5px;
}
#contacto_formulario input {
	float: left;
	margin-top: 0;
	
}	
#contacto_formulario .cuadro {
	background-color:  #ccc;
}
/*---------------------------------------------------------------------------
	B U S C A D O R
-----------------------------------------------------------------------------*/
#buscador #resultados {
	margin: 20px 0;
	}
#buscador table	{
	border: 1px solid #eaeaea;
	text-align: left;
	width: 100%;
	margin:  10px 0;
	}
#buscador h2 {
	font-size: 1.5em;
	color: #333;
	margin-top: 20px;
	}
#buscador h2.termino {
	color: #134D86;
	}
#buscador table th 	{
	font-size: 1em;
	padding: 5px;
	background: #333;
	color: #eaeaea;
	}
#buscador table td 	{
	font-size: 0.9em;
	padding: 5px;
	border: 1px solid #eaeaea;
	}
#buscador table td a:link {
	color: #454545;
	text-decoration: underline;
	}
#buscador table td a:visited {
	color: #ccc;
	text-decoration:  underline;
	}	
#buscador table td a:hover {
	color: #134D86;
	text-decoration: underline;
	}	
#buscador p.sin_busqueda	{
	padding: 50px 0;
	font-size: 1em;
	font-weight: bold;
	color: #454545;
	}		
/*----------------------------------------------------------------------------
	P A G I N A S    D E    O C I O
----------------------------------------------------------------------------*/
#hoteles #sidebar_left,
#restaurantes #sidebar_left,
#copas #sidebar_left,
#bares #sidebar_left,
#tiendas #sidebar_left,
#ocio #sidebar_left {	
	clear: left;
	float: left; 
	width: 182px;
	}
#hoteles #sidebar_left .cuadro,
#restaurantes #sidebar_left .cuadro,
#copas #sidebar_left .cuadro,
#bares #sidebar_left .cuadro,
#tiendas #sidebar_left .cuadro,
#ocio #sidebar_left .cuadro	{	
	background-color:#FFF; 
	border-bottom: 1px solid #000;
	margin: 5px 0; 
	padding-bottom: 10px;
	}
#hoteles #central_content,
#restaurantes #central_content,
#copas #central_content,
#bares #central_content,
#tiendas #central_content,
#ocio #central_content {	
	float: left; 
	width: 418px;
	margin-bottom: 5px;
	}
#hoteles #central_content .cuadro,
#bares #central_content .cuadro,
#restaurantes #central_content .cuadro,
#copas #central_content .cuadro,
#tiendas #central_content .cuadro,
#ocio #central_content .cuadro	{	
	background-color:#FFF; 
	border-bottom: 1px solid #000;
	margin: 5px 0 0 7px; 
	padding-bottom: 10px;
	overflow:hidden;
	width: 411px;
	}
h1.grande_ocio {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000;
	font-weight: bold;
	letter-spacing: -0.4pt;
	line-height: 1.1em;
	text-align:  left;
	margin-top: 5px;
	padding-bottom: 5px;
	}	
.left {
	float: left;
	}
img.right {
	float: right;
	width: 180px;
	border: 1px solid #eaeaea;
	padding: 2px;
	}
h1.grande_ocio a {
	text-decoration: underline !important;
	}	
.grande_ocio a:hover {
	color: #134D86;
	}
/*------------------------------------------------------------------------
	P A G I N A    D E    G A L E R I A    D E    F O T O S
--------------------------------------------------------------------------*/
#fotos #galeria	{
	background-color:  #1B1A15;
	color: #e0dcbc;
	font-size: 1em;
	line-height: 1.4em;
	text-align: center;
	}
#contenedor_fotos	{
	background-color:  #3f3d30;
	width: 960px;
	overflow: auto;
	margin-bottom: 5px;
	}
#fotos #galeria	{
	width: 750px;
	float: left;
	}
#fotos #rightbar {
	width: 210px;
	float: right;
	}
#fotos #rightbar h1 { 
	color: #e0dcbc;
	padding-bottom: 20px; 
	}
#fotos #rightbar a:hover {
	text-decoration: underline;
	}
#fotos #rightbar p {
	color: #67a;
}	
/*---------------------------------------------------------------------
	E L   M A G A Z I N E
----------------------------------------------------------------------*/
#magazine #noticia_magazine {
	width: 604px;
	float: left;
}	
#magazine #noticia_magazine ul li {
	float:left;
	height:260px;
	padding-bottom:10px;
	width:192px;
	overflow: hidden;
}
#magazine #noticia_magazine ul li.conpadding {
	padding-right:14px;
}
#magazine #noticia_magazine ul p.tag {
	color:#363636;
	font-size:11px;
	font-weight:700;
	line-height:12px;
	margin-top:4px;
	padding: 0;
}
#magazine #noticia_magazine ul p {
	color:#161515;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:700;
	line-height:15px;
	padding: 0;
}
#magazine #noticia_magazine ul h2 {
	padding-bottom:3px;
	font-size:18px;
	line-height:18px;
	color:#FFFFFF;
	font-family:"Helvetica Neue",Helvetica,"Myriad Pro", Arial,sans-serif;
	font-variant: normal;
	padding:0;
}
#magazine #noticia_magazine ul h2 a {
	color:#D33432;
	font-size:17px;
	font-weight:700;
	line-height:20px;
	margin-top:2px;
	text-decoration:none;
}

#magazine #noticia_magazine ul h2 a:hover {
	border-bottom: 1px solid #000000;
	color:#000000;
}
#magazine #noticia_importante .cuadro h2 a {
	color: #FFF;
}
#magazine #noticia_importante .cuadro h2 a:hover {
	color: #FFF;
}
#magazine #noticia_importante h3 {
	font-size:56px;
	font-weight:100;
	line-height:50px;
	margin-bottom:3px;
	margin-top:15px;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 0;
}
#magazine #noticia_importante .cuadro p.cabecera_roja {
	font-family:georgia,serif;
	font-size:18px;
	font-style:italic;
	font-weight:100 !important;
	line-height:24px;
	padding-bottom:10px;
	padding-top:7px;
	color: #000;
	text-transform: none;	
}
#magazine #noticia_importante .cuadro p {
	font-size:14px;
	line-height:20px;
	padding-bottom:20px;
}
#magazine #rightbar .cuadro {	
	background-color:#000; 
	color: #FFF;
	border-bottom: 0px solid #000;
	margin: 5px 0; 
	padding-bottom: 10px;
	width:100%;
	overflow: auto;
	}
#s3slider {
   width: 604px; /* important to be same as image width */
   height: 265px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin-bottom: 15px;
   margin-top: 5px;
}

#s3sliderContent {
   width: 604px; /* important to be same as image width or wider */
   /* position: absolute;*/ /* important */
   /* top: 0; */ /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

#magazine .s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 13px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 578px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   text-align: left;
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
.s3sliderImage span strong{
	font: 20px/20px Arial, Helvetica, sans-serif;
}

.clear {
   clear: both;
}

/* El Magazine en Portada */
#portada #s3slider {
   width: 347px; /* important to be same as image width */
   height: 200px; /* important to be same as image height */
   margin-top: 0px;
}
#portada #rightbar #s3slider ul {
    margin: 0;
    padding: 0;
}
#portada #rightbar {
    margin-top: 5px;
}
#portada #s3sliderContent {
   width: 347px; /* important to be same as image width or wider */
   overflow: hidden;
}
#portada .s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 13px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 322px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   text-align: left;
   bottom: 65px;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}
#portada .s3sliderImage a img {
	margin-left: -120px; /* Para que salga la parte central de la foto grande*/
	}


/*-----------------------------------------------------------------------------
	F O O T E R
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	background-color: #333;
	}
#footer p {	
	text-align: center;
	color: #888;
	}
ul#nav_footer {
	padding-top: 10px;
	color: #888;
	text-align: center;
	}
ul#nav_footer li {	
	display: inline; 
	}
ul#nav_footer li a {	
	text-decoration: none;	
	display:inline;	
	padding: 0 9px;
	}
#footer a:link, 
#footer a:visited {	
	color: #888;
	}
#footer a:hover	{	
	color: #FFF;
	}								