/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }

/* ---------------------------------------------------  */

/* ======= */
/* CRISIS */
/* ======= */

html, body {
	width: 100%;
	height: 100%;
}

body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #39342F;
	color: #EEE;
}

a {
	color: #FFF;
}

#canvas_ext {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 570px;
	margin-top: -285px;
}

#canvas {
	position: relative;
	width: 960px;
	height: 570px;
	margin: 0 auto;
}

/* NAVEGACION */
#nav {
	float: left;
	display: inline;
	width: 200px;
	height: 80px;
	padding: 45px 1px;
	margin-top: 195px;
	background: url(../img/nav_bg.png) right center no-repeat;
}

	#nav li {
		margin: 1px 0;
		float: left;
	}
	
	#nav a {
		display: block;
		width: 110px;
		height: 18px;
		margin-left: 90px;
		text-indent: -9999px;
		background: url(../img/nav.png) no-repeat;
	}
	
#nav_pres a { background-position: 0 0; }
#nav_video a { background-position: 0 -20px; }
#nav_fotos a { background-position: 0 -40px; }
#nav_gracias a { background-position: 0 -60px; }

#nav_pres a:hover { background-position: -110px 0; }
#nav_video a:hover { background-position: -110px -20px; }
#nav_fotos a:hover { background-position: -110px -40px; }
#nav_gracias a:hover { background-position: -110px -60px; }

#nav_pres a:active { background-position: -220px 0; }
#nav_video a:active { background-position: -220px -20px; }
#nav_fotos a:active { background-position: -220px -40px; }
#nav_gracias a:active { background-position: -220px -60px; }

#nav_pres a.navon { background-position: -330px 0; }
#nav_video a.navon { background-position: -330px -20px; }
#nav_fotos a.navon { background-position: -330px -40px; }
#nav_gracias a.navon { background-position: -330px -60px; }

/* VISOR */
#visor {
	float: right;
	display: inline;
	width: 740px;
	height: 570px;
	overflow: hidden;
}

div.pagina {
	display: none;
	position: relative;
	width: 740px;
	height: 570px;
	overflow: hidden;
}

/* PORTADA */
#portada {
	width: 740px;
	height: 570px;
	background: url(../img/portada.png) center no-repeat;
}

div#portada h1 {
	display: none;	
}

/* PRESENTACIÓN */
#presentacion {}

#intro {
	margin-top: 60px;
	line-height: 14px; 
	padding-left: 100px;
	background: url(../img/oep.png) no-repeat;
}

	#intro strong {
		font-weight: bold;
		color: #F25F4C;
	}

	#intro em {
		display: block;
		margin-top: 10px;
		text-align: right;
		font-style: italic;
	}

#lugar {
	margin-top: 50px;
	font-size: 14px;
	background: #F25F4C; 
}

	#lugar p {
		width: 430px;
		padding-left: 100px;
		background: #39342F;
	}
	
		#lugar p strong {
			font-size: 19px;
			font-weight: normal;
			color: #F25F4C;
		}
		
		#lugar p span {
			letter-spacing: 1px;
		}

#curador {
	margin-top: 50px;
}

	#curador p#extracto {
		padding: 10px;
		padding-left: 100px;
		text-align: left;
		font-size: 17px;
		background: url(../img/comillas.png) no-repeat;
	}
	
	#curador p {
		text-align: right;
	}
	
		#curador p em {
			font-size: 16px;
			font-style: italic;
		}

#texto {
	margin-top: 15px;
}

#texto a {
	display: block;
	width: 150px;
	height: 17px;
	margin-left: auto;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	background: #4D4944;
	color: #FFF;
}

#texto a:hover {
	background: #FFF;
	color: #39342F;
}

#texto_curador {
	display: none;
	position: absolute;
	left: 0;
	top: 0px;
	width: 740px;
	height: 570px;
	overflow: hidden;
	font: normal 13px Georgia, Times, 'Times New Roman', serif;
	line-height: 18px;
	background: #CCC7C2;
	color: #39342F;
}

	#texto_curador img {
		display: inline;
		float: left;
		width: 220px;
		height: 550px;
	}

	#texto_curador div {
		display: inline;
		float: right;
		width: 480px;
		height: 550px;
		overflow: auto;
		padding-right: 20px;
	}

	#texto_curador h3 {
		padding: 15px 0 5px 0;
		border-bottom: 1px solid #E6E3E1;
		font: normal 20px Arial, Helvetica, sans-serif;
	}

	#texto_curador p {
		margin: 15px 0;
		text-indent: 1em;
	}
	
	
	#texto_curador strong {
		font-weight: bold;
	}
	
	#texto_curador em, #texto_curador i {
		font-style: italic;
	}

