@charset "utf-8";
/*
 * Copyright (c) 2010, Jorge III Altamirano Astorga. All rights reserved.
 * This file is part of Loma Larga (http://lomalarga.sourceforge.net/)
 * Code licensed under the GPL License:
 * Loma Larga is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * You should have received a copy of the GNU General Public License
 * along with Loma Larga.  If not, see <http://www.gnu.org/licenses/>.
*/

html, body {
	margin: 0 10px;
	font: 14px Helvetica,Arial,sans-serif;
	background: #000;
	color: #acacac;
	text-align: justify;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

a, p, div, li {
	color: #acacac;
	font-size: 14px;
	text-decoration: none;
}

p {
	margin: 10px 0;
}

ol>li {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 0 0 0 10px;
}

strong {
	font-weight: bold;
}

ul.bullet>li {
	list-style-type: square;
	list-style-position: inside;
	margin: 0 0 0 10px;
}

.clear {
	clear: both;
}

#header {
	margin: 5px 0 0;
	min-width: 980px;
	width: 100%;
	height: 100px;
	background: url(../img/bgLomaLarga.png) no-repeat 50% 0;
}

#header>h1, #header>img {
}

#logo {
	float: left;
	display: inline-block;
	height: 64px;
	width: 64px;
}

#menu {
	margin: 60px auto 0;
	width: 907px;
	height: 16px; 
	display: inline-block;
}

#menu>li {
	display: inline-block;
	width: 150px;
	text-align: center;
	float: left;
	border-left: 1px solid;
}

#menu>li:last-of-type {
	border-right: 1px solid;
}

#menu>li>a {
	display: block;
	height: 100%;
	width: 100%;
	font-weight: bold;
}
#menu>li>a:hover {
	text-decoration: underline;
	background: #cccccc;
	color: #000;
}

#main-content {
	width: 50%;
	float: left;
}

#wrapper-diagram-descr {
	margin: 120px 0 0;
}

#imgdiagram {
	width: 550px;
	height: 247px;
	margin: 0 auto;
	background: #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 10px;
}

#imgdiagram>* {
	color: #000;
	display: inline-block;
}

#imgdiagrm>img {
	display: inline-block;
}

#diagYou {
	display: inline-block;
}

#diagBiz {
	display: inline-block;
}

#second-content {
	width: 45%;
	float: right;
	margin-top: 30px;
}

#tunnel-img {
	margin: 0 0 19px;
}

#link-tunnel {
	display: block;
}

#link-tunnel:hover {
	text-decoration: underline;
}

#sflogo {
	height: 40px;
	width: 150px;
	margin: 0 5px 0 auto;
}

#copyright * {
	color: #6a6a6a;
	font-size: 10px;
}

#wrapper-creative {
	display: inline-block;
	width: 100%;
}

#creative {
	display: inline-block;
	height: 100%;
	float: left;
}
