@-moz-document url-prefix() {

	button span {
		position: relative;
		top: -2px;
		left: -4px;
	}

}

button {
	width: 160px;
	height: 18px;
	padding: 0 0 0 10px;
	margin: 0 0 0 136px;
	border: 0;
	text-align: left;
	font-weight: bold;
	background: #fff url(../../images/comun/button_bg.png) no-repeat left;
	color: #fff;
	cursor: pointer;
}

#logo {
	width: 90px;
	padding: 0;
	margin: 0 0 0 730px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 2px;
	z-index: 10;
	text-align: right;
}

#menu {
	width: 938px;
	padding: 26px 0 0 0;
	margin: 41px 0 0 5px;
	list-style: none;
	overflow: hidden;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	-moz-border-radius-topleft: 16px;
	-moz-border-radius-topright: 16px;
	-webkit-border-top-left-radius: 16px;
	-webkit-border-top-right-radius: 16px;
	background: #fff url(../../images/comun/menu_bg.gif) repeat-x 0 bottom;
}

#menu li {
	padding: 0;
	margin: 0;
	overflow: hidden;
	float: left;
	display: inline;
}

#menu a {
	display: block;
	height: 39px;
	font-size: 0;
	line-height: 0;
	text-indent: -500px;
}

#menu a.actual {
	cursor: default;
}

#menu li.inicio a {
	width: 133px;
	background: #fff url(../../images/comun/tabs.png) no-repeat 0 0;
}

#menu li.inicio a:hover, #menu li.inicio a.actual {
	background-position: 0 -39px;
}

#menu li.nosotros a {
	width: 132px;
	background: #fff url(../../images/comun/tabs.png) no-repeat -133px 0;
}

#menu li.nosotros a:hover, #menu li.nosotros a.actual {
	background-position: -133px -39px;
}

#menu li.servicios a {
	width: 132px;
	background: #fff url(../../images/comun/tabs.png) no-repeat -265px 0;
}

#menu li.servicios a:hover, #menu li.servicios a.actual {
	background-position: -265px -39px;
}

#menu li.contactar a {
	width: 137px;
	background: #fff url(../../images/comun/tabs.png) no-repeat -397px 0;
}

#menu li.contactar a:hover, #menu li.contactar a.actual {
	background-position: -397px -39px;
}

#banner {
	padding: 0 10px 0 2px;
	margin: 0 0 18px 0;
	position: relative;
	z-index: 10;
	top: -3px;
}

#banner div.imagen {
	background: #fff none no-repeat right 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
}

#banner div.mancha {
	height: 216px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#banner div.mancha {
	background: transparent url(../../images/comun/banner_bg.png) no-repeat 0 0;
}

#banner div.info {
	padding: 30px;
	color: #7f7f7f;
}

#banner h1 {
	margin: 0 0 20px 0;
	font-size: 20px;
}

#banner p {
	margin: 0;
	font-size: 14px;
}