/*-----------------------
author: Emenia
email: info@emenia.es
---------------------------*/
/*----------------------------------------------------------------
Reset by Eric Meyer
-------------------------------------------------------------------*/
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;
}
/* 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;
}
/*-------------------------------------------------------------------
Main Styles
--------------------------------------------------------------------*/
html, body {
	background: #0f0f0f url(../images/fondo_arriba.gif) repeat-x top left;
	color: #e3e3e3;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 100.01%;
	line-height: 1.4em;
	margin: 0;
	padding: 0;	
	text-align: center;
	width: 100%;
}
body {
	font-size: 1em;
}
h1 {
	font-size: 3.8em;
}
h2 {
	font-size: 1.5em;
}

h3 {	font-size: 1em;
	font-weight: normal;
}

h4, h5 {
	font-size: 1em;
}
/*-------------------------------------------------------------------
Div Contenedor
--------------------------------------------------------------------*/
#contenedor {
	margin: auto;
	width: 960px;
	position: relative;
}	
/*--------------------------------------------------------------------
Banner superior
----------------------------------------------------------------------*/
#inicio #banner {
	background: url(../images/banner_jirafa.gif) no-repeat top left;
	color:#0f0f0f;
	height: 350px;
}
#inicio .jirafa {
	left: 10px;
	position: absolute;
	top: 17px;
}
#banner {
	background: url(../images/banner_inicio.gif) no-repeat top left;
	color:#0f0f0f;
	height: 350px;
}
#banner h1  {
	padding: 160px 10px 15px 549px;
}
#banner h2 {
	padding: 0 10px 10px 553px;
}
#banner a:link, a:visited, a:hover, a:active {
	text-decoration: none;	
	color: #0f0f0f;
}
/*-------------------------------------------------------------------
Navegador - Lavalamp by jQuery - http://gmarwaha.com/blog/?p=7 -
----------------------------------------------------------------------*/
.lavaLampWithImage {
	float: left;
	height: 29px;
	padding: 6px 0px 5px 0px;
	position: relative;
	width: 960px;
} 	     
.lavaLampWithImage li {
	float: left;
	list-style: none;
}                    
.lavaLampWithImage li.back {                        
	background: url(../images/lava.gif) no-repeat right -30px;
	position: absolute;
	width: 9px; height: 30px;
	z-index: 8;
}                        
.lavaLampWithImage li.back .left {
	background: url(../images/lava.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; 
}
.lavaLampWithImage li a {
	color: #fff;
	display: block;
	float: left;
	font: bold 14px arial;
	height: 30px;
	letter-spacing: 0;
	margin: auto 15px; 
	outline: none;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	top: 7px;
	z-index: 10;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}
/*------------------------------------------------------------------------
Div contenido_Inferior General
-------------------------------------------------------------------------*/
#contenido_inferior {
	float: right;
	padding-top: 75px;
	text-align: left;
	width: 535px;
}

#contenido_inferior h2, #contenido_inferior p {
	padding-bottom: 10px;
}
#contenido_inferior h2 {
	color: #fff;
}

#contenido_inferior a:link, #contenido_inferior a:visited {
	color: #a49d9b;
	text-decoration: underline;
	
}
#contenido_inferior a:hover {
	color: #fff;
	text-decoration: underline;
}
/*------------------------------------------------------------------------
Div Contenido_Inferior Inicio
-------------------------------------------------------------------------*/
#inicio #contenido_inferior h2 {
	padding-top: 20px;
}
#inicio #contenido_inferior .es {
	background: url(../images/es.gif) no-repeat top left;
	line-height: 25px;
	text-indent: 60px;
	width: 320px;
}
#inicio #contenido_inferior .in {
	background: url(../images/in.gif) no-repeat top left;
	line-height: 25px;
	text-indent: 60px;
	width: 300px;
}
#inicio #contenido_inferior p {
	margin: 30px 0;
}

