@charset "utf-8";
/* CSS Document */
/* reseteo de los estilos */
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: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}

/********************************************** ESTILOS PROPIOS DE LA PÁGINA *********************/

body {
background-color:#000000;
}
#contenedor {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	padding-bottom:7px;
	font-size: 22px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;	
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	padding-bottom: 10px;
	padding-top:20px;
	font-size: 18px;
	font-weight: bold;
}
.letras_texto {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	list-style-type: disc;	
}
/**************************************** Cabecera *******************************************/


#menu {
	background-image:url(images/banner_superior.jpg);
	height:358px;
}

#menu ul {  
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li {
	padding:0;
	float:left;
}

#menu ul li a {
	display:block;
	height:42px;  
	text-decoration:none;
}

#menu ul li a span {
	display:none; 
}
#cortometraje {
	width:178px;
}
#cortometraje a {
	background-image:url(images/boton_cortometraje.jpg);
	top: 150px;
	left: 90px;
	position: relative;
}
#cortometraje a:hover {
	background-image:url(images/boton_cortometraje_act.jpg);
	}
#cortometraje_fijo {
	width:178px;
}
#cortometraje_fijo a {
	background-image:url(images/boton_cortometraje_act.jpg);
	top: 150px;
	left: 90px;
	position: relative;
}
#reparto {
	width:117px;
}
#reparto a {
	background-image:url(images/boton_reparto.jpg);
	position: relative;
	top: 150px;
	left: 90px;
}
#reparto a:hover {
	background-image:url(images/boton_reparto_act.jpg);
}
#reparto_fijo {
	width:117px;
}
#reparto_fijo a {
	background-image:url(images/boton_reparto_act.jpg);
	position: relative;
	top: 150px;
	left: 90px;
}
#trailer {
	width:120px;
}
#trailer a {
	background-image:url(images/boton_trailer.jpg);
	position: relative;
	top: 150px;
	left:90px;
}
#trailer a:hover {
	background-image:url(images/boton_trailer_act.jpg);
}
#trailer_fijo {
	width:120px;
}
#trailer_fijo a {
	background-image:url(images/boton_trailer_act.jpg);
	position: relative;
	top: 150px;
	left:90px;
}
#rodaje {
	width:129px;
}
#rodaje a {
	background-image:url(images/boton_rodaje.jpg);
	position: relative;
	top: 150px;
	left: 88px;
}
#rodaje a:hover {
	background-image:url(images/boton_rodaje_act.jpg);
}
#rodaje_fijo {
	width:129px;
}
#rodaje_fijo a {
	background-image:url(images/boton_rodaje_act.jpg);
	position: relative;
	top: 150px;
	left: 88px;
}
#contacto {
	width:129px;
}
#contacto a {
	background-image:url(images/boton_contacto.jpg);
	position: relative;
	top: 150px;
	left: 95px;
}
#contacto a:hover {
	background-image:url(images/boton_contacto_act.jpg);
}
#contacto_fijo {
	width:129px;
}
#contacto_fijo a {
	background-image:url(images/boton_contacto_act.jpg);
	position: relative;
	top: 150px;
	left: 95px;
}
#bannersup span {
 display:none;
 }
#bannersup {
	background-image:url(images/banner_superior.jpg);
}



/************************************** Cuerpo **************************************/


/*********************************** lateral derecho **********************************/


#lateral_dcho {
	position: relative;
	width: 475px;
	left: 450px;
	top: 100px;	
}

#festi {
	position:relative;
	top: -1020px;
	left: 450px;
	width: 130px;
	z-index: 1;
}
.imdb {
	padding-bottom: 35px;
}

	/*********************************** Caja resaltada ****************************/

	
#espacio_noticias {
	width:220px;
	position: relative;
	top: -220px;
	left: 230px;
	z-index: 9;
}

#caja_resaltada {
	background-image:url(images/transparente.png);
	background-repeat:repeat;
	padding: 5px;
	width: 200px;
	border: 4px solid #FF9900;
	}
	
#caja_resaltada_index {
	background-image:url(images/transparente.png);
	background-repeat:repeat;
	padding: 5px;
	width: 200px;
	border: 4px solid #FF9900;
}

.noticias_titulo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
	font-size: 20px;
	color: #FF9900;
	font-weight: bold;
	text-align: center;
}
.noticias_cuerpo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
}
.noticias_enfasis {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9900;
	font-weight: bold;
}

.noticias_link {
	color: #FF9900;
}



	/************************************* Foto corto inferior ***************************/

	
#foto_fondo {
	position: relative;
	left: 45px;
	top:-145px;
	z-index: 1;
}
#foto_fondo_trailer {
	position: relative;
	left: 45px;
	top:350px;
	z-index: 1;
}

