/*

	angus.es Screen Cascading Style Sheet

	Table of Contents:

*/

/* Global Styles
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, form { margin:0 0; }

.hide, .print-logo, .close-button{
	display:none;
	}

.left{
	float:left;
	}

.right{
	float:right;
	}

.center{
	text-align:center;
	}


.clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;
	}

a img {
	border:none;
	}

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

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

p {
	margin: 0 0 20px 0;
	}

.hr {
  margin: 20px 0 10px 0;
  background: url("../images/hr_1x1_80.gif") repeat-x left top;
}

.hr hr {
  display: none;
}

.hr1 {
  clear: both;
  margin: 12px 0 12px 0;
  height: 1px;
  border-bottom: #808080 1px dotted;
}

.hr1 hr {
  display: none;
}

.hr2 {
  clear: both;
  margin: 20px 0 20px 0;
  height: 1px;
  border-bottom: #808080 1px dotted;
}

.hr2 hr {
  display: none;
}

.hr4 {
  margin: 10px 0 0px 0;
}


.hr5 {
  margin: 20px 0 20px 0;
}

.hr6px {
  margin: 6px 0 0 0;
}

.hr6px hr {
  display: none;
}

.tesauroBlanco {
	margin: 0 0 0 3px;
	color: #ffffff;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	}
	
.tesauroVerde {
	color: #adec29;
	font-weight: bold;
	font-size: 0.8em;
	}
	
.TesauroPowered {
	color: #666;
	font-weight: bold;
	font-size: 0.9em;
}

.TesauroComunicacion {
	color: #88C609;
	font-weight: bold;
}

	

/* mainLayout
----------------------------------------------------------*/
	
body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #000;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.4em;
	background: url("../images/bg_main.png");
	}

#wrap {
	margin: 0 auto;
	width: 998px;
	height: 653px;
	background: url("../images/bg_wrap.jpg") no-repeat;
	}
	
/* header
----------------------------------------------------------*/
#header {
	margin: 0 auto;

	font-weight: bold;
	color: #fff;
	}

/* NAV
----------------------------------------------------------*/
#nav {
	float: left;
	width: 334px;
	padding: 265px 0 70px 27px;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li a {
	display: block;
	width: 334px;
	height: 51px;
	}

#nav li a span{
	display: none;
	}
	
#nav li a.inicio{
	background: url("../images/nav_inicio.gif") no-repeat;
	}
#nav li a.nuestro-menu{
	background: url("../images/nav_nuestro-menu.gif") no-repeat;
	}
#nav li a.fotografias{
	background: url("../images/nav_fotografias.gif") no-repeat;
	}
#nav li a.como-llegar{
	background: url("../images/nav_como-llegar.gif") no-repeat;
	}

#nav li a:hover {
	background-position: 0 -51px;
	}

/* ARTICLE
----------------------------------------------------------*/
#article {
	float: left;
	width: 550px;
	height: 400px;
	margin: 120px 0 0 25px;
	}
	
/* FOOTER
----------------------------------------------------------*/
#footer {
	width: 300px;
	margin: 0 0 0 510px;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	}

#footer address{
	 font-style: normal;
	}

#footer .reserva {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 2px double #000;
	font-weight: bold;
	}
	
/* FOTOGRAFÍAS
----------------------------------------------------------*/
#article a img.thumb{
	border: 3px solid #fff;
	margin: 0 3px 3px 0;
	}

#article a:hover img.thumb{
	border: 3px solid #000;
	}
	

/* Google Maps
----------------------------------------------------------*/
#google-maps-wrapper {
	margin: 0 auto;
	width: 550px;
	height: 400px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #fff;
	}

#google-maps {
	width: 550px;
	height: 400px;
	background: url("../images/loading.gif") 270px 230px no-repeat;
	background-color: #eee;
	}