/* Esqueleto de las páginas */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ebebff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

#welcome {
height: 1%;
	position: relative;
	padding: 20px;
	background-color: #ebebff;
	background-image: url(earthwatermark.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;	
	
}

#logo {
	float: left;
	padding: 20px;
}

#picture {
	float: right;
	padding: 20px;
}

#login {
	float: right;
	display: inline; /* IE6 Doubled float-margin bug:    http://www.positioniseverything.net/explorer/doubled-margin.html */
	width: 240px;
	height: 60px;
	margin: 20px;
	padding: 0;
	background-color: #ebebff;
	background-image: url(login_bg.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

#tabbar {
	clear:both;
	height:20px;
	line-height: 20px;
	text-align: left;	
	margin-left: 20px;
	margin-right: 20px;	
}

#geomap {
	display: block;
	width: 100%;
	min-height: 300px;
}

#geomap_sidebar {
	font-size: 1em;
	height: 2em;
	line-height: 2em;
	overflow: hidden;
}

#geomap_sidebar ul {
	margin: 0;
	padding: 0;
} 

#geomap_sidebar ul li{
	margin: 0;
	padding-bottom: 50px;
} 

#navbar {
	height:20px;
	line-height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	padding-right: 5px;
	text-align: right;
	font-weight:bold;
	background-color: #277bf9;
}

#main {
	margin: 20px;
	padding: 20px;
	text-align: left;
	background-color: #FFFFFF;
}

#sidecol {
	float: left;
	width:200px;
	background-color: white;
}

#banner {
	margin: 20px;
	padding: 0;
}

#banner img {
	margin-left: -20px;
	margin-bottom: -20px;
	padding: 0;
}

#maincol {
height: 1%;
	position:relative;
	min-height: 280px;
	margin-left: 220px;    
	padding: 20px;
	background-color: #ebebff;
	background-image: url(earthwatermark.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

/* Home */
.home_banner_block {
float:left;
	width: 31.1%;
	margin-top: 160px;
	margin-right: 1%;
	margin-left: 1%;
	border-bottom:1px solid #277bf9;	
	
}

.home_banner_block  h3{
	line-height: 30px;
	padding-left: 10px;
	background-image: url(degrade.png);
}

.home_banner_block  h3 a{
	text-decoration: none;
	color: white;
}

.home_banner_block  p{
	line-height: 20px;
	font-weight: bold;
	font-family: arial narrow;
	font-size: 12pt;
}

.home_banner_block  p:first-letter{
font:30px/20px Georgia, "Times New Roman", Times, serif;
	background-image: url(degrade.png);
color: white;
padding: 5px 5px 2px 4px;
margin-right: 5px;
margin-top: 5px;
float: left;
}

.clearfloat {
clear:both;
}

.more {
	margin-left: 3px;
	text-decoration:none;
}

.more img {
vertical-align: middle;
}


/* Home */

.top_left {
	position:absolute;
	top:0;
	left:0;
}
.top_right {
	position:absolute;
	top:0;
	right:0;
}
.bot_left {
	position:absolute;
	bottom:0;
	left:0;
}
.bot_right {
	position:absolute;
	bottom:0;
	right:0;
}
#footer {
	margin: 20px;
	height: 20px;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 20px;
	font-weight:bold;
	color: #000000;
	background-color: #277bf9;
}
/* Esqueleto de las páginas */

/* General settings */
h1 {
	font-size: 12pt;
	margin: 0;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 40px;
	background: url("header_base.png") no-repeat;
}

img {
	border: 0;
}

abbr, acronym, .help {
  border-bottom: 1px dotted #333;
  cursor: help;
}
/* General settings */


/* Tabbar */
#tabbar > a {
	float: right;
	text-decoration: none;
}

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

#tabbar ul li {
	float: left;
	height: 20px;
	margin: 0;
	padding: 0;
}

#tabbar ul li a {
	display: block;
	color: white;
	background: #277bf9 url("tab_left.png") left top no-repeat; 
	text-decoration: none;
	padding-left: 11px;
	font-weight: bold;	
}

#tabbar > a {
	display: block;
	color: white;
	background: #277bf9 url("tab_left.png") left top no-repeat; 
	text-decoration: none;
	padding-left: 11px;
	font-weight: bold;	
}

#tabbar > a span {
	display: block;
	background: url("tab_right.png") right top no-repeat;
	padding-right: 11px;
}

#tabbar > a span  img{
	float: left;
	margin-top: 4px;
	margin-right: 4px;
}

#tabbar ul li a span {
	display: block;
	background: url("tab_right.png") right top no-repeat;
	padding-right: 11px;
}

#tabbar ul li a:hover {
	color: #277bf9;
	background: white url("tab_left_active.png") left top no-repeat;
	text-decoration: none;
	padding-left: 11px;
	font-weight: bold;
}  

#tabbar ul li a:hover span {
	background: url("tab_right_active.png") right top no-repeat;
	padding-right: 11px;
}

#tabbar a.active_tab {
	color: #277bf9;
	background: white url("tab_left_active.png") left top no-repeat;
	text-decoration: none;
	padding-left: 11px;
	font-weight: bold;
	font-size: 14pt;
}

