/*
	CSS :: Borja Delgado : http://www.orangeside.org
	02 - 2005
*/

/* ESTILOS GENERALES */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	padding: 50px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3A3933;
	background-color: #A29F93;
	}

a {
	color: #3A3933;
	text-decoration: none;
	}

a:hover {
	color: #3A3933;
	text-decoration: underline;
	}

a img {
	border-width: 0px;
	}

/* CABECERA */

#cabecera {
	position: relative;
	top: 20px;
	left: 25px;
	width: 235px;
	height: 75px;
	margin: 0px 0px 5px 0px;
	}

#cabecera span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #A29F93 url(../img/cabecera_mojacar_tipo.gif) no-repeat;
	cursor: pointer;
	}

#cabecera em {
	display: none; /* Version anterior */
	position: absolute;
	bottom: 20px;
	right: 0px;
	font-size: 11px;
	font-style: normal;
	background-color: #A29F93;
	}

#cabecera a:hover {
	text-decoration: none;
	}

/* CONTENIDO */

#contenido {
	position: relative;
	margin: 0px 0px 0px 139px;
	border-top: 1px solid #A29F93; /* Otro bug misterioso de Explorer :( */
	min-height: 200px;
	}

body#index #contenido {
	background: url(../img/fondo_logo.gif) top left no-repeat;
	}

/* MENU */

#menu {
	margin: 0px 0px 0px 150px;
	width: 400px;
	}

#menu div.doble_pagina {
	float: left;
	width: 50px;
	margin: 0px 15px 15px 0px;
	}

#menu div.doble_pagina a {
	float: left;
	width: 24px;
	height: 39px;
	margin: 0px;
	padding: 0px;
	}

/*
	IMPORTANTE : BUG EXPLORER
	Si no se define un background color para
	el hover de los enlaces Explorer no muestra el SPAN -> :(
	Otra solución -> http://www.mozilla.org/firefox
	;)
*/

#menu div.doble_pagina a:hover {
	background-color: #A29F93;
	text-decoration: none;
	}
	
#menu div.doble_pagina a.pag_izq {
	background: url(../img/ico_pag_izq.gif) no-repeat;
	}

#menu div.doble_pagina a:hover.pag_izq {
	background: url(../img/ico_pag_izq_on.gif) no-repeat;
	background-color: #A29F93;
	}

#menu div.doble_pagina a.pag_dcha {
	margin: 0px 0px 0px -1px;
	background: url(../img/ico_pag_dcha.gif) no-repeat;
	}

#menu div.doble_pagina a:hover.pag_dcha {
	background: url(../img/ico_pag_dcha_on.gif) no-repeat;
	background-color: #A29F93;
	}

#menu div.doble_pagina a strong {
	display: block;
	margin-top: 15px;
	padding: 0px;
	}

#menu div.doble_pagina a:hover strong {
	color: #A29F93;
	}

#menu div.doble_pagina a.pag_izq strong {
	margin-left: 6px;
	}

#menu div.doble_pagina a.pag_dcha strong {
	margin-left: 5px;
	}

#menu div.doble_pagina a span {
	display: none;
	}

#menu div.doble_pagina a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	text-align: right;
	}

#menu div.doble_pagina a img {
	display: block;
	}

/* INFO */

#info {
	position: absolute;
	top: 200px;
	left: -42px;
	width: 150px;
	height: 100px;
	text-align: right;
	color: #6B6A64;
	font-size: 10px;
	}

#info a {
	color: #6B6A64;
	text-decoration: none;
	}

#info a:hover {
	text-decoration: underline;
	}

#info strong {
	color: #3A3933;
	}

/* CREDITOS */

#creditos {
	margin: 30px 0px 0px 0px;
	}

#creditos a {
	color: #6B6A64;
	text-decoration: none;
	}

#creditos a strong {
	color: #3A3933;
	}

/* FOTOGRAFIAS */

#fotografias {
	position: relative;
	right: 107px;
	}

#fotografias a {
	text-decoration: none;
	position: absolute;
	display: block;
	width: 350px;
	height: 350px;
	overflow: hidden;
	background-color: #6B6A64;
	}

#fotografias a:hover {
	background-color: #3A3933;
	}

#fotografias a.foto_izq {
	top: 0px;
	left: 0px;
	}

#fotografias a.foto_dcha {
	top: 0px;
	left: 350px;
	}

#fotografias a span {
	display: none;
	}

#fotografias a:hover span {
	display: block;
	position: absolute;
	bottom: -30px;
	color: #A29F93;
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 150px;
	cursor: pointer;
	}

#fotografias a:hover.foto_izq span {
	left: 10px;
	}

#fotografias a:hover.foto_dcha span {
	right: 10px;
	}

/* NAVEGACION */

#navegacion {
	position: absolute;
	top: 110px;
	left: 753px;
	}

/* PIE DE PAGINA */

#pie_pagina {
	position: relative;
	top: 360px;
	right: 107px;
	width: 700px;
	text-align: right;
	}

#creditos_interior {
	margin: 0px 0px 0px 0px;
	}

/* AUTORES */

#autores {
	float: left;
	text-align: left;
	}

#autores a {
	display: block;
	width: 12px;
	height: 18px;
	float: left;
	}

#autores a:hover {
	text-decoration: none;
	background-color: #A29F93;
	}

#autores a span {
	display: none;
	}

#autores a:hover span {
	display: block;
	position: absolute;
	top: 2px;
	left: 26px;
	color: #6B6A64;
	background-color: #A29F93;
	}

#autores a.autor_orange_izq {
	left: 0px;
	background: url(../img/ico_orange_izq_off.gif) top left no-repeat;
	}

#autores a.autor_orange_izq:hover {
	background: #A29F93 url(../img/ico_orange_izq_on.gif) top left no-repeat;
	}

#autores a.autor_queralt_izq {
	left: 0px;
	background: url(../img/ico_queralt_izq_off.gif) top left no-repeat;
	}

#autores a.autor_queralt_izq:hover {
	background: #A29F93 url(../img/ico_queralt_izq_on.gif) top left no-repeat;
	}

#autores a.autor_orange_dcha {
	margin: 0px 0px 0px -1px;
	background: url(../img/ico_orange_dcha_off.gif) top left no-repeat;
	}

#autores a.autor_orange_dcha:hover {
	background: #A29F93 url(../img/ico_orange_dcha_on.gif) top left no-repeat;
	}

#autores a.autor_queralt_dcha {
	margin: 0px 0px 0px -1px;
	background: url(../img/ico_queralt_dcha_off.gif) top left no-repeat;
	}

#autores a.autor_queralt_dcha:hover {
	background: #A29F93 url(../img/ico_queralt_dcha_on.gif) top left no-repeat;
	}

/* HOWTO */

#howto {
	width: 5000px;
	margin: 10px 0px 0px 10px;
	}

#howto img {
	border: 1px solid #FFF;
	border-width: 1px 0px 1px 1px;
	}

#howto img.last {
	border-right: 1px solid #FFF;
	}