@charset "utf-8";

/*******************************************************************************
*  skidoo_redux_theme.css : 2007.03.05 : ruthsarian@gmail.com
* -----------------------------------------------------------------------------
*  
*  This stylesheet provides the theme of the layout. The theme includes
*  anything that controls the presentation of the page, but typically it's just
*  for setting colors, fonts, borders, and gutter space. 
*
*  It is possible to offer multiple themes for a single page and allow the
*  user to pick the one that best fits their needs. 
*  
* ------------------------------------------------------------------------------
*  This stylesheet is released into the public domain.
*******************************************************************************/
@import "css/consistencies_visuals.css";



#page-container, #masthead
{
	font-size: 80%;			/* font attributes set here so that
					   the font sizer javascript bit can
					   operate on the body element and not
					   fubar things */
	font-family:"Century Gothic";
}
#page-container, #inner-column-container, #masthead, #footer
{
	border-color: #99a;		/* all the borders within the layout */
}
#outer-column-container
{
	border-left-color: #fff;	/* left column background */
	border-right-color: #fff;	/* right column background */
}
#masthead
{
   	right:auto;
   	left:auto;
	width:1000px;
	height:160px;
	background-color:transparent;
}
#footer
{
	background-color: #fff;	/* footer background color */
}
#inner-column-container
{
	background-color: #fff;	/* middle column background */
}


ul#menuPortada
{
	list-style: none;
	background-color:transparent;
	width:700px;
	margin-left:80px;
	height:48px;
	display:block;
}


ul#menuPortada li 
{
	display: inline;
	float: left;
	list-style-type: none;
}

ul#menuPortada li a
{
	text-decoration:none;
	padding: 8px 8px 2px 8px;
	font-size: 1.5em;
	background-color:transparent;
	color:black;
	display:block;
}

ul#menuPortada li a:hover
{
	color:#e40808;
	text-decoration:underline;
}
#menus
{
}

#menus a img
{
	float: right;
	padding:2px;
}


ul#menuFestival
{
	list-style: none;
	background-color:#e40808;
	display:block;
	width:988px;
	margin:0px 10px 0px 10px;
	clear:both;
	border:1px solid #fff;
	height:31px;;
}


ul#menuFestival li 
{
	display: inline;
	float: left;
	list-style-type: none;
	background-color:green;
}