#tabbar a span.active_tab_span {
	background: url("tab_right_active.png") right top no-repeat;
	padding-right: 11px;
}
/* Tabbar */

/* Langbar */
#navbar ul {
	display: inline;
}

#navbar li {
	display:inline;
	padding-right: 5px;
}

#navbar a {
	color:white;
}

#navbar a:hover {
	color: black;
	background: #ebebff;
}
/* Langbar */

/* Menu */
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px;  /* la medida del div que contiene al menu */
	font-family: Arial,sans-serif;
	font-size: 11pt;
}

#menu ul li {
	background-image: url(menu_li_bg.png);
	height: 20px;
	margin-top: 0;
	margin-bottom: 3px;
}

#menu ul li a {
	color: black;
	text-decoration: none;
	font-variant: small-caps;
	font-weight: bold;
	display: block; /* esto hace que el enlace (a) ocupe todo el li y así podemos manipular todo el espacio del li */
	padding-left: 15px; /* esto evita que se mueva el texto de los elems de menu --> el color debe ser el mismo que el background del li */
	line-height: 20px;
}

#menu ul li a:hover {  /* el hover no se puede hacer directamente sobre el li porque IE6 no lo soporta */
	background: url(menu_li_bg_active.png);
	padding-left: 15px;
	color: #fff;
}

.active_menuitem {  /* el hover no se puede hacer directamente sobre el li porque IE6 no lo soporta */
	background: url(menu_li_bg_active.png);
	padding-left: 15px;
	color: #fff;
}
/* Menu */


/* Login */
#login label, input {
	font-size: 8pt;
}
/* Login */

/* Estilos para el footer */
#footer  p {
	float:left;
	margin:0;
	color: white;
}

#footer ul {
	float: right;
	margin:0;
}

#footer li {
	display: inline;
	padding-right: 5px;
}

#footer a {
	color:white;
}

#footer a:hover {
	color: black;
	background: #ebebff;
}
/* Estilos para el footer */

/* forms */
form {
	display: block;
	margin: 0px;
	margin-top: 20px;
}

fieldset {
	margin: 0;
	padding: 20px;
	border: solid 1px #277bf9;
}

legend {
	font-family: Arial,sans-serif;
	font-weight: bold;
	font-size: 10pt;
	background-color: #277bf9;
	color: white;
}

form label {
	float: left;
	text-align: right;
	margin-right: 10px;
	font-size: 10pt;
	width: 35%;
}

form input {
	display: inline;
	width: 55%;
	background: #FFFFFF url(degrade_form_field.jpg) repeat-y scroll 0 0;
} 

form button {
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding-right: 15px;
	text-align: center;
}

form select {
	display: inline;
	width: 11em;
	background: url(degrade_form_field.jpg) repeat-y scroll 0 0;	
}

form textarea {
	display: inline;
	width: 55%;
	background: #FFFFFF url(degrade_form_field.jpg) repeat-y scroll 0 0;	
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
	background: #eee;
}

.required {
	color: red;
}
/* forms */


#form_login {
	margin: 0;
	padding: 10px;
	font-size: 10pt;
}
#form_login  div {
	margin:0;
	padding: 0;
	text-align: left;
}

#form_login label {
	width: 80px;
	padding: 0;
	margin: 0;
}
#loginemail {
	width: 130px;
	padding: 0;
	margin: 0;
	font-size: 10pt;
}
#loginname {
	width: 100px;
}
#loginpassword {
	float: left;
	width: 70px;
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
#loggeduser {
	padding: 20px;
	padding-top: auto;
	padding-bottom: auto;
}
#loggedemail {
	display: block;
	font-weight: bold;
}
#loggedname {
	display: block;
	font-weight: bold;
}
#loginsubmit {
	width: 60px;
	padding-right: 5px;
	padding-left: 5px;
	margin: 0;
	font-size: 8pt;
}

