﻿#main_navigation ul li#films a { background-color:#660000;  color:#fff; }
#main_navigation ul li#films a:link { background-color:#660000;  color:#fff;  }
#main_navigation ul li#films a:visited { background-color:#660000;  color:#fff;   }


h3{ border-left: solid 2px #990000; padding-left:4px; text-transform:uppercase; }


#left_panel
{
	float:left;
	width:320px;
	padding:0;
	margin-right:20px;
	margin-top:20px;

}

#right_panel
{
	float:left;
	width:500px;
	padding:0;
	margin-top:20px;


}

.fields_data
{
    color:#DDDDDD;
}

#film_list
{
    margin-top:6px;
    margin-bottom:0px;
    padding-top:0px;
}


#film_list ul
{
list-style:none; margin: 0px; padding:0px;
}

#film_list .film a
{
    display:block;
    padding:0px;

    border-bottom: solid 1px #333333;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    font-size:0.8em;
    font-weight:normal;
    height:80px;
    overflow:hidden;
}
#film_list .film a:hover
{
    display:block;
    padding:0px;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #333333;
    border-right: solid 1px #333333;
    background: #131313;
    font-weight:normal;
    height:80px;
    overflow:hidden;

}

#film_list .film
{
    width:840px;
}

#film_list .film a #thumb
{
    border:solid 1px #333333;
    width:200px;
    height:285px;
    padding:2px;
    margin-top: 10px;
    margin-left:10px;
    margin-right:10px;
    float:left;
}

#film_list .film #ficha_tecnica
{
    float:left;
}

#film_list .film a #titulo
{
    float:left;
    width:740px;
    margin-top:10px;
}
#film_list .film a #sinopsis
{
    float:left;
    width:740px;
}
#film_list .film a #sinopsis p
{
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

#thumb
{
float:left;
margin-right:20px;
border: solid 1px #333333;
}

#tabs
{
float:left;
}

#tabs ul
{
list-style:none; margin: 0px; padding:0px;

}

#formato_duracion
{
	padding-left:6px;
}

#sinopsis
{
	margin-top:10px;
    margin-bottom: 10px;
}


#AccordionPanelContentFichaTecnica, #AccordionPanelContentFichaArtistica,
#AccordionPanelContentFestivales, #AccordionPanelContentMultimedia, #AccordionPanelContentTextos
{
    padding:10px;
    color:#999999;
}


#tabs_list
{
    border-top: solid 1px #444444;
    border-left: solid 0px #444444;
    border-right: solid 0px #444444;
    border-bottom: solid 1px #444444;
    height:28px;
    width:100%;
}

#tabs_items { float:left; width:100%; height:auto; margin: 0px; margin-top:2px;}
#tabs_items ul { list-style:none; margin: 0px; padding:0px; }
#tabs_items ul li{ float:left; width:auto; border-bottom: solid 0px #333333; height:24px; margin: 0px; list-style-type:none; white-space:nowrap;}
#tabs_items ul li a { 	
    display:block;
    width:auto;
    height:18px;
    padding-top:6px;
    padding-left:6px;
    padding-right:6px;
    font-weight:normal;
    text-decoration:none;
    text-align:left;
    color: #FFFFFF;
    font-size:90%;
    text-transform:uppercase;
    border-right:solid 1px #222222;
}

#tabs_items ul li a:hover
{
	text-decoration:none;
    background:#333333;
}




/* Accordion */
        .accordionHeader
        {
            /*border: 1px solid #2F4F4F;*/
            color: white;
            background-color: #333333;
              font-family: Arial, Sans-Serif;
              font-size: 12px;
              font-weight: normal;
            padding: 5px;
            margin-top: 1px;
            cursor: pointer;
        }
         
        #master_content .accordionHeader a
        {
              color: #FFFFFF;
              background: none;
              text-decoration: none;
        }
         
        #master_content .accordionHeader a:hover
        {
              background: none;
              text-decoration: underline;
        }
         
        .accordionHeaderSelected
        {
            border: 1px solid #2F4F4F;
            color: white;
            background-color: #5078B3;
            font-family: Arial, Sans-Serif;
            font-size: 12px;
            font-weight: bold;
            padding: 5px;
            margin-top: 5px;
            cursor: pointer;
        }
         
        #master_content .accordionHeaderSelected a
        {
              color: #FFFFFF;
              background: none;
              text-decoration: none;
        }
         
        #master_content .accordionHeaderSelected a:hover
        {
              background: none;
              text-decoration: underline;
        }
         
        .accordionContent
        {
            background-color: #111111;
            /*border: 1px solid #666666;
            border-top: none;*/
            padding: 5px;
            padding-top: 10px;
        }