#foto_fondo_index {
	position: relative;
	left: 45px;
	top:365px;
	z-index: 1;
}

/************************Lateral izquierdo ***************************/


#lateral_izdo {
	position: relative;
	width: 480px;
	height:200px;
	top: -794px;
	left: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	padding: 10px;
	padding: 25px;
	z-index: 3;
}

#lateral_izdo_index {
	position: relative;
	width: 480px;
	height:200px;
	top: -2236px;
	left: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	padding: 10px;
	padding: 25px;
	z-index: 3;
}

#lateral_izdo_rodaje {
 position: relative;
	width: 480px;
	height:500px;
	top: -274px;
	left: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	padding: 10px;
	padding: 25px 25px 0px 25px;
	z-index: 3;
}

#foto_rodaje {
	position:relative;
	top:1500px;
}

#lateral_izdo_trailer {
	position: relative;
	width: 480px;
	top: -678px;
	left: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #DDDDDD;
	padding: 25px;
	z-index: 3;
}
	/******************************* texto *************************/


#caja {
	z-index: 6;
}
	
h2 {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.texto_cuerpo {
	font-size: 15px;
	line-height: 17px;
}

#caja a {
	color: #FF9900;
	text-decoration: none;	
}

#caja a:hover {
	color:#DDDDDD;
	text-decoration: underline;	
}


	/*********************************** video (corto y trailer) ***************************/

	
#video_corto {
	position:relative;
	top: 40px;
}

#video_triler {
	padding-top: 35px;
}

#video_index {
	padding-top: 20px;
	margin-top:20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DDDDDD;
}


	/***************************** photocall *************************/

#photocall {
	margin-top: 25px;
}
	
	
	
	/***************************** slider de fotos *************************/
	
#slider_fotos {
	position: relative;
	top:-290px;
	left: -30px;
}
#slider_fotos h2 {
	padding-left: 30px;
}
#wrapper {
    width: 800px;
    margin: 25px auto;
}

#intro {
    padding-bottom: 10px;
}

#slider {
	width: 800px;
	margin: 0 auto;
	position: relative;
	border: 10px solid #D76B00;
}

.scroll {
	overflow: hidden;
	width: 800px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 318px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #D76B00;
}

.inside img {
	display: block;
	border: 1px solid #D76B00;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}

#slider_fotos a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

#slider_fotos a:hover {
	border-bottom: 1px solid #999;
}

.scrollButtons {
    position: absolute;
    top: 127px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}


/***************************** listado reparto *************************/

#lista_reparto {
	width: 480px;
}

#lista_reparto ul {
	font-size: 14px;
	line-height: 17px;
	padding-bottom: 30px;
	padding-left: 40px;
	list-style-type: none;
}

#lista_reparto li {
	display:inline;  
	text-decoration:none;
}

/***************************** imagenes del rodaje *************************/

#contenedor_imagen {
	width:1024px;
	margin-right: auto;
	margin-left: auto;
}

#abajo {
	padding-top: 20px;
}

/***************************** info de los actores y tal *************************/

#texto {
	position: relative;
	width: 450px;
	top:-240px;
	left:300px;
	padding: 25px;	
	line-height: 17px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}
#texto a {
	color: #FF9900;
	text-decoration: none;
	
}

#texto a:hover {
	color:#DDDDDD;
	text-decoration: underline;	
	}
#foto {
	position: relative;
	width: 150px;
	top:-100 px;
	left:100px;
}
#texto_nofoto {
	position: relative;
	width: 450px;
	top: -120px;
	left:300px;
	padding: 25px;	
	line-height: 17px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}
#texto_nofoto a {
	color: #FF9900;
	text-decoration: none;
	
}

#texto_nofoto a:hover {
	color:#DDDDDD;
	text-decoration: underline;	
	}

/***************************** volver a la pantalla anterior *************************/

#volver {
	padding-top: 20px;
	margin-top:20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DDDDDD;	
}

/************************** VISOR DE IMÁGENES TIPO FOTO, JAVASCRIPT *******************************/

	div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_right.png) repeat-x;
}

#fotos_corto a {
			outline: none;	
		}
		
#fotos_corto div#wrap {
			width: 500px;
			margin: 50px auto;	
		}

#fotos_corto img {
			border: 1px solid #CCC;
			padding: 2px;	
			margin: 10px 5px 10px 0;
		}

#fotos_corto {
	padding-top:45px;
}
/***************************************** pie ********************************************************/
#pie {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top:45px;
	padding-left:60px;
	font-size:9px;
	color:#999999;
}