.img_left {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

.img_right {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.bold {
	font-weight: bold;
}	

/* reasons */
.reason1 {
	margin-top: 20px;
	width: 75%;
	color: #277BF9;
font-family:arial narrow;
font-size: 18px;
font-style:oblique;
font-weight:bold;
	text-align: left;	
}

.reason1 img {
	margin-right: 20px;
}

.reason2 {
	margin-top: 20px;
	width: 75%;
	color: #277BF9;
font-family:arial narrow;
font-size: 18px;
font-style:oblique;
font-weight:bold;
	text-align: right;	
}
.reason2 img {
	margin-left: 20px;
}

.reason2 span {
opacity: 0.65;
}

.main_reason {
	font-size: 28px;
}
/* reasons */

/* Web analysis page */
#web_analysis img {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

#web_analysis .bottom_p {
	clear: both;
}
/* Web analysis page */


/* GeoVisits */
.geovisits_textarea {
	width: 100%;
	background:#FFFFFF url(degrade_form_field.jpg) repeat-y scroll 0pt 0pt;
}
/* GeoVisits */

/* Lateral quotes */
blockquote {
	width: 18%;
color: #277bf9;
background-color:#FBF2F2;
border:1px solid #DBDBDB;
padding: 20px;
filter:alpha(opacity=75);   
-moz-opacity: 0.75;   
opacity: 0.75;
-khtml-opacity: 0.75; 
}

.quote_right {
	float: right;
	margin-left: 20px;
margin-right: 0;
}

.quote_left {
	float: left;
	margin-left: 0px;
margin-right: 20px;
}

.quote_span1 {
	font-size: 14pt;
}	
	
.quote_span2 {
	font-size: 18pt;
	letter-spacing: 6px;
	font-family: arial narrow;
filter:alpha(opacity=75);   
-moz-opacity: 0.75;   
opacity: 0.75;
-khtml-opacity: 0.75; 		
}	

.quote_span3 {
	font-size: 22pt;
	font-weight: bold;
	font-family: arial narrow;
	font-style: oblique;
filter:alpha(opacity=50);   
-moz-opacity: 0.5;   
opacity: 0.5;
-khtml-opacity: 0.5; 		
}	

.quote_span4 {
	font-size: 20pt;
	font-weight: bold;
}	
/* Lateral quotes */

.address p {
	margin-left: 50px;
	height: .8em;
	font-weight: bold;
}

/* FAQ formatting */
.faq1 {
	background-color: #FBF2F2;
	border:1px dotted #277bf9;	
	margin-top: 5px;
	padding: 20px;
filter:alpha(opacity=75);   
-moz-opacity: 0.75;   
opacity: 0.75;
-khtml-opacity: 0.75; 		
}

.faq2 {
	background-color: #FBFFFF;
	border:1px dotted #277bf9;	
	margin-top: 5px;
	padding: 20px;
filter:alpha(opacity=75);   
-moz-opacity: 0.75;   
opacity: 0.75;
-khtml-opacity: 0.75; 		
}

.faq1 p,.faq2 p {
	margin-bottom: 0;
}

h3 {

	margin: 0;
	color: #277bf9;
}
/* FAQ formatting */


#maincol ul {
	list-style: url(bullet.png) inside;
	line-height: 20px;
}

#maincol p {
	line-height: 20px;
}


/* Fisheye */
.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeItem span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter
{
	background-color: #ebebff;
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
}
/* Fisheye */

/* Window */
#window
{
	position: absolute;
	left: 200px;
	top: 100px;
	width: 400px;
	height: 300px;
	overflow: hidden;
	display: none;
}
#windowTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#windowTopContent
{
	margin-right: 13px;
	background-image:url(window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
}
#windowMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#windowMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#windowClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#windowBottom
{
	position: relative;
	height: 270px;
	background-image: url(window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#windowBottomContent
{
	position: relative;
	height: 270px;
	background-image: url(window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#windowResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#windowContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #277bf9;
	height: 255px;
	width: 375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
#windowContent *
{
	margin: 10px;
}
.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #277bf9;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
/* Window */

/* Tech Window */
#tech
{
	position: absolute;
	left: 200px;
	top: 100px;
	width: 400px;
	height: 300px;
	overflow: hidden;
	display: none;
}
#techTop
{
	height: 30px;
	overflow: 30px;
	background-image: url(window_top_end.png);
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	cursor: move;
}
#techTopContent
{
	margin-right: 13px;
	background-image:url(window_top_start.png);
	background-position:left top;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: white;
}
#techMin
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
}
#techMax
{
	position: absolute;
	right: 25px;
	top: 10px;
	cursor: pointer;
	display: none;
}
#techClose
{
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
#techBottom
{
	position: relative;
	height: 270px;
	background-image: url(window_bottom_end.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#techBottomContent
{
	position: relative;
	height: 270px;
	background-image: url(window_bottom_start.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-right: 13px;
}
#techResize
{
	position: absolute;
	right: 3px;
	bottom: 5px;
	cursor: se-resize;
}
#techContent
{
	position:absolute;
	top: 30px;
	left: 10px;
	width: auto;
	height: auto;
	overflow: auto;
	margin-right: 10px;
	border: 1px solid #277bf9;
	height: 255px;
	width: 375px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
}
#techContent *
{
	margin: 10px;
}
.transferer2
{
	border: 1px solid #6BAF04;
	background-color: #277bf9;
	filter:alpha(opacity=30); 
	-moz-opacity: 0.3; 
	opacity: 0.3;
}
/* Tech Window */

/* Carrusel */
#carousel
{
	width: 700px;
	height: 150px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -350px;
}
#carousel a
{
	background-image: url(webdesign_active.jpg);
	position: absolute;
	width: 300px;
}




/* Carrusel */

.dispnone {
	display: none;
}

.success_div {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.success_stories {
	margin-right: 100px;
	margin-left: 100px;
}

.success_stories img {
border:1px solid #277bf9;	
padding: 3px;
margin-right: 20px;
}

hr {
	clear: both;
	margin: 0;
filter:alpha(opacity=0);   
-moz-opacity: 0.0;   
opacity: 0.0;
-khtml-opacity: 0.0; 
}
