﻿/*
Design by Milenium Solutions
http://www.mileniumsoluciones.com.ar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #7B8F9B url(images/img1.gif) repeat-x;
/*	font-family: "Georgia", Verdana, Arial, Helvetica, sans-serif;*/
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

a:link {
	color: #ffffff;
/* 	color: #94B0C8;*/
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #BABABA;
}

/* Header */

#header {
	width: 940px;
	height: 35px;
	margin: 0 auto;
	background: #7b8f9b;
}

#logo {
	float: left;
	width: 206px;
	height: 28px;
/*	background: #BABABA url(images/logo_home.gif) no-repeat; */
/*	background: #e2e2da url(images/logo_home.gif) no-repeat; */
	border: 0px solid #BABABA;
	border-right-width: 0px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 24px;
}

#logo h1 a {
	color: #000000;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 8px;
	font-weight: bold;
}

#logo h2 a {
	color: #3B3B3B;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 20px;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background: #e2e2da;
	color: #000000;
}

#menu .active a {
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 940px;
	height: 360px;
	margin: 0 auto;
/*	background: url(images/img2.gif) no-repeat right top; */
}

#splash p {
	padding: 0px 0px 0px 30px;
	align: center;
/*	font-weight: bold;
	color: #000000;*/
}

#flash {
	float: right;
}

#promo {
	float: right;
	padding: 29px 0px 0px 0px;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

/* Content */

#content {
	float: right;
	width: 690px;
	padding: 20px;
}

#content ol, #content ul {
	margin-left: 3em;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 164px;
	padding: 0px 20px 20px 20px;
	background: #df375b;
	border: 3px solid #BABABA;
	border-right-width: 3px;
}

#sidebar h2 {
	padding-top: 3px;
	background: url(images/mouse.jpg) no-repeat right bottom;
	font-size: 100%;
	font-weight: bold;
}

#sidebar h3 {
	font-size: 77%;
}

#sidebar h3 span {
	padding: 3px 5px;
	background: #000000;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #000000;
}
/* Lateral */

#lateral {
	float: right;
	width: 164px;
	padding: 25px 20px 20px 20px;
	background: url(images/wifi-logo.png) top right no-repeat #e2e2da;
	border: 3px solid #BABABA;
	border-right-width: 3px;
}

#lateral h2 {
	padding-top: 6px;
	font-size: 100%;
	font-weight: bold;
}

#lateral h3 {
	font-size: 85%;
}

#lateral h3 span {
	padding: 3px 5px;
/*	background: #7B8F9B; */
	background: #e2e2da;
	color: #7B8F9B;
}

#lateral a {
	text-decoration: none;
}

#lateral ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lateral li {
	margin: 0 0 20px 0;
	padding: 2px 0 0 0;
	border-top: 1px dotted #7B8F9B;
}

/* Footer */

#footer {
	clear: both;
	width: 920px;
	height: 35px;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #BABABA;
	border-top-width: 1px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}