/* VIDEO */
#video { background: url(../img/video_bg.png) 160px 125px no-repeat; }

#vimeo {
	width: 320px;
	height: 240px;
	margin: 165px 0 0 205px;
}

/* FOTOS */
#fotos {}

#galeria {
	width: 100%;
	height: 530px;
	margin-bottom: 10px;
}

	#galeria li img {
		display: block;
		width: 740px;
		height: 500px;
	}
	
	#galeria li p {
		width: 730px;
		height: 23px;
		padding: 7px 10px 0 0;
		border-bottom: 1px solid #BCB5AE;
		text-align: right;
		background: #4D4944;
	}
	
		#galeria li p span {
			font-weight: bold;
			color: #F25F4C;
		}

#gal_nav {
	margin-left: 140px;
}

#gal_num {
	position: relative;
	float: left;
}

	#gal_num a {
		display: block;
		float: left;
		width: 20px;
		padding: 5px 0;
		text-align: center;
		text-decoration: none;
		color: #FFF;
	}
	
	#gal_num a:hover {
		background: #4D4944;
		padding-top: 3px;
		border-top: 2px solid #FFF;
	}
	
#gal_nav a.activeSlide, #gal_nav a.activeSlide:hover {
	background: #FFF;
	color: #39342F;
}

#foto_cred {
	position: absolute;
	z-index:100;
	left:0;
	top:500px;
	padding:5px;
	font:9px Tahoma, Arial, Helvetica, sans-serif; position:absolute;
	color: #73695E;
}

#prev_photo, #next_photo {
	display: block;
	float: left;
	width: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	padding: 2px 0;
	color: #F25F4C;
}

#prev_photo:hover, #next_photo:hover {
	padding-top: 0;
	border-top: 2px solid #FFF;
	background: #4D4944;
}

/* GRACIAS */
#gracias {}

#logos {
	width: 740px;
	height: 130px; 
	background: url(../img/logosotros.png) no-repeat;
}

#personas {
	width: 720px;
	margin-left: 10px;
	overflow: hidden;
}

	#personas li {
		float: left;
		display: inline;
		width: 110px;
		height: 340px;
		margin: 0 5px;
		background: #433E3A;
	}
	
		#personas li img {
			display: block;
			width: 100px;
			height: 100px;
			margin: 5px auto 0 auto;
			border-bottom: 2px solid #FFF;
		}

		#personas li h5 {
			padding: 5px;
			font-size: 12px;
			font-weight: normal;
			color: #F25F4C;
		}
		
			#personas li h5 span {
				display: block;
				text-align: right;
				font-size: 11px;
				font-style: italic;
			}
		
		#personas li p {
			padding: 5px;
		}

#maspersonas {
	height: 70px;
	margin-top: 10px;
	padding: 5px;
	background: #433E3A;
}

	#maspersonas p {
		margin: 5px;
	}
	
		#maspersonas p strong {
			font-weight: bold;
		}
		
		#maspersonas p span {
			color: #F25F4C;
		}

#logos {
	position: relative;
	margin-top: 10px;
}

/*enlaces*/
#logos a {
	position: absolute;
	display: block;
}

#logos span {
	display: none;
}

#a_alianza { left: 7px; top: 4px; width: 127px; height: 119px; }
#a_embajada { left: 151px; top: 7px; width: 176px; height: 119px; }
#a_colorli { left: 362px; top: 4px; width: 109px; height: 119px; }
#a_efeuno { left: 475px; top: 4px; width: 149px; height: 119px; }

/* CUARTOPISO */
#cp {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 20px;
}

	#cp p {
		width: 960px;
		margin: 0 auto;
	}
	
	#cp a {
		display: block;
		width: 100px;
		height: 20px;
		margin-left: 102px;
		text-indent: -9999px;
		background: url(../img/cp.gif) no-repeat;
	}
	
	#cp a:hover {
		background-position: 0 -20px;
	}