/***************************************************************
					NORMALIZACIÓN
/**************************************************************/
@import url("base.css");

body {
	background-color: #333;
	color: #3D352C;
}



/***************************************************************
					REUTILIZABLES
/**************************************************************/
.separator {
	height: 15px;
	background: transparent url("../images/bg_separator.png") left top no-repeat;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



/***************************************************************
					SECTORES
/**************************************************************/
/*	                CONTAINER
--------------------------------------------------------------*/
#container {
	padding: 42px 0;
	margin-bottom: 130px;
	border: 5px solid #666;
	border-left: none;
	border-right: none;
}

#container .top,
#container .bottom {
	background-color: transparent;
	background-repeat: no-repeat;
	height: 27px;
}

#container .top {	
	background-image: url("../images/bg_content_top.png");
}

#container .bottom {
	background-image: url("../images/bg_content_bottom.png");
}

#container .top,
#container .bottom,
#content {
	width: 810px;
	margin: 0 auto;
}

body.home #container {
	background: #F9852A url("../images/bg_container_home.jpg") left top repeat;	
}

body.galeria #container {
	background: #682F6E url("../images/bg_container_galeria.jpg") left top repeat;	
}

body.premios #container {
	background: #944050 url("../images/bg_container_premios.jpg") left top repeat;	
}

body.creditos #container {
	background: #ACC4D0 url("../images/bg_container_creditos.jpg") left top repeat;	
}

body.contacto #container {
	background: #B2B669 url("../images/bg_container_contacto.jpg") left top repeat;	
}


/*	                CONTENT
--------------------------------------------------------------*/
#content {
	background: transparent url("../images/bg_content.png") left top repeat-y;
}

#main_content {
	padding: 15px 35px;
}

body.creditos #main_content,
body.contacto #main_content {
	background: transparent url("../images/bg_main_content.jpg") 10px 0 no-repeat;
}

body.home #main_content {
	background: transparent url("../images/bg_main_content_home.jpg") 10px 0 no-repeat;
}

body.premios #main_content {
	background: transparent url("../images/bg_main_content_premios.jpg") 9px 0 no-repeat;
}


/*	                HEADER
--------------------------------------------------------------*/
#header {
	position: relative;
	width: 794px;
	height: 208px;
	margin: 0 auto;
}

#header h1,
#header #home_link {
	position: absolute;
	width: 287px;
	height: 111px;
	left: -25px;
	top: 75px;
}

#header h1 {
	background-image: url("../images/h1_atencion_al_cliente.png");
	background-repeat: no-repeat;
}

body.home #header h1 {
	background-color: #F9852A;
}

body.galeria #header h1 {
	background-color: #BF99F8;
}

body.premios #header h1 {
	background-color: #944050;
}

body.creditos #header h1 {
	background-color: #ACC4D0;
}

body.contacto #header h1 {
	background-color: #B2B669;
}

#header #home_link {
	display: block;
}

body.home #header {
	background: transparent url("../images/bg_header_home.jpg") left top no-repeat;	
}

body.galeria #header {
	background: transparent url("../images/bg_header_galeria.jpg") left top no-repeat;	
}

body.premios #header {
	background: transparent url("../images/bg_header_premios.jpg") left top no-repeat;	
}

body.creditos #header {
	background: transparent url("../images/bg_header_creditos.jpg") left top no-repeat;	
}

body.contacto #header {
	background: transparent url("../images/bg_header_contacto.jpg") left top no-repeat;	
}


/*	                NAVEGACIÓN
--------------------------------------------------------------*/
#main_nav {
	position: absolute;
	width: 520px;
	height: 175px;
	right: 2px;
	top: 13px;
	background: transparent url("../images/bg_main_nav_top.jpg") left top no-repeat;
}

#main_nav ul {
	position: absolute;
	width: 520px;
	top: 132px;
	right: 0;
}

#main_nav li {
	float: left;
}

#main_nav li a {
	display: block;
	height: 48px;
	background-repeat: no-repeat;
	background-image: url("../images/bg_main_nav.png");
}

a#m_galeria {
	width: 130px;
}

a#m_premios {
	width: 128px;
	background-position: -130px 0;
}

a#m_creditos {
	width: 124px;
	background-position: -258px 0;
}

a#m_contacto {
	width: 138px;
	background-position: -382px 0;
}

a#m_galeria:hover,
body.galeria a#m_galeria {
	background-position: 0 -48px;
}

a#m_premios:hover,
body.premios a#m_premios {
	background-position: -130px -48px;
}

a#m_creditos:hover,
body.creditos a#m_creditos {
	background-position: -258px -48px;
}

a#m_contacto:hover,
body.contacto a#m_contacto {
	background-position: -382px -48px;
}


/*	                SIDEBAR
--------------------------------------------------------------*/
#sidebar {
	position: relative;
	float: left;
	width: 235px;
}

#sidebar p {
	margin: 40px 0 0;
}

#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #5F3E2D;
	border-bottom: 1px solid #D4A995;
}


/*	                MAIN PANEL
--------------------------------------------------------------*/
#main_panel {
	float: right;
	width: 490px;
}



