body{
    height:100%;
    font: 12px Arial,sans-serif;
    color:#393939;
    background: url(../images/fondo.png) repeat left top;
}

strong {
    font-weight:700;
}
em {
    font-style: italic;
}
#header, #page, #footer {
    width:950px;
    margin:0 auto;
    background:#fff;
}
#header {
    color:#BED3DF;
    height:110px;
    padding-top:20px;
}
#header .top {
    height:36px;
    height:74px;
    width:910px;
    margin:0 auto;
    background: #E6E6E6;
    position:relative;
}
#header .top .logo{
    position:absolute;
    bottom:10px;
    left:10px;
}
#header .menu {
    position:relative;
    width:910px;
    margin:0 auto;
    height:25px;
    margin: 5px auto;
    background: #121212;
}

#page{
    min-height:200px;
}
#footer {
    color:#10110C;
    height:22px;
    line-height:22px;
    font-size:9px;
    padding:20px 0;
}
#footer div{
    background:#E9E9E9;
    width:910px;
    margin:0 auto;
    text-align:left;
    text-indent: 10px;
}

/*generales */

.content{
    width:910px;
    margin:0 auto;
    background:#fff;
    margin-top:5px;
}
.content h1{
    padding:0 9px;
    text-align:left;
    background: #E9E9E9;
    margin-bottom:10px;
    height:37px;
    font-size:22px;
    color:#121212;
}
.content:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.content p{
    margin: 5px 0 15px;
    font-size:13px;
}

/* home */

.home .films {
    width:910px;
    margin:0 auto;
    height:308px;
}

.home .films .left{
    float:left;
}
.home .films .right{
    float:right;
    width:305px;
}
.home .films .right a img{
    padding-bottom:1px;
}
.home .content .left{
    width:600px;
    float:left;
    overflow:hidden;
}
.home .content .left p{
    font-size:12px;
}
.home .content .right{
    width:305px;
    float:right;
    overflow:hidden;
}
.home .content .right p{
    font-size:16px;
}
.home .content .item{
    width:290px;
    float:left;
    margin-right:10px;
}
.home .content .item .fecha {
    font-size:12px;
    border-bottom:1px solid #E8E8E4;
    margin-bottom:10px;
}
.home .content .item .foto{
    float:left;
    padding:0 10px 0 0;
}
.home .content .item h2, .home .content .item h2 a{
    font-size:16px;
    font-weight:700;
    color: #141010;
    line-height: 1em;
    margin-bottom:0.5em;
}
.home .content .item .more a{
    color:#FF6633;
    font-weight: 700;
}
.home .content .right .item {
    font-size:16px;
}

/* about */

.about .header {
    width:910px;
    height:140px;
    margin:0 auto;
    background: url(../images/h_about.jpg);
}
.about .content p{
    width:440px;
}
.about h2{
    color:#131010;
    font-size: 18px;
    font-weight:700;
    margin-bottom:10px;
}

/* links */

.links .header {
    width:910px;
    height:140px;
    margin:0 auto;
    background: url(../images/h_links.jpg);
}
.links .content p{
    width:440px;
}
.links h2{
    color:#131010;
    font-size: 18px;
    font-weight:700;
    margin-bottom:10px;
}
.links ul{
    list-style-type: none;
    list-style-position: inside;
    font-weight:700;
}
.links li{
    margin:20px 0;
    background:url("../images/bullet.png") no-repeat left 4px;
    padding-left:2em;
}
.links li a{
    color:#393939;
}

/* contact */

.contact .header {
    width:910px;
    height:140px;
    margin:0 auto;
    background: url(../images/h_contact.jpg);
}
.contact .content p{
    width:440px;
}
.contact h2{
    color:#131010;
    font-size: 18px;
    font-weight:700;
    margin-bottom:10px;
}
.contact input, .contact textarea{
    border: 1px solid #CCC;
    background: #E9E9E9;
    width:300px;
    font-family: Arial, sans-serif;
    font-size:12px;
    padding:5px;
}
.contact label{
    display:block;
    font-weight:700;
    line-height:1.4em;
    margin-top:5px;
}
.contact textarea{
    height:200px;
}
.contact .send{
    width:111px;
    height:24px;
    display:block;
    position:relative;
    left:200px;
    top:3px;
    padding:0;
    border:0;
}
.contact .error{
    color:#f63;
}

