@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.mainbox {
	width: 750px;
	height: 565px;
	margin-top: 40px;
	background: url(../img/box_onesalon.png) no-repeat;
	margin-right: auto;
	margin-left: auto;
}

.oneColFixCtr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	 /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
}
.oneColFixCtr #mainContent {
	padding: 0;
}

.info {
	font-size: 10px;
	color: gray;
	text-align: right;
	margin-top: 5px;
	height: 20px;
	width: 480px;
	margin-right: 10px;
	margin-left: auto;
}

.imagen { padding-top:8px;
	padding-right: 3px;
}

.centerimage {
	margin-top: auto;
	padding-top: 30px;
}

.centerimage2 {
	margin-top: auto;
	padding-top: 20px;
}

.textbox { padding-top:60px;
	padding-right: 3px;
	width: 440px;
	text-align: left;
}

.textbox_about { padding-top:60px;
	padding-right: 3px;
	width: 470px;
	text-align: justify;
}

.menu {
	color: #b0b0b0;
	text-align: left;
	font: 16px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin-top: 60px;
	width: 145px;
}

.menu li {
	list-style-type: none;
	width: 145px;
	height: 40px;
}

.menu li a {
	color: #b0b0b0;
	text-decoration: none;
}

.menu li a:hover {
	color: #5b9ba1;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	background-position: 0 bottom;
	padding-bottom: 3px;
}

.text {
	color: gray;
	font-size: 12px;
	line-height: 20px;
}

.texttitles {
	color: #445259;
	font-size: 14;
	line-height: 20px;
}


-->
