/* DOCUMENTO DE CSS REALIZADO POR FACO, */
html, body {
	background:#ccc url(images/madera.jpg) fixed top repeat;
	color:#333;
	font: 9px helvetica,arial,tahoma,sans-serif;
	text-align: center;
	margin:0;
	padding:0;
}
#header {
	margin: 0 auto;
	position: relative;
	width: 750px;
	height: 200px;
	text-align: left;
	z-index: 30;
	background-image:url(images/1.jpg);
}

#contenedor {
	background-color: #fff;
	width:650px;
	margin:0 auto;
	padding:0px 50px 0px 50px;
	text-align:left;
	font: 12px helvetica,arial,tahoma,sans-serif;	
	color:#000;
}
a:link {
	color:#003300;
	text-decoration: underline;
}

a:visited {
	color:#003333;
	text-decoration: underline;
}

a:hover {
	color:#000000;
	text-decoration: overline;
}

.guia {
	margin: 0 15px 10px 0;
	padding:5px 15px 5px 15px;
	border-top:1px solid #999;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	border-left:1px solid #999;
	background-color:#EFF2E8;
}

#menu {
  height:29px;
  line-height:29px;
}

#menu ul {
  margin:0;
  padding:155px 0 0 0px;
}

#menu li {
  float:left;
  margin:0;
  padding:0;
  color:#fff;
  list-style-type:none;
  border-top:1px #fff solid;
  border-right:1px #fff solid;
}

#menu li a {
  display:block;
  padding:0 18px;
  font-size:12px;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  text-decoration:none;
  background-color:#333;
}

* html #menu a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#menu li a:hover {
  display:block;
  padding:0 18px;
  font-size:12px;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:1px;
  text-decoration:none;
  background-color:#000;
}

* html #menu a:hover {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */


#footer {
	margin: 0 auto;
	margin-top: 50px;
	padding: 20px 0;
	position: relative;
	width: 660px;
	border-top: 1px solid #eee;
	color: #666;
	text-align: center;
	font: 10px arial, verdana, helvetica, tahoma, sans-serif;
}

#footer a {
	color: #666;
	text-decoration:underline;
}
#footer a:hover {
	color: #333;
	text-decoration:overline;
}

 /* ======================================= el pie de página ======================================= */


/* DOCUMENTO DE CSS REALIZADO POR FACO, */
/*==========================================================*/
/*==========================================================*/
/*==========================================================*/
/*=============================CSS Document, UN COLLAGE DADÁ, ORIGINAL DE FACO,=============================*/
/*==========================================================*/
/*==========================================================*/
/*==========================================================*/

/* ==================================También le lleva Nicetitle======================================= */
div.nicetitle {
	font-family: arial, helvetica, verdana, helvetica, tahoma, sans-serif;
	background-color: #fff;
	color: #67824E;
	left: 0;
	padding: 4px;
	position: absolute;
	top: 0;
	width: 25em;
	z-index: 10;
	width: auto;
	height: auto;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
	
div.nicetitle p {
	color: #67824E;
    margin: 0;
	padding: 0 3px;
	font-weight:normal;
	font-size: 12px;
}

div.nicetitle p.destination {
	color: #000;
    font-size: 9px;
    padding-top: 3px;
	text-align: left;
}

div.nicetitle p span.accesskey {
	color: #000;
}

/* ==================================IE RECULIAO, MICROSOFT TENÍA QUE SER 8-) ======================================= */

a#tooCool {
   position:fixed;
   right: 0;
   bottom: 0;
   display: block;
   height: 80px;
   width: 80px;
   background: url(images/too_cool_sash_es.png) bottom right no-repeat;
   text-indent: -999em;
   text-decoration: none;
}