/* news */

.news {
	position:relative;
}
.news .header {
    width:910px;
    height:140px;
    margin:0 auto;
    background: url(../images/h_news.jpg);
}
.news h2{
    color:#131010;
    font-size: 18px;
    font-weight:700;
    margin-bottom:10px;
}
.news .date-search{
	position: absolute;
	top:153px;
	right:20px;
	color:#393939;
	font-weight:700;
}

.news .date-search select {
	font-weight: 400;
	width:83px;
        padding:0;
}

.news .customStyleSelectBoxInner {
background:#fff url(../images/arrow-down.png) no-repeat;
background-position: 70px 50%;
	font-weight: 400;
	margin-right:10px;
        border:1px solid #ccc;
        padding:3px 0 3px 3px !important;
        width:80px !important;
}

.news .content .left{
    width:290px;
    float:left;
    padding:10px 0 0 10px;
}
.news .content .left h2{
    color:#121212;
    font-size:19px;
    font-weight:700;
}

.news .content .left .item{
    padding-bottom:15px;
    border-bottom:1px solid #E8E8E4;
    margin-bottom:10px;
}
.news .content .left .item.active h3 a{
    color:#f63;
}
.news .content .left .item .fecha{
    font-size:12px;
    color:#666;
    text-align:left;
    margin-bottom:5px;
}
.news .content .left .item .thumb {
    float:left;
}
.news .content .left .item .desc{
    width:195px;
    float:right;
}
.news .content .left .item h3, .news .content .left .item h3 a{
    color:#121212;
    font-size:14px;
    font-weight:700;
}
.news .content .left .item h3 a:hover{
    color:#f63;
}
.news .content .left .item p{
    color:#3A3A3A;
    font-size:12px;
}
.news .content .left .item:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.news .content .right{
    width:530px;
    float:right;
    padding-right:60px;
}
.news .content .right .fecha{
    font-size:12px;
    color:#666;
    text-align:left;
    padding-bottom:10px;
}
.news .content .right .foto {
    float:right;
    padding-left:30px;
    padding-bottom:10px;
}
.news .content .right ul{
    list-style-position: inside;
}
.news .content .right .bajada{
    font-size:14px;
}
.news .content .right h2{
    color:#121212;
    font-size:18px;
    font-weight:700;
}


/* films */

.films .header {
    width:910px;
    height:140px;
    margin:0 auto;
}
.films .content p{
    width:440px;
}
.films h2{
    color:#131010;
    font-size: 18px;
    font-weight:700;
    margin-bottom:10px;
}
.films .content h2, .films .content h2 a{
    color:#121212;
    font-size:16px;
    font-weight:700;
}
.films .content h2 a span {
    color:#393939;
    font-style: italic;
    font-size:12px;
    font-weight:400;
}
.films .content h2 a:hover{
    color:#f63;
}
.films .content .desc p {
    margin:5px 0;
}
.films .content .desc p a{
    color:#f63;
    font-weight: 700;
}
.films .content .item {
    padding:10px;
    border:1px solid #ccc;
    margin-bottom:20px;
}
.films .content .item .foto{
    float:left;
}
.films .content .item .desc {
    width:450px;
    float:right;
}
.films .content .item:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* films (detalle)*/

