@import url("../css/forms.css");
@import url("../css/thickbox.css");

* {
	margin:0;
	padding:0;
	}
	
body {
	background:#fff;
	}
	
a {
	outline:none;
	text-decoration:none;
	color:#0072bc;
	}
	
a:hover {
	color:#d69a0a;
	}	
	
a img {
	border:none;
	}
	
object { 
	outline:none;
	}
		
#leftWing {
	width:50%;
	height:360px;
	left:0;
	top:0;
	position:absolute;
	background:url(/gfx/left_wing.png) repeat-x;
	z-index:2;
	}
	
#rightWing {
	width:49%;
	height:360px;
	left:51%;
	top:0;
	position:absolute;
	background:url(/gfx/right_wing.png) repeat-x;
	z-index:2;
	}
	
#toper {
	width:100%;
	height:360px;
	position:absolute;
	top:0;
	left:0;
	text-align:center;
	z-index:2;
	}
	
#headerBox {
	width:915px;
	height:360px;
	margin:0 auto;
	position:relative;
	z-index:3;
	}
	
#header {
	position:absolute;
	top:345px;
	left:35px;
	z-index:4;
	}	

#toperFlaBox {
	width:915px;
	height:360px;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	}

#container {
	width:100%;
	height:auto;
	position:relative;
	padding-top:360px;
	background:url(/gfx/container_bck.png) repeat-x 0 360px #d0e3e8;
	z-index:1;
	}
	
#content {
	width:915px;
	margin:0 auto;
	position:relative;
	padding-bottom:140px;
	}

#txt {
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#000;
	padding:43px 35px 40px 36px;
	height:auto !important;
	min-height:200px;
	height:200px;
	overflow:hidden;
	}
	
* html #txt	{
	height:1%;
	}
	
#footerLeftWing {
	width:50%;
	height:127px;
	position:absolute;
	left:0;
	bottom:0;
	background:url(/gfx/footer_left_wing.png) repeat-x #fff;
	clear:both;
	}
	
#footerRightWing {
	width:49%;
	height:127px;
	position:absolute;
	left:51%;
	bottom:0;
	background:url(/gfx/footer_right_wing.png) repeat-x #fff;
	clear:both;
	}
	
#footer {
	width:915px;
	height:127px;
	position:absolute;
	left:50%;
	bottom:0;
	margin-left:-457px;
	background:url(/gfx/footer_bck.jpg) no-repeat #fff;
	clear:both;
	}
	
#topbut, #backbut {
	position:absolute;
	top:-13px;
	right:20px;
	}
	
#backbut {
	right:62px;
	}	
	
#menu {
	position:absolute;
	top:15px;
	left:22px;
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	color:#0360a9;
	}
	
#menu a, #menu span {
	display:block;
	float:left;
	}
	
#menu a {
	text-decoration:none;
	color:#005ea8;
	}
	
#menu a:hover {
	color:#e69e03;
	}
	
#menu a.active {
	font-weight:bold;
	color:#e69e03;
	}

#menu span {
	margin:0 9px;
	color:#a9aaae;
	}
	
#design {
	position:absolute;
	left:20px;
	bottom:10px;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#8bb8dd;
	clear:both;
	}
	
#design a {
	text-decoration:none;
	color:#8bb8dd;
	font-weight:bold;
	}
	
#design a:hover {
	color:#fff;
	}
	
#copy {
	position:absolute;
	right:350px;
	bottom:10px;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#8bb8dd;
	}
	
.aLeft {
	float:left;
	margin:3px 10px 4px 0;
	}
	
.borImg, .zoom {
	border:1px solid #c6c7c9;
	padding:4px;
	background:#fff;
	}
	
ul, ol {
	margin:10px 0 10px 20px;
	padding:0;
	overflow:auto;
	}
	
* html ul {
	overflow:visible;
	height:1%
	}	

ul li {
	list-style:none;
	padding:0 0 0 15px;
	margin-bottom:2px;
	background:url(/gfx/dot.gif) no-repeat 0 7px;
	}
	
.imageOver {
	background:url(../gfx/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
	opacity:0.6;
	}
	
#galeria {
	overflow:auto;
	margin:0 auto;
	}
	
* html #galeria {
	height:1%;
	}

a img.zoom {
	position:relative;
	display:block;
	}

#galeria a img.zoom {
	display:block;
	float:left;
	margin:0 4px 8px 4px;
	}
	
h1 {
	font:18px Arial, Helvetica, sans-serif;
	color:#231f20;
	margin:0;
	padding:0;
	}
	
h2 {
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#231f20;
	margin:0 0 5px 0;
	padding:0;
	}
	
h2 a {
	color:#000;
	}	
	
.seemore {
	margin:10px 0 0 0;
	text-align:right;
	}
	
#catGallHolder {
	overflow:hidden;
	width:100%;
	margin:0 auto;
	}	
	
.catGall {
	float:left; 
	padding:10px 15px; 
	background:#fff; 
	margin:0 4px 20px 4px;
	}
	
a.catCallImg {
	display:block;
	margin:0 auto;
	text-align:center;
	}
	
a.catCallImg img {
	margin:0 auto;
	}					
	
#floatLeft {
	width:auto;
	float:left;
	display:inline;
	margin-bottom:0;
	}	
	
#mapBox {
	width:460px;
	margin-bottom:0;
	float:right;
	display:inline;
	border-left:1px solid #f7f7ed;
	}
	
#mapa {
	width:460px;
	height:330px;
	}
	
#gpsmap {
	text-align:center;
	margin-top:20px;
	}
	
div.clearer {
	height:1px;
	font:1px Arial, Helvetica, sans-serif;
	clear:both;
	}		
