@charset "utf-8";
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;
}
body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #40231D;
}#bg {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(bg2.jpg);
}
h1 {
	font-size: 26px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #47261F;
}
h2 {
	font-size: 22px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #47261F;
}


#top {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 180px;
	position: relative;
	top: 0px;
	right: 0px;
}
#menu    {
	list-style-type: none;
	padding-left: 180px;
	position: absolute;
	top: 139px;
	z-index: 9999;
}
#top li {
	display: inline;
	position: relative;
}
#top li a {
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(btn_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 8px;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	position: relative;
}
#top li a:hover {
	background-position: 0px -48px;

}
#top #activo {
	background-position: 0px -96px;
	background-repeat: repeat-x;
	background-image: url(btn_bg.jpg);
	color: #42241C;
}
#contenido {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(bg_contenido.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #47261F;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 40px;
}
#contenido #fotos {
	float: right;
	width: 520px;
}

#contenido #mapa {
	float: left;
	width: 320px;
	padding-top: 20px;
	height: 140px;
}
#contenido #mapa img {
	float: left;
}
#mapa a {
	color: #47261F;
	font-weight: bold;
	text-decoration: none;
}
#map {
	float: right;
	height: 400px;
	width: 600px;
	margin-left: 20px;
}


#pie {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(bg_pie.jpg);
	height: 173px;
}

#datos {
	width: 410px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 13px;
	height: 70px;
}

#datos a {
	color: #F6EFD5;
	font-weight: bold;
}
#datos strong {
	font-size: 18px;
}


.ipatsa {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.ipatsa a {
	color: #FFFFFF;
	text-decoration: none;
}
#valid {
	float: left;
}
fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 600px;
	padding-left: 160px;
} 

legend {
	font-size:17px;
	text-decoration: none;
	font-weight: lighter;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 30px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
} 
/* formulario */ 
label {
	display:block;
	width: 150px;
	margin: 0px;
	height: 20px;
	vertical-align: middle;
	clear: left;
	font-size: 14px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
} 
 label.error{
	display:block;
	font-weight:bold;
	width: 200px;
	font-size: 12px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 5px;
	background-image: url(error.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	height: 30px;
	padding-left: 24px;
} 
input, textarea, select {
	float: left;
	background-color: #E9E9E9;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-bottom: 8px;
	border: 1px solid #B1B0AC;
} 
.submit {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	width: 100px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	background-color: #9D5546;
	margin-left: 160px;
}
.reset {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	height: 40px;
	width: 100px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	background-color: #CCCCCC;
	float: left;
	clear: none;
	margin-left: 20px;
}
input:focus, textarea:focus {
	background-color: #FFFFFF;
}  
/* slide show */

#slideshow {
	list-style:none;
	color:#fff;
}
#slideshow span {display:none}
#wrapper {
	width:506px;
	display:none;
	float: right;
	padding-left: 20px;
}
#wrapper * {margin:0; padding:0}
#fullsize {
	position:relative;
	width:500px;
	height:375px;
	padding:2px;
	border:4px solid #ccc;
	background:#000
}
#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {
	float:left;
	width:20px;
	height:98px;
	background:url(images/scroll-left.gif) center center no-repeat;
	background-color:#9C5445
}
#slideleft:hover {
	background-color:#5F332A
}
#slideright {
	float:right;
	width:20px;
	height:98px;
	background-color: #9C5445;
	background-image: url(images/scroll-right.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
#slideright:hover {
	background-color:#60342B
}
#slidearea {
	float:left;
	position:relative;
	width:456px;
	margin-left:5px;
	height:100px;
	overflow:hidden
}
#slider {
	position:absolute;
	left:0;
	height:105px
}
#slider img {
	cursor:pointer;
	border:4px solid #89493D
}