.films-detalle .header {
    width:910px;
    height:140px;
    margin:0 auto;
    padding:0;
    position:relative;
}
.films-detalle .header img{
    position:absolute;
    top:0;
    left:0;
}
.films-detalle .content h1{
    margin-bottom:20px;
}
.films-detalle .content p{
    width:440px;
}
.films-detalle .content .menu {
    width:200px;
    float:left;
}
.films-detalle .content .menu a{
    padding-left:30px;
    background: url(../images/bullet.png) no-repeat 10px center;
    display:block;
    margin-bottom:20px;
    text-transform: capitalize;
    font-weight:700;
    font-size:13px;
}
.films-detalle .content .menu a.active{
    background: url(../images/bullet2.png) no-repeat 10px center;
    color:#f63;
}
.films-detalle .content .det {
    float:right;
    width:600px;
    padding-right:10px;
}
.films-detalle .content .det.resumee h2{
    font-size:24px;
    font-weight:700;
    color:#121212;
    margin:0 0 10px 0;
}
.films-detalle .content .det.resumee h2 span{
    font-weight:400;
}
.films-detalle .content .det.resumee .text{
    width:480px;
    margin:10px 0;
}
.films-detalle .imdb img {
	float:left;padding-right:10px
}
.films-detalle .imdb a{
	color:#f63;
	font-weight:700;
}
.films-detalle .content .det.director h2{
    font-size:24px;
    font-weight:700;
    color:#121212;
    margin:0 0 10px 0;
}

.films-detalle .content .det.director .foto{
    float:left;
    padding:0 20px 10px 0;
}
.films-detalle .content .det.director .text{
    width:560px;
    margin:10px 0;
}
.films-detalle .content .det.cast h2{
    font-size:24px;
    font-weight:700;
    color:#121212;
    margin:0 0 10px 0;
}
.films-detalle .content .det.cast .actor {
    width:300px;
    float:left;
    font-weight:700;
    font-size:13px;
    margin-bottom:10px;
}
.films-detalle .content .det.cast .actor img{
    position:relative;
    top:33px;
}
.films-detalle .content .det.cast .actor span{
    padding-left:10px;
}

.films-detalle .content .det.tdetails h2{
    font-size:24px;
    font-weight:700;
    color:#121212;
    margin:0 0 10px 0;
}
.films-detalle .content .det.tdetails .item{
    background:url(../images/puntos.png) no-repeat 160px 15px;
    width:550px;
    line-height:25px;
}
.films-detalle .content .det.tdetails .item .field{
    width:150px;
    float:left;
}
.films-detalle .content .det.tdetails .item .value{
    width:180px;
    float:right;
}
.films-detalle .content .det.tdetails .item:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.films-detalle .content .det.press h2{
    font-size:24px;
    font-weight:700;
    color:#121212;
    margin:0 0 10px 0;
}
.films-detalle .content .det.press .item {
    width:540px;
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin:10px 0;
}
.films-detalle .content .det.press .item .thumb{
    float:left;
}
.films-detalle .content .det.press .item .desc{
    width:450px;
    float:right;
}
.films-detalle .content .det.press .item:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.films-detalle .content .det.press .item .fecha{
    color:#666;
}
.films-detalle .content .det.press .item h3{
    font-size:14px;
    color:#121212;
    font-weight:700;
    margin:5px 0;
}

.films-detalle .content .det.distribution h2{
    font-size:24px;
    font-weight:700;
    color:#121212;
    margin:0 0 10px 0;
}
.films-detalle .content .det.distribution h2 span{
    font-weight:400;
}
.films-detalle .content .det.distribution .text{
    width:480px;
    margin:10px 0;
}
.films-detalle .content .det.festivals h2{
    font-size:24px;
    font-weight:700;
    color:#121212;
    margin:0 0 10px 0;
}
.films-detalle .content .det.festivals h2 span{
    font-weight:400;
}
.films-detalle .content .det.festivals .text{
    width:480px;
    margin:10px 0;
}
.films-detalle .content .det.awards h2{
    font-size:24px;
    font-weight:700;
    color:#121212;
    margin:0 0 10px 0;
}
.films-detalle .content .det.awards h2 span{
    font-weight:400;
}
.films-detalle .content .det.awards .text{
    width:480px;
    margin:10px 0;
}
.films-detalle .content .det.presskit h2{
    font-size:24px;
    font-weight:700;
    color:#121212;
    margin:0 0 10px 0;
}
.films-detalle .content .det.presskit h2 span{
    font-weight:400;
}

.films-detalle .content .det.presskit .text{
    width:480px;
    margin:10px 0;
}
.films-detalle .content .det.presskit .pk{
    display:block;
    text-align:center;
    color:#f63;
    font-weight:600;
    width:480px;
}
