/* @override http://bitbased-master.local:8888/assets/css/main.css */

body {
	background-color: #000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

#page {
	display: block;
	position: relative;
	width: 861px;
	margin: 0 auto;
}

#page #header {
	display: block;
	position: relative;
	border-bottom: 1px dotted #fff;
}

#page #header #lang-selector {
	display: block;
	position: relative;
	color: #fff;
	font-size: 10px;
	margin-left: 355px;
	margin-top: 27px;
	height: 70px;
}

#page #header #lang-selector a {
	color: #fff;
	text-decoration: none;
}

#page #header #page-title {
	background: url(/assets/images/page_title.png) no-repeat 120px 0;
	display: block;
	position: relative;
	width: 355px;
	height: 42px;
	float: left;
	clear: both;
}

#page #header #page-title #title-text {
	display: none;
}

#page #header h2 {
	display: block;
	position: relative;
	color: #fff;
	font-size: 11px;
	padding-top: 9px;
	height: 32px;
}

#page #content-body {
	display: block;
	padding-bottom: 39px;
	border-bottom: 1px dotted #fff;
}

#page #content-body h3 {
	display: none;
}

#page #content-body ul#main-menu {
	margin-top: 18px;
}

#page #content-body ul#main-menu li {
	height: 19px;
	margin-bottom: 4px;
	width: 314px;
	cursor: pointer;
}

#page #content-body ul#main-menu li#quienes {
	background: url(/assets/images/btn_quien_off.png) no-repeat 100%;
}

#page #content-body ul#main-menu li#taller {
	background: url(/assets/images/btn_taller_off.png) no-repeat 100%;
}

#page #content-body ul#main-menu li#clientes {
	background: url(/assets/images/btn_clientes_off.png) no-repeat 100%;
}

#page #content-body ul#main-menu li#proyectos {
	background: url(/assets/images/btn_proyectos_off.png) no-repeat 100%;
}

#page #content-body ul#main-menu li#contacto {
	background: url(/assets/images/btn_contacto_off.png) no-repeat 100%;
}

#page #footer {
	display: block;
	position: relative;
}

#page #footer h3 {
	display: none;
}

#page #footer #footer-menu {
	margin-left: 354px;
	margin-top: 8px;
}

#page #footer #footer-menu li {
	display: inline;
	font: 9px Arial, Helvetica, Geneva, sans-serif;
}

#page #footer #footer-menu li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#page #footer #footer-menu li.link a:after {
	content: " | ";
}

#page #footer #footer-menu li.last a {
	text-transform: capitalize;
}