/***************************************************************
					HOME
/**************************************************************/
.gallery_link a {
	position: absolute;
	display: block;
	width: 235px;
	height: 50px;
	top: 317px;
	left: 0;
	background: transparent url("../images/bg_boton_ver_galeria.png") left top no-repeat;
}

#video_flash {
	width: 490px;
	height: 387px;
}

/*	                PREMIOS
--------------------------------------------------------------*/
#awards {
	position: relative;
	margin: 25px 0 10px;
}

#awards ul {
	margin-top: 20px;
	width: 510px;
}

#awards li {
	float: left;
	width: 149px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #D8CBB2;
}

#awards li.first {
	width: 150px;
	border: none;
	margin: 0;
	padding: 0px;
}

#awards h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.15em;
	margin-bottom: 5px;
	color: #5F3E2D;
}

#awards h3 a {
	color: #5F3E2D;
	text-decoration: none;
	border-bottom: 1px solid #D4A995;
}

#awards h3 a:hover {
	color: #fff;
	background-color: #D4A995;
}

#awards .event {
	text-transform: uppercase;
	font-size: .75em;
	color: #9D9381;
}

#awards a.more {
	position: absolute;
	display: block;
	width: 169px;
	height: 81px;
	right: 0;
	top: -2px;
	background: transparent url("../images/bg_mas_premios.png") left top no-repeat;
}

#awards-new {
	margin-top: 35px;
}

#awards-new li {
	margin: 0 0 15px;
}

#awards-new li h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 2px;
	color: #5F3E2D;	
}



/***************************************************************
					GALERÍA
/**************************************************************/
body.galeria #main_content {
	padding-left: 28px;
	padding-right: 28px;
}

body.galeria .separator {
	margin: 0 5px 0 7px;
}

#gallery li {
	float: left;
	width: 255px;
	height: 144px;
	margin-bottom: 15px;
	background: transparent url("../images/bg_gallery_frame.png") left top no-repeat;
}

#gallery li.last {
	width: 240px;
}

#gallery li.presentation {
	background-image: none;
	display: inline;
}

#gallery li.presentation h2,
#gallery li.presentation p {
	margin: 40px 20px 0 7px;
}

#gallery li img {
	margin: 8px 0 0 14px;
}



/***************************************************************
					PREMIOS
/**************************************************************/
body.premios #awards li {
	margin: 0 18px 0 0;
	padding: 0;
	border: none;
}

body.premios #awards li.last {
	margin: 0;
}

body.premios #awards li.break {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 10px 0;
	background-color: #D8CBB2;
}

body.premios #awards img {
	display: block;
	margin: 0 auto 10px;
}

#attended_festivals {
	margin-top: 10px;
	height: 450px;
	overflow: auto;
	border-bottom: 1px solid #D8CBB2;
}

#attended_festivals li {
	font-size: .85em;
	margin: 0 20px 10px 0;
}


/***************************************************************
					CRÉDITOS
/**************************************************************/
#credits {
	margin-top: 30px;
}

#credits li {
	padding: 10px 0;
	line-height: 1.3em;
	border-bottom: 1px solid #D8CBB2;
}

#credits strong {
	float: left;
	width: 150px;
	margin-right: 20px;
	font-weight: bold;
	text-align: right;
	color: #334D5A;
}

#credits span {
	float: right;
	width: 320px;
}

p.produced_by {
	margin: 30px 0 0 170px;
}

p.produced_by a {
	color: #7398A8;
	font-weight: bold;
}



/***************************************************************
					CONTACTO
/**************************************************************/
body.contacto form {
	margin-top: 20px;
	padding-top: 20px;
	background: #fff url("../images/bg_contact_form_top.png") left top no-repeat;
}

body.contacto form .cont {
	padding: 0 20px;	
}

body.contacto form p#message {
	padding: 0 20px;
}

body.contacto form p#message.error {
	background-color: red;
	color: #fff;
	font-weight: bold;
}

body.contacto form p.single,
body.contacto form p.multiple {
	margin-top: 20px;
}
	
body.contacto form p.single {
	border-bottom: 1px solid #ddd;
}

body.contacto form p.multiple {
	border: none;
	background: transparent url("../images/bg_contact_form_textarea.png") left top;
}

body.contacto label {
	display: block;
	float: left;
	width: 65px;
	padding-top: 6px;
	line-height: .85em;
	font-weight: bold;
	color: #747730;
}

body.contacto form p.multiple label {
	padding-top: 8px;
}

body.contacto input,
body.contacto textarea {
	width: 384px;
	border: none;
	font: 1em normal arial,helvetica,sans-serif;
	padding: 5px 0 0;
	background-color: transparent;
	color: #3D3544;
}

body.contacto textarea {
	margin-top: -3px;
	line-height: 1.75em;
	height: 120px;
}

body.contacto p.send {
	line-height: 1em;
	padding: 20px;
	background: transparent url("../images/bg_contact_form_bottom.png") left bottom no-repeat;
}

body.contacto p.send span,
body.contacto p.send input {
	width: 235px;
	height: 50px;
}

body.contacto p.send span {
	display: block;
	float: right;
	background: transparent url("../images/bg_boton_enviar_disabled.png") left bottom no-repeat;
}

body.contacto p.send input {
	width: 235px;
	height: 50px;
	padding: 0;
}