#inicio #contenido_inferior h2, #inicio #contenido_inferior h5 {
	color: #a49d9b;
}
/*-----------------------------------------------------------------------
Contenido Noticias
------------------------------------------------------------------------*/
#contenido_noticias {
	height: 212px;
	overflow-y: scroll;
}
#contenido_noticias dt {
	background-color: #efefef;
	color: #333;
	font-weight: bold;
	padding-left: 3px;
}
#contenido_noticias dd {
	padding: 0 5px 5px 5px;
}
/*-------------------------------------------------------------------------
Contenido Safaris
--------------------------------------------------------------------------*/
#contenido_safaris {
	width: 960px;
}
#contenido_safaris h2{
	padding: 50px 0 20px 0;
}
#contenido_safaris a:link, #contenido_safaris a:visited, #contenido_safaris a:hover, #contenido_safaris a:active {
	text-decoration: underline;
	font-weight: bold;
}
#contenido_safaris a:link {
	color: #92734c;
}
#contenido_safaris a:visited {
	color: #e2ad6b;
}
#contenido_safaris a:hover {
	color: #b68d5b;
}
#safaris_exp #contenido_safaris {
	float: right;
	padding-top: 35px;
	text-align: left;
	width: 535px;
}
#safaris_exp #contenido_safaris h2 {
	text-align: center;
}
#safaris_exp dl {
	background-color: #efefef;
	color: #333;
}
#safaris_exp dt {
	color: #000;
	font-weight: bold;
	padding: 10px;
	text-transform: uppercase;
}
#safaris_exp dd {
	padding: 0 10px;
}
#safaris_exp .fondo1 {
	background: #efefef url(../images/fondo_safari_exp.jpg) no-repeat top left;
}
#safaris_exp .fondo2 {
	background: #efefef url(../images/fondo_safari_exp2.jpg) no-repeat bottom left;
	padding-bottom: 5px;
}
#safaris_uno, #safaris_dos, #safaris_tres, #safaris_cuatro, #safaris_cinco {
	float: left;	
	width: 20%;
}
#contenido_safaris h4, #contenido_safaris p {
	margin: 0 12px;
	background: #fff;
}
#contenido_safaris h4 {
	background: url(../images/safari_titulo.jpg) no-repeat top left;
	padding: 5px;
}
#contenido_safaris p {
	background: #fff url(../images/safari_pie.jpg) no-repeat bottom left;
	color: #333;
	padding: 10px 10px 5px 10px;
	
}
#contenido_safaris img {
	padding-bottom: 5px;
}
/*---------------------------------------------------------------
Contenido Inferior - Consejos
----------------------------------------------------------------*/
#consejos #contenido_inferior {
	width: 960px;
	text-align: center;
	padding-top: 40px;
}
#consejos dl {
	width: 650px;
	padding: 0;
	margin: auto;
}
#consejos dt {
	background: url(../images/consejos_titulo.jpg) no-repeat top left;
	margin-top: 20px;
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}
#consejos dd {
	background: #fff url(../images/consejos_pie.jpg) no-repeat bottom left;
	padding: 20px 10px;
	color: #0f0f0f;
	text-align: left;
}
#consejos dd img {
	float: left;
	padding-right: 20px;
}
#consejos #contenido_inferior a:link, #consejos #contenido_inferior a:visited, #consejos #contenido_inferior a:active {
	color: #0f0f0f;
}
#consejos #contenido_inferior a:hover {
	color: #a49d9b;
}
/*----------------------------------------------------
Galería de imágenes
------------------------------------------------------*/
#imagenes {
	float: left;
	padding-top: 62px;
	width: 400px;
	position: relative;
}
#imagenes ul li {
	float: left;
	padding: 2px 3px;
}
#imagenes ul li a {
	float: left;
	height: 85px;
	width: 126px;
}
#imagenes ul li a:hover {
	cursor: default;
}
#imagenes img.color, #imagenes img.grande {
	display: none;
}
#imagenes a:hover img.color {
	display: inline;
}
#imagenes a:hover img.byn {
	display: none;
}
#imagenes .foto1 a:hover img.grande {
	display: inline;
	left: 160px;
	position: absolute;
	top: 2px;
	z-index: 300;
}
#imagenes .foto2 a:hover img.grande {
	display: inline;
	left: 300px;
	position: absolute;
	top: 2px;
	z-index: 300;
}
#imagenes .foto3 a:hover img.grande {
	display: inline;
	left: 420px;
	position: absolute;
	top: 2px;
	z-index: 300;
}
#imagenes .foto4 a:hover img.grande {
	display: inline;
	left: 160px;
	position: absolute;
	top: 70px;
	z-index: 300;
}
#imagenes .foto5 a:hover img.grande {
	display: inline;
	left: 300px;
	position: absolute;
	top: 70px;
	z-index: 300;
}
#imagenes .foto6 a:hover img.grande {
	display: inline;
	left: 420px;
	position: absolute;
	top: 70px;
	z-index: 300;
}
#imagenes .foto7 a:hover img.grande {
	display: inline;
	left: 160px;
	position: absolute;
	top: 138px;
	z-index: 300;
}
#imagenes .foto8 a:hover img.grande {
	display: inline;
	left: 300px;
	position: absolute;
	top: 138px;
	z-index: 300;
}
#imagenes .foto9 a:hover img.grande {
	display: inline;
	left: 420px;
	position: absolute;
	top: 138px;
	z-index: 300;
}
#safaris_exp #imagenes {
	padding-top: 150px;
}
#safaris_exp #imagenes img {
	padding-bottom: 20px;
}
#conocenos #imagenes ul li a, #contacto #imagenes ul li a {
	float: left;
	height: 269px;
	width: 392px;
}
/*-----------------------------------------------------
Copyright - Div Copy
------------------------------------------------------*/
#copy {
	clear: both;
	color: #6e6e6e;
	font-size: 0.6em;
	padding: 22px 0px 0px 10px;
}
#copy a:link, #copy a:visited {
	color: #6e6e6e;
	text-decoration: underline;
}
#copy a:hover {
	color: #6e6e6e;
	text-decoration: underline;
}

	
	