ul#menuFestival li a
{
	text-decoration:none;
	padding: 6px 15px 7px 15px;
	font-size:1.4em; 
	background-color:#e40808;
	color:#fff;
	display:block;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

ul#menuFestival li a:hover
{
	color:#e40808;
	background-color:#ebbfc0;
	text-decoration:underline;
}

ul#menuFestival li ul
{
    display:none;
    height:auto;
    position:absolute;
    width:150px;
    z-index:200;
}

ul#menuFestival li:hover ul
{
    display:block;
}

ul#menuFestival li li
{
    display:block;
    clear:both;
}


div#banner
{
	width:100%;
	background-color:#fff;
	clear:both;
	padding:10px 0px 10px 0px;
}

#banner img
{
	width: 988px;
	height:140px;
	margin:0px 10px 10px 10px;
	border-right:1px solid #222;
	border-left:1px solid #222;
	border-bottom:1px solid #222;
}

.tituloPortada
{
	font-style: normal;
	font-variant: normal;
	font-size: 1.3em;
	font-family:"Century Gothic";
	line-height: 1.3em;
	word-spacing: normal;
	letter-spacing: 0.1ex;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	text-indent: 0ex;
	color:#fff;
	padding: 3px 10px 3px 10px;
	background: #ebbfc0 url("../images/_estils/fondoTituloRoig.png") no-repeat top right;
    border:0px solid blue;
}

#noticias
{
	margin:0px 10px 5px 10px;
	padding:5px 0px 0px 0px;
	/*background-color:#322723;*/
	float:left;
	width:678px;
}

div.bannerNoticias, a.bannerNoticias
{
	float:right;
	clear:both;
	color:#fff;
	text-decoration:none;
}

#panelNoticias
{
	/*background-color:#504541;*/
	float:left;
	width:668px;
	padding:10px 0px 0px 10px;
	border-top: 1px solid #f5d3ca;
}

a.not
{
	color:#fff;
	text-decoration:none;
}

a.not h2
{
	display:inline;
	font-size:1.3em;
	color:#e40808;
}

a.not:hover h2
{
	text-decoration:underline;
}

a.not h5
{
	display:inline;
	font-size:0.8em;
	color:#e40808;
}

a.not p
{
	margin-bottom:10px;
	color:#777;
	padding:3px 10px 0px 10px;
	width:350px;
}

#articulos
{
	margin:0px 10px 10px 10px;
	padding:5px 0px 10px 0px;
/*	background: #322723 url("../images/_estils/fondoTitulo.jpg") no-repeat top right;*/
	float:left;
	width:678px;
}

.dret
{
	float:right;
	clear:right;
	width:335px;
}

.esq
{
	float:left;
	clear:left;
	width:335px;
	margin-right:2px;
}

#panelArticles
{
	float:left;
	padding:10px 0px 10px 0px;
}

a.article
{
	color:#fff;
	text-decoration:none;
	float:left;
	width:332px;
}

a.article img
{
	float:left;
	clear:both;
	padding: 0px 10px 10px 0px;
}

a.article h2
{
	display:inline;
	font-size:1.3em;
	margin-right:0.5em;
	color:#e40808;
}

a.article:hover h2
{
	text-decoration:underline;
}

a.article h5
{
	display:inline;
	margin-left:0.5em:
	font-size:0.5em;
}

a.article p
{
	margin-bottom:10px;
	color:#777;
}

#destacado
{
	margin:5px 10px 5px 0px;
	padding:0px 0px 10px 0px;
/*	background: #322723 url("../images/_estils/fondoTitulo.jpg") no-repeat top right;*/
	float:left;
	background-color:#ebbfc0;
	width:300px;
}
div#destacado div
{
	border-bottom: 0px solid #e40808;
}
div#destacado h3
{
	border-top: 1px solid #e40808;
	padding:10px 10px 0px 10px;
    margin:0px;
	font-size:1.2em;
	color:#e40808;
}

ul.dest
{
	color:#f5d3ca;
	padding:0px 20px 10px 20px;
	background-color:#ebbfc0;
}

#destacado h3,#destacado h3 a
{
	color:#e40808;
	text-decoration:none;
	margin:10px 10px 0px 0px;
	font-size:1em;
	background-color:#ebbfc0;
}

#destacado ul li h3 a:hover
{
	color:#777;
	text-decoration:underline;
}

#destacado h4
{
	color:#e40808;
	margin:10px 0px 0px 10px;
}

#destacado h5
{
	color:#777;
	margin:0px 0px 0px 20px;
	font-size:1em;
}

ul#pestanas
{
	padding:7px 0px 7px 0px;
}

ul#pestanas li
{
	display:inline;
	margin:0px;
	padding:0px;
}

ul#pestanas li h3

{
	display:inline;
	margin:0px;
	padding:0px;
}

ul#pestanas li h3 a
{
	margin:0px;
	padding:4px 6px 3px 6px;
}

ul#pestanas li h3 a:hover, ul#pestanas li h3 a.select
{
	background-color:#e40808;
	color:#ebbfc0;
	text-decoration:underline;
}

div#criticas
{
	margin:5px 10px 10px 0px;
	padding:0px 0px 10px 0px;
/*	background: #322723 url("../images/_estils/fondoTitulo.jpg") no-repeat top right;*/
	float:left;
	width:300px;
	background-color:#ebbfc0;
}

#criticas ul
{
	list-style: none;
}

#criticas ul li
{
	float: left;
	border-bottom: 1px solid #e40808;
	border-top: 1px solid #fff;
	list-style-type: none;
	width:300px;
}

#criticas img
{
	float:left;

}

#criticas h2
{
	margin-top:5px;
	width:155px;
	color:#e40808;
	float:right;
}

#criticas h3
{
	width:155px;
	color:#777;
	float:right;
	font-size:0.9em;
}


a.resena
{
	padding:0px 3px 2px 3px;
	margin:9px 5px 2px 0px;
	text-decoration: none;
	color:#ebbfc0;
	background-color:#e40808;
	float:right;
	font-size:0.8em;
}

a.resena:hover
{
	text-decoration:underline;
	background-color:#fff;
	color:#e40808;
}

#publiBottom
{
	width: 990px;
	margin-top: 0.6em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
	text-align: center;
}

ul#colaboran
{
	list-style: none;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color:#777;
}

ul#colaboran li
{
	list-style-type: none;
	display:inline;
}

div#contacto
{
	clear:both;
	color:#777;
}

div#contacto p
{
	text-align:center;
	color:#888;
	padding-top:5px;
}

#contacto a, #contacto a:hover
{
	color:#888;
}

/*_____________________________________*/
/*				                       */
/*            DESTACADOS               */
/*_____________________________________*/

		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		
		img { margin: 3px; }
		
			
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0px 0px 0px 0px;
		}
		.wrapper{
            margin-top:0px;
        }
        
        .slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0px;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 460px; background: #ebbfc0; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0px solid #000; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 300px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;
			background: #ebbfc0;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
            border: 0px solid blue;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 300px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 0px 10px 0px 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			width:300px;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 0px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 1.1em;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #ebbfc0;
			color: #e40808;
			text-decoration: none;
			display: block;
			padding: 0px 8px;
            border:0px solid blue;
		}
		
		.stripNav li.tab1 a { background: #ebbfc0; text-decoration:none;}
		.stripNav li.tab2 a { background: #ebbfc0; text-decoration:none;}
		.stripNav li.tab3 a { background: #ebbfc0; text-decoration:none;}
		.stripNav li.tab4 a { background: #ebbfc0; text-decoration:none;}
		.stripNav li.tab5 a { background: #ebbfc0; text-decoration:none;}
		
		.stripNav li a:hover {
			background: #DF6F6F;
            color:#fff;
		}
		
		.stripNav li a.current {
			background: #e40808;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 0px;
			width: 0px;
            border: 0px solid blue;
            padding:0px;
            margin:0px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
    	
        .cross-link	{
            color:#e40808;
            padding-bottom:5px;
            text-decoration:none;
        }

        a.cross-link:hover {
            text-decoration:underline;
        }

/*_____________________________________*/
/*				       */
/*            critica.htm              */
/*_____________________________________*/

#critica, #noticia
{
	/*background-color:#504541;*/
	float:left;
	width:678px;
	padding:0px 0px 15px 10px;
}
	
#panelCritica img
{
	padding:10px 15px 10px 0px;	
	width:230px;
	height:300px;
	float:left;
}

#panelReport img
{
	padding:10px 15px 10px 0px;	
	float:left;
}


#panelNoticia img
{
	padding:10px 15px 10px 0px;	
	float:left;
}

#panelCritica h2
{
	color: #e40808;
	text-decoration: none;
	margin-top: 20px 10px 0px 0px;
	padding-top:10px;
	font-size: 2em;
}

#panelReport h2
{
	color: #e40808;
	text-decoration: none;
	margin-top: 20px 10px 0px 0px;
	padding-top:10px;
	font-size: 2em;	
}

#panelNoticia h2
{
	color: #e40808;
	text-decoration: none;
	margin-top: 20px 10px 0px 0px;
	padding-top:10px;
	font-size: 1.7em;
}

#panelCritica h3, #panelReport h3
{
	color:#666;
	font-size:1.3em;
	padding-top:50px;
}

#panelCritica h4, #panelNoticia h4, #panelReport h4
{
	color:#777;
	padding-top:3px;
}

#panelCritica p, #panelReport p
{
	color:#666;
	line-height:1.3em;
}

#panelNoticia p
{
	color:#666;
	line-height:1.3em;
	padding-top:20px;
}

#panelNoticia p.bold, #panelReport p.bold
{
	color: #e40808;
	line-height:1.4em;
	font-size:1.1em;
	padding-top:20px;
}

#panelCritica h4.bold, #panelReport h4.bold
{
	color: #e40202;
	font-size:1.1em;
	padding-top:0px;
}

#panelNoticia h4.bold
{
	color: #e40202;
	font-size:1em;
	padding-top:0px;
}

div#links_relacionados
{
	float:left;
	width:678px;
	padding:5px 0px 15px 10px;
}

div#links_relacionados ul
{
	padding:10px;
}

div#links_relacionados ul li a
{
	text-decoration:none;
	font-size:1.1em;
	color:#777;
	margin-left:30px;
	line-height:1.1em;
}

div#links_relacionados ul li a:hover
{
	color:#e40808;
	text-decoration:underline;
}
