@charset "utf-8";
body {
	background-image: url(../images/bg_body.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
}
#wrapper {
	width: 940px;
	/* [disabled]border: 1px solid #0F0; */
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	height: auto;
}
#logo  {
	/* [disabled]float: left; */
	height: 157px;
	width: 940px;
}

#nav {
	clear: both;
	height: 49px;
	width: 940px;
	list-style-type: none;
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 81px;
	/* [disabled]float: left; */
}


#nav ul  li  {
	/* [disabled]display: inline-block; */
	height: 49px;
	width: 195px;
	text-align: center;
	float: left;
	margin: 0;
	font-size: 1.2em;
	line-height: 49px;
	vertical-align: middle;
	color: #333;
}
#nav ul li:hover {
	height: 49px;
	width: 195px;
	text-align: center;
	float: left;
	margin: 0;
	font-size: 1.2em;
	background-image: url(../images/bg_li.png);
	background-repeat: no-repeat;
	line-height: 49px;
	vertical-align: middle;
}





#nav ul a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

#nav ul a:link {
	color: #333;
	text-decoration: none;
	display: block;
	/* [disabled]height: 49px; */
	/* [disabled]width: 195px; */

}

#nav ul a:visited {
	color: #333;
	display: block;

}



#nav ul a:hover {
	color: #FFF;
	display: block;
	/* [disabled]height: 49px; */
	/* [disabled]width: 195px; */
}

#nav ul a:active {
	color: #FFF;
	display: block;
	/* [disabled]height: 49px; */
	/* [disabled]width: 195px; */

}
#wrapper #tituloSeccion {
	margin-left: 81px;
}
#wrapper #contenidos {
	width: 940px;
	margin-top: 25px;
	margin-bottom: 20px;
}
#wrapper #contenidos h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-right: 81px;
	margin-left: 81px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	padding-bottom: 3px;
}

#wrapper #contenidos p {
	margin-right: 81px;
	margin-left: 81px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.6em;
	font-size: 14px;
}
#wrapper #contenidos ul {
	margin-right: 81px;
	margin-left: 81px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 1.6em;
	list-style-position: inside;
	list-style-type: circle;
}
#wrapper #contenidos #formularioContacto {
	float: left;
	width: 250px;
	margin-left: 81px;
	margin-right: 20px;
}
#wrapper #contenidos #formularioContacto form p {
	margin-left: 0px;
}
#wrapper #contenidos #formularioContacto form p input {
	width: 250px;
}
#wrapper #contenidos #formularioContacto form p textarea {
	width: 250px;
	height: 50px;
}

#formularioContacto form .btEnviar  {
	height: 25px;
	width: 70px;
	float: right;
	padding: 10px;
	margin-top: 10px;
}
#wrapper #contenidos #mapa {
	float: left;
}
#wrapper #contenidos #mapa small {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	margin-top: 10px;
	float: left;
}
#wrapper #contenidos #mapa small a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #E30413;
}


#wrapper #contenidos .gallery {
	margin-right: 81px;
	margin-left: 81px;
	margin-top: 25px;
	float: left;
	clear: both;
}
#wrapper #contenidos .gallery p {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
}
#wrapper #contenidos .gallery h1 {
	margin-right: 0px;
	margin-left: 0px;
}


#wrapper #contenidos .gallery a {
	margin: 3px;
	float: left;
}

#wrapper #creditos {
	background-color: #F0F0F0;
	height: 15px;
	width: 940px;
	font-family: "Lucida Console", Monaco, monospace;
	color: #999;
	line-height: 15px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}
#wrapper #creditos a:link {
	color: #999;
	text-decoration: none;
}
#wrapper #creditos a:visited {
	color: #999;
	text-decoration: none;
}
#wrapper #creditos a:hover {
	color: #F90;
	text-decoration: none;
}
#wrapper #creditos a:active {
	color: #F90;
	text-decoration: none;
}
