/*
	CSS - Screen
	Borja Delgado	
	OrangeSide - http://www.orangeside.org
	09 - 2005
*/

/* ESTILOS GENERALES */

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

body {
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #D4CDC5;
	background: #45413C url("../imagenes/fondo_web.gif") no-repeat;
	padding: 20px 0px 0px 0px;
	}

body#menu {
	padding: 30px 0px 0px 0px;
	}

a {
	color: #D4CDC5;
	text-decoration: none;
	}

a:hover {
	background-color: #45413C;
	}

a img {
	border-width: 0px;
	}

/* Contenido */

#contenido {
	position: relative;
	padding: 90px 0px 0px 0px;
	float: left;
	width: 855px;
	background: url("../imagenes/fondo_menu.gif") 60px top repeat-y;
	}

body#menu #contenido {
	background: url("../imagenes/fondo_menu.gif") 60px top repeat-y;
	}

body#foto #contenido {
	padding: 10px 0px 0px 0px;
	}

/* Titulo del Proyecto */

#titulo {
	position: absolute;
	top: 0px;
	left: 101px;
	width: 211px;
	height: 52px;
	overflow: hidden;
	}

#titulo span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url("../imagenes/titulo_web.gif") top left no-repeat;
	}

body#foto #titulo {
	display: none;
	}

/* Menu Principal */

#navegacion {
	position: absolute;
	top: 10px;
	left: 25px;
	z-index: 1;
	}

body#menu #navegacion {
	display: none;
	}

body#menu #informacion {
	display: none;
	}

#informacion {
	position: absolute;
	bottom: 25px;
	left: 25px;
	z-index: 2;
	}

#navegacion a, #informacion a {
	display: block;
	}

#navegacion a span, #informacion a span {
	display: block;
	clear: both;
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	padding: 1px;
	}

#navegacion a:hover span, #informacion a:hover span {
	padding: 1px 0px 1px 1px;
	border-right: 1px solid #D4CDC5;
	cursor: pointer;
	}

#navegacion a strong, #informacion a strong {
	display: none;
	}

#navegacion a:hover strong, #informacion a:hover strong  {
	display: block;
	float: left;
	margin: 3px 0px 0px 19px;
	border-left: 1px solid #D4CDC5;
	padding: 0px 5px 0px 10px;
	background-color: #45413C;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	font-size: 9px;
	}

#navegacion strong em {
	font-style:  normal;
	color:  #E28A0C;
	}
	
/* Presentacion del Proyecto */

#presentacion {
	float: left;
	margin: 0px 0px 0px 110px;
	width: 280px;
	}

* html #presentacion {
	display: inline; /* IE Double Float Margin Bug */
	}

#presentacion p {
	margin: 0px 0px 22px 0px;
	text-align: justify;
	}

#presentacion p strong {
	color: #E28A0C;
	}
	
#presentacion p.ultimo {
	margin: 0px 0px 10px 0px;
	color: #D4CDC5;
	}

#presentacion a:hover {
	color: #45413C;
	}
	
#presentacion a:hover strong {
	background-color: #E28A0C;
	color: #45413C;
	}
	
/* Menu Miniaturas */

#menu_miniaturas {
	float: right;
	width: 400px;
	margin: 0px 10px 0px 0px;
	padding: 10px 0px 0px 0px;
	}

#menu_miniaturas a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	}

/* Fix IE. Hide from IE Mac \*/
* html #menu_miniaturas a { height: 1%; }
/* End */
	
#menu_miniaturas a span {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	background: url("../imagenes/fondo_menu_miniaturas.gif") top left no-repeat;
	cursor: pointer;
	}

#menu_miniaturas a:hover span {
	width: 5px;
	height: 5px;
	}

#menu_miniaturas a img {
	display: none;
	}

#menu_miniaturas a em {
	display: none;
	}
	
#menu_miniaturas a:hover img {
	display: block;
	float: left;
	margin: 0px 0px 0px 5px;
	}
	
#menu_miniaturas a:hover em {
	display: block;
	position: absolute;
	top: 80px;
	right: -50px;
	font:  48px georgia;
	}
	
/* Fotografia */

#fotografia {
	float: left;
	margin: 0px 0px 0px 90px;
	position: relative;
	padding: 0px 0px 20px 0px;
	}

* html #fotografia {
	display: inline; /* IE Double Float Margin Bug */
	}

#fotografia img {
	border: 20px solid #5A564D;
	background-color: #5A564D;
	}

#pie_foto {
	clear: both;
	text-align:  right;
	}

#pie_foto a {
	color: #5A564D;
	text-decoration: none;
	}

#pie_foto a:hover {
	color: #D4CDC5;
	}

#pie_foto span {
	float: left;
	width:  auto;
	color: #5A564D;
	}

#to_hell_with_the_fuck_internet_explorer {
	float:left;
	border-top:1px solid #45413C;
	height:1px;
	width:1px;
	margin-top: -30px;
	}
}