
body {
  	font-family: Helvetica, Arial, sans-serif;
  	line-height: 1.4;
  	color: #4b4b4b;
  	background:#047 url(http://altamiraweb.net/images/bodybg.png) repeat-x fixed;
	margin-bottom: 20px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}

a {
  color: #2d7bb2;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #4b4b4b;
}


#menu {
	font-size: 0.85em;
	color: #aeaeae;
	text-align: center;
	padding: 0 0 20px 0;
}

#menu a {
	margin-left: 6px;
	padding-left: 16px;
	background-image: url(http://seogrup.com/images/single-dot.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#menu a.first {
	margin: 0;
	padding: 0;
	background-color: #E8EEFF;
	background-image: none;
}

#page-content, #page-content-wide {
	padding: 40px 60px;
	margin: 30px auto;
	width: 400px;
	background-color: #fff;
	background-image: url(http://seogrup.com/images/ear-big.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#page-content-wide {
  width: 700px;
}

#logo {
  text-align: center;
}

.button {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
	color: #fff;
	font-weight: bold;
	background: #2D7BB2;
	border: 2px solid #2D7BB2;
	padding: 0.25em 6px;
	cursor: pointer;
	-webkit-border-radius: 5px;
}

.button:hover {
  border-color: #5B605D;
  background: #5B605D;
}

#footer {
	text-align: center;
}

#footer p {
  margin-top: 4px;
  font-size: 0.70em;
  color: #aeaeae;
}

.form_note {
	color: #ccc;
	font-size: 0.8em;
}

/* ERROR */

#error-page  {
	text-align: left;
}

#error-page  h1 {
	margin-top: 30px;
	font-size: 1.2em;
}

#error-page  p {
	margin-top: 15px;
}

