/*===== RESET BEGINING =====*/
html{color:#000;background:#F2F2F2;}                                                           
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}                                           
fieldset,img{border:0;}                                                                     
address,caption,cite,code,dfn,em,strong,th,var,b{font-style:normal;font-weight:normal;}     
li{list-style:none;}                                                                        
caption,th{text-align:left;}                                                                
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}                                       
q:before,q:after{content:'';}                                                               
abbr,acronym{border:0;font-variant:normal;}                                                 
sup{vertical-align:text-top;}                                                               
sub{vertical-align:text-bottom;}                                                            
input,textarea,select{font-family:tahoma;font-size:12;font-weight:inherit;background:#ECF1FF;}   /*  #A7BBCF */        
input,textarea,select{*font-size:100%;}                                                     
legend{color:#000;}                                                                         
a{text-decoration:none;}                                                                    
*:focus{outline:none;}                                                                      
body{*font-size:small;*font:x-small;} 
table{font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*===== RESET END =====*/

/*===== FONTS IMPORT BEGINING =====*/

@font-face{
  font-family:'Droid Sans';
  font-style:normal;
  font-weight:normal;
  src:url('fonts/DroidSans.ttf');
  src:local('Droid Sans'), local('DroidSans'), url('fonts/DroidSans.ttf') format('ttf');
}
@font-face{
  font-family:'Droid Sans';
  font-style:normal;
  font-weight:bold;
  src:url('fonts/DroidSans-Bold.ttf');
  src:local('Droid Sans'), local('DroidSans'), url('fonts/DroidSans-Bold.ttf') format('ttf');
}
@font-face{
  font-family:'PT Sans Narrow';
  font-style:normal;
  font-weight:normal;
  src:url('fonts/pt-sans-narrow.eot');
  src:local('PT Sans Narrow'), local('PTSans-Narrow'), url('fonts/pt-sans-narrow.woff') format('woff');
}

/*===== FONTS IMPORTS END =====*/

/*===== GENERAL STYLES BEGINING =====*/
html{
/*	background-color: #f2f2F2; */
	background-image:url(../../images/flores/blank.jpg);	
	/*background:url(../images/bg.jpg); */
	}
body{
/*	background:#f2f2f2; */
/*	background-image:url(../images/bg-login.png); */
	background-image:url(../../images/flores/blank.jpg);
	font:Droid Sans, 'arial', sans-serif;
	color:#666;
	}
a{
	color:#007CC3;
	}
a:hover{
	text-decoration:underline;
	}
h1{
	font-face: arial;
	font-size:25px;
	color:#666;
	font-weight:bold;
	margin:0 0 10px;
	white-space:pre;
	text-shadow:1px 1px #FDFDFD;
	}
h2{
	font-size:12px;
/*	line-height:18px; */
	font-weight:bold;
	color:#666;
	text-shadow:1px 1px #FDFDFD;
	font:tahoma, arial, Droid Sans, 'arial', 'tahoma', sans-serif;
}
h3{
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	color:#888;
	text-shadow:1px 1px #FDFDFD;
	}
h4{
	font-face:arial;
	font-size:12px;
	line-height:10px;
	font-weight:bold;
	color:#888;
	text-shadow:1px 1px #FDFDFD;
	}
h1,h2,h3{
/*	font-family:'PT Sans Narrow'; */
	font-family:tahoma, arial; 
}
/*===== GENERAL STYLES END =====*/

#spacer{
	width: 100%;
	height: 60px;
	color:white;
	display: block;
}
#spacer2{
	width: 100%;
	height: 10px;
	display: block;	
}
.titulos{
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	color:#444;
	text-shadow:1px 1px #FDFDFD;
	font:'arial', tahoma, Droid Sans, 'arial', 'tahoma', sans-serif;
}
/*===== FORM STYLES BEGINING =====*/
input, select, textarea{
	border:1px solid #DFDFDF;
	border-radius:0px 0px 0px 0px;
	line-height:24px;
	padding:2px 2px 2px 6px;
	text-align:left;
	color:#444;
	display:block;
	float:left;
	}
input[type="text"]{
	width:250px;
	height:24px;
	margin:0 5px 15px 0;
	}
select{
	width:240px;
	height:30px;
	padding:6px;
	margin:0 5px 15px 0;
	}
option{
	padding:2px;
	}
textarea{
	max-width:354px;
	min-width:354px;
	max-height:100px;
	min-height:100px;
	padding:7px;
	}
input[type="submit"]{
	background:#007CC3;
	border:medium none navy;
	border-radius:2px;
	line-height:10px;
	color:#FFF;
	display:inline-block;
	font-size:13px;
	height:30px;
	padding:8px 15px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
	position:relative;
	left:5px;
	}
input:hover, select:hover, textarea:hover{
	box-shadow:0 1px 2px #DFDFDF inset;
	border:1px solid #BFBFBF;
	vertical-align:middle
	}
input[type="submit"]:hover{
	box-shadow:none;
	border:none;
	}
input:focus, select:focus, textarea:focus{
	box-shadow:0 1px 2px #D5D5D5 inset;
	border:1px solid #007CC3 !important;	
	}
/*===== FORM STYLES END=====*/

/*===== BOX BEGINING =====*/
.box{
	border:1px solid #DFDFDF;
	background:#FFF;
	padding:7px 13px;
	}
	.box.career{
		width:610px;
		margin:0 0 15px;
		}
	#digital .box{
		margin:0 0 10px;
		width:650px;
		}
	.table .box{margin:20px 15px 0;}
	.table .box h3{margin:7px 0;}
	.upshots .box{margin:20px 15px 15px;}
	.upshots .table+.box{margin:0 0 15px;}
	#index .block .box{display:inline-block;}
	#media_partners .box{margin:0 0 10px;}
	#divisiones .box{
		width:193px;
		margin:0 14px 15px 0;
		float:left;
		}
	#atc .box{margin:15px 0;}
	#privacy .box, #index .table-footer .box{padding-top:13px;}

#msg{
	font-size:12px;
/*	line-height:18px; */
	font-weight:bold;
	color:red;
	text-shadow:1px 1px #FDFDFD;
	font-face:arial;
	font-family:arial;
}

/* ===== BOX END =====*/
#login{
	background-color:#555;
	background-image:url(../images/bg-login.png);
	height:0;
	}
	#login .content{
		width:940px;
		margin:0 auto;
		color:#FFF;
		position:relative;
		text-align:right;
		padding:6px 0 0;
		left:-4px;
		}
		#login .content p{
			padding:0;
			text-align:right;
			display:inline-block;
			}
		#login .content a{
			display:inline-block;
			position:relative;
			top:9px;
			left:5px;
			}
		#login .google{
			display:inline-block;
			position:relative;
			top:4px;
			left:3px;
			margin:0 0 0 10px;
			}
	#login .close{
		display:inline-block;
		cursor:pointer;
		margin:10px 0 0 15px;
		position:relative;
		top:2px;
		}
	#header .open{
		padding:5px 10px;
		background:#fff;
		color:#FFF;
		position:absolute;
/*		position:right; */
		top:-5px;
		left:790px;
		cursor:pointer;
		width:150px;
		border-radius:0 0 6px 6px;
		}
	#header .buscador{
		padding:5px 10px;
		background:#fff;
		color:#FFF;
		position:absolute;
/*		position:right; */
		top:45px;
		left:670px;
		cursor:pointer;
		width:300px;
		border-radius:0 0 6px 6px;
}
/*		#header .open p{display:block; padding:0;} */
#sm img[src=""]{display:none !important;}
#header{
	background:#fdfdff;
	padding:15px 0 30px;
	border-bottom:1px solid #F1F1F1;
	position:relative;
	}
	#header #header-inner{
		width:940px;
		margin:0 auto;
		height:65px;
		position:relative;
		}
	#header h1{
		border:none;
		display:inline;
		position:absolute;
		top:-500px;
		}
	#header a.logo{
		display:block;
		float:left;
		}
#divcontainer{
	font:bold 12px Arial,Helvetica,sans-serif;
	line-height:12px;
	width:910px;
	border:1px solid #DFDFDF;
	background:#f3f3f3;
	padding:7px 13px;
/*	position:absolute;
	top:80px;
	left:1px;
	background:#666; 
	background:#99432E;
	background:olive;	*/
}
#navbar{
	font:bold 12px Arial,Helvetica,sans-serif;
	line-height:12px;
	width:938px;
	position:absolute;
	top:80px;
	left:1px;
/*	background:#666; 
	background:#99432E; */
	background:#1F8DD6;	

	}
#navbar a:hover{
	text-decoration:none;
	}
#navbar .nav{
	cursor:pointer;
	}
#navbar .nav[href="#"]{
	cursor:default;
	}
#navbar a,
#navbar a:link,
#navbar a:hover,
#navbar a:visited{
	color:#FFF;
	text-shadow:1px 1px #666;
	font-weight:bold;
	}
#navbar ul li{
	float:left;
	position:relative;
	list-style:none;
	z-index:100;
	border-right:2px groove white;
/*	#017BC2 /// border-color:#808080 #414141 #414141 #909090; 
	border-color:white #BC5338 #743323 white; */
	
	border-color:white #3EA2E3 #176BA4 white;

	
	border-style:solid;
	border-width:1px;
	}
#navbar ul li a{
	display:block;
	outline:none;
	padding:9px 30px 9px 59px;
	text-align:center;
	}
#navbar li ul{
	position:absolute;
	display:none;
	}
#navbar li:hover ul{
	display:block;
	}
#navbar ul li:hover > .nav{	
	background:white;
/*	background:rgb(70,70,70);
	background:-moz-linear-gradient(top, rgba(70,70,70,1) 0%, rgba(95,95,95,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,70,70,1)), color-stop(100%,rgba(95,95,95,1)));
	background:-webkit-linear-gradient(top, rgba(70,70,70,1) 0%,rgba(95,95,95,1) 100%);
	background:-o-linear-gradient(top, rgba(70,70,70,1) 0%,rgba(95,95,95,1) 100%);
	background:-ms-linear-gradient(top, rgba(70,70,70,1) 0%,rgba(95,95,95,1) 100%);
	background:linear-gradient(top, rgba(70,70,70,1) 0%,rgba(95,95,95,1) 100%); */
	}
#navbar ul li:hover > .nav{background:#16659A} /* :url(../images/bg-nav.jpg)\9} */
#navbar ul li ul{
	background:blue;
	top:31px;
	left:-1px;
	z-index:10;
	width:101%;
	}
#navbar ul li ul li{
	position:relative;
	float:none;
	border:none;
	width:100% !important;
	}
#navbar ul li ul li a{
	height:auto;
	padding:9px 5%;
	text-align:left;
	color:#FFF !important;
	font-size:11px;
	border:1px solid #505050;
	border-color:#808080 #414141 #414141 #909090;
	}
#navbar ul li ul li:hover a{
	background:olive; /* #4698CA */
	}
h1, h2, p{
	padding:5px 0;
	text-align:left !important;
	}
.bold{
	font-weight:bold !important;
	}
.space{
	clear:both;
	height:15px;
	}
.clear{
	width:100%; 
	height:1px; 
	clear:both;
	}
.table{
	display:table;
	}
	.table .row{
		display:table-row;
		}
		.table .row .cell{
			display:table-cell;
			}
#wrap{ 
	width:940px;
	margin:0 auto;
	padding:30px 0;
	border-bottom:1px solid #DFDFDF;
	}
	#index #wrap{
		border:none;
		padding:30px 0 0;
		}
#index .blocks{
	width:100%;
	}
	#index .blocks .space{
		height:12px;
		}
		#index .blocks .box{
			text-align:center;
			width:203px;
			height:180px;
			margin:0 13px 13px 0;
			float:left;
			padding:15px 10px 10px;
			text-decoration:none;
			color:#888;
			}
		#index .box img{
			margin:0 0 7px;
			}
	#index .blocks h2{
		padding:15px 0 0;
		}
	#index .blocks p{
		line-height:15px;
		padding:15px 0 3px;
		}
	#index .blocks .table{
		width:938px;
		margin:0 0 13px;
		display:block !important;
		}
	#index .blocks .costumers{
		padding:15px 0 10px 20px;
		vertical-align:top;
		width:900px;
		font-size:16px !important;
		float:right;
		display:block !important;
		}
	#index .blocks .logos{
		text-align:center;
		vertical-align:middle;
		padding:20px 0 17px;
		float:right;
		position:relative;
		width:640px;
		height:165px;
		}
		#index .logos .costumers-logos{
			position:absolute;
			z-index:2;
			color:#FFF;
			}
			#index .logos .costumers-logos.hover{
				z-index:1;
				opacity:0;
				}
	#index .blocks .grid, #index .blocks .grid+.grid{
		width:auto;
		height:125px;
		padding:10px;
		float:left;
		}
	#index .blocks .grid+.grid{
		width:654px;
		float:right;
		}
		#index .blocks .grid img{
			margin:10px 0 0;
			}
		#index .blocks .grid .blog{
			width:140px;
			float:left;
			}
		#index .blocks .grid .news{
			width:490px;
			float:right;
			position:relative;
			top:15px;
			}
			.news a{
				cursor:pointer;
				}
			#index .blocks .grid .news p{
				white-space:pre;
				font-size:12px;
				}
	#index #label{
		width:960px;
		height:auto;
		margin:10px auto;
		}
	#index #label ul{
		padding:2px 0;
		text-align:center;
		}
	#index #label li{
		display:inline;
		padding:0 2px;
		}
	#index #label ul li a{
		font-size:11px;
		color:#777;
		}
	#index #label ul li a:hover{
		font-size:11px;
		color:#888;
		}
	#index #label .space{
			clear:both;
			width:100%;
			height:7px;
			}
	#foot{
		width:940px;
		margin:0 auto;
		padding:10px 0 30px;
		border-top:1px solid #FFF;
		overflow:hidden;
		}
		#foot #left{
			width:auto;
			float:left;
			}
			#foot #left p{
				margin:0;
				padding:0;
				font-size:11px;
				line-height:15px;
				}
		#foot #right{
			width:250px;
			height:47px;
			float:right;
			text-align:right;
			}
			#foot #right a{
				display:inline-block;
				width:40px;
				height:40px;
				position:relative;
				top:-5px;
				}
			#foot #right img{
				position:relative;
				top:0;
				left:0;
				z-index:2;
				}
			#foot #right img+img{
				position:absolute;
				top:0;
				opacity:0;
				z-index:1;
				}
#index .table-footer{
	width:940px;
	overflow:hidden;
	margin:0 auto;
	padding:20px 0 15px;
	border-bottom:1px solid #DFDFDF;
	}
	#index .table-footer h3{
		font-family:'PT Sans Narrow';
		font-size:16px;
		color:#666;
		text-shadow:1px 1px #FFF;
		}
.c-left{
	margin:13px 0 0;
	}
.c-left ul{
	width:800px;
	position:relative;
	top:1px;
	border-bottom:1px solid #DFDFDF;
	height:29px;
	}
.c-left ul li{
	padding:10px 0;
	float:left;
	margin:0 5px 0 0;
	background:#F8F8F8;
	border:1px solid #DFDFDF;
	border-width:1px 1px 0;
	border-radius:5px 5px 0 0;
	padding:7px 10px 3px;
	}		
.c-left ul li.current{
	background:#FFF;
	padding-bottom:4px;
	}
	.c-left ul li:hover{
		background:#F4F4F4;
		}
	.c-left ul li.current:hover{
		background:#FFF;
		}
	.c-left ul li.current a{
		color:#007CC3;
		}
	.c-left ul li a{
		color:#888;
		}
	.c-left ul li a:hover{
		text-decoration:none;
		}
#atc{
	font-size:12px;
	text-align:left;
	}
	#atc h3, #atc p, #atc{color:#777 !important;}
	#atc .box50{
		width:48%!important;
		margin-right:4%!important;
		}
	#atc .unmargenr{margin-right:0!important;}
	#atc h2{
		font-size:14px;
		margin:0 0 30px;
		}
	#atc h3{
		font-size:15px;
		border-bottom:1px solid #DFDFDF;
		padding:0 0 3px;
		}
		#atc .sidebar h3{
			border:none;
			}
	#atc h4{
		font-size:10px;
		font-style:italic;
		margin:0 0 15px;
		}
	#atc .form{
		width:240px;
		float:left;
		margin:0 20px 15px 0;
		}
		#atc .form.large{width:370px;}
		#atc .form.xlarge{width:395px;}
	#atc label{
		display:block;
		width:55px;
		text-align:left;
		padding:5px 0;
		float:left;
		}
		#atc label.option{
			padding:7px 0;
			position:relative;
			text-align:left;
			top:-2px;
			width:110px;
			}
		#atc label.news{
			width:25px;
			text-align:left;
			position:relative;
			top:1px;
			padding:0;
			}
	#atc .main{
		float:left;
		margin:15px 0;
		width:100%;
		}
	#atc input[type="submit"]{
		left:0;
		}
	#atc input[type="radio"]{
		margin:0 27px 0 0;
		position:relative;
		top:3px;
		background:none;
		border:none;
		}	
	#atc .checkbox{
		width:100%;
		float:left;
		}
		#atc .option{
			padding:3px 0 0 0;
			}
		#atc input[type="checkbox"], #atc input[type="checkbox"]:focus{
			margin-right:15px;
			background:none;
			border:none;
			}
#support a.support{
	display:inline-block;
	background:#007CC3;
	border-radius:3px;
	cursor:pointer;
	color:#FFF;
	height:18px;
	font-size:13px;
	padding:7px 0;
	text-align:center;
	text-decoration:none;
	margin:3px 0 10px;
	width:100%;
	}
#support .ui{
	float:left;
	margin:10px 10px 10px 0;
	padding:20px;
	display:block;
	width:78%;
	}
#support a.ui{
	color:#888 !important;
	}
#support .ui:hover{
	text-decoration:none;
	}
	#support .ui h3{
		padding:10px 0 0;
		color:#666;		
		}
		#support #sidebar .ui h3{
			padding:0 0 10px;
			text-align:center;
			}
	#support .ui p a{
		background-image:url(../images/support/arrow.png);
		background-position:right;
		background-repeat:no-repeat;
		padding:0 9px 0 5px;
		}
#support p.phone{
	text-align:center!important;
	color:#444;
	font-size:15px;
	padding:10px 0 0!important;
	}
	#support p.phone img{
		position:relative;
		top:10px;
		}
#support p.spanish{
	color:#007CC3;
	padding:0;
	}
#support .quarters{
	width:261px;
	height:120px;
	text-align:left;
	}
	#support .quarters h3{
		padding:0 0 5px;
		}
#support .tools{
	width:220px;
	height:auto;
	margin:0 10px 0 0;
	padding:10px 0;
	}
	#support .tools h3{
		padding:0 0 3px;
		margin:0 0 7px;
		font-size:14px;
		border-bottom:1px solid #ccc;
		}
	#support .tools p{
		padding:5px 0 0;
		}
	#support .tools a{
		display:inline-block;
		width:100%;
		font-size:11px;
		}
#support #main{
	width:617px;
	float:left;
	}
#support #sidebar{
	width:191px;
	float:right;
	overflow:hidden;
	}
#support #sidebar .ui .clear{
	background:#DFDFDF;
	margin:10px 0;
	}
#support #sidebar p{
	text-align:center!important;
	padding:0;
	}
.cases{
	width:215px;
	margin:17px 20px 0 0;
	padding:0 0 10px 0;
	float:left;
	}
	.cases h2{
		color:#777;
		font-size:17px;
		padding:5px 0 3px;
		}
	.cases p{
		padding:0;
		line-height:16px;
		letter-spacing:-0.1px;
		}
	.cases p{
		font/*\**/:11px/18px "Droid Sans", sans-serif\9
		}
	.cases a{
		display:block;
		width:215px;
		height:138px;
		padding:0;
		margin:0 0 10px;
		}
	.cases a .case{
		z-index:0; 
		width:215px; 
		height:138px; 
		position:absolute;
		box-shadow:1px 1px 2px #E1E1E1;
		z-index:1;
		}
		.case.veinte{background:url(../images/case/thumbs/20.jpg);}
		.case.diecinueve{background:url(../images/case/thumbs/19.jpg);}
		.case.dieciocho{background:url(../images/case/thumbs/18.jpg);}
		.case.diecisiete{background:url(../images/case/thumbs/17.jpg);}
		.case.dieciseis{background:url(../images/case/thumbs/16.jpg);}
		.case.quince{background:url(../images/case/thumbs/15.jpg);}
		.case.catorce{background:url(../images/case/thumbs/14.jpg);}
		.case.trece{background:url(../images/case/thumbs/13.jpg);}
		.case.doce{background:url(../images/case/thumbs/12.jpg);}
		.case.once{background:url(../images/case/thumbs/11.jpg);}
		.case.diez{background:url(../images/case/thumbs/10.jpg);}
		.case.nueve{background:url(../images/case/thumbs/09.jpg);}
		.case.ocho{background:url(../images/case/thumbs/08.jpg);}
		.case.siete{background:url(../images/case/thumbs/07.jpg);}
		.case.seis{background:url(../images/case/thumbs/06.jpg);}
		.case.cinco{background:url(../images/case/thumbs/05.jpg);}
		.case.cuatro{background:url(../images/case/thumbs/04.jpg);}
		.case.tres{background:url(../images/case/thumbs/03.jpg);}
		.case.dos{background:url(../images/case/thumbs/02.jpg);}
		.case.uno{background:url(../images/case/thumbs/01.jpg);}
		.cases a .hover{
			margin:0;
			width:215px;
			height:138px;
			z-index:2;
			position:relative;
			left:0;
			top:0;
			display:none;
			background:url(../images/case/thumbs/hover.png);
			}
#caseInternal .left{
	width:460px;
	float:left;
	}
#caseInternal .right{
	width:389px;
	float:right;
	margin:0 20px 0 0;
	}
	#caseInternal .left p{
		margin:0 0 20px 0;
		}
#cases .left{
	width:460px;
	float:left;
	margin:10px 0 15px;
	}
	#cases .left h2, #cases .right h2{
		font-size:18px;
		color:#007cc3;
		}
#cases .navigator{
	position:relative;
	left:-5px;
	text-align:left;
	margin:10px 0 0;
	}
#cases h1 span{
	cursor:pointer;
	}
	#cases .navigator a{
		font-size:17px;
		display:inline-block;
		padding:5px;
		cursor:pointer;
		}
	#cases a.actived{
		color:#444;
		}
	#cases .navigator a span{
		font-size:11px;
		letter-spacing:1px;
		margin:0 3px 0 0;
		}
#cases .results{
	padding:10px 11px 1px;
	margin:10px 0;
	background:#d2e3ef;
	}
#cases .right{
	width:400px;
	float:right;
	margin:11px 20px 0 0;
	}
	#cases .right .results h2{
		padding:0;
		margin:0 0 7px;
		color:#777;
		}
	#cases .right h3{
		text-align:left;
		font-weight:bold;
		margin:0 0 7px;
		}
	#cases .right p{
		margin:0 0 5px !important;
		}
#cases .left.vicar{
	width:420px;
	float:left;
	}
	#cases .left.vicar p, #cases .right.vicar p{
		margin:0 0 10px 0;
		padding:0 !important;
		}
#cases .right.vicar{
	width:420px;
	float:right;
	margin:0 20px 0 0;
	}
	.left.vicar img{
		margin:0 0 10px;
		}
	#cases .left p{
		margin:0 0 5px;
		}
	#career{
		text-align:left;
		}
	#career .main{
		float:left;
		width:611px;
		}
		#career .main ul{
			margin:0 0 10px;
			}
		#career .main p{
			padding:30px 0 7px 0;
			}
		#career .main ul a:hover{
			text-decoration:underline;
			}
		#career li.career{
			font-size:14px;
			margin:0 0 7px;
			white-space:pre;
			}
		#career li span{
			font-size:12px;
			color:#777;
			}
			#career ul li ul li{
				list-style:circle;
				margin:0 0 0 15px;
				}
	#career .main+.sidebar{
		float:right;
		width:210px;
		overflow:visible;
		position:relative;
		top:-324px;
		z-index:10;
		text-align:left;
		}
		#career .main+.sidebar li{
			list-style:circle inside;
			padding:0;
			margin:0;
			}
	#career img{
		float:left;
		margin:0 4px 15px 0;
		}
	#career h4{
		font-size:15px;
		color:#777;
		}
	#career .sidebar li{
		padding:8px 8px 8px 0;
		}
		#career a[rel="nofollow"]{
			float:left;
			}
			#career img.linkedin{margin:0;}
	
			#career a#uno, #career a#dos{
				float:left;
				padding:0 10px 10px 0;
				}
			#career a#uno:hover, #career a#dos:hover{
				background:none;
				}
	#faq{
		width:100%;
		}
	#faq .separador-faq{
		width:100%;
		height:10px;
		}
	#faq #content{
		text-align:left;
		}
	.unsubscribe_box{
		width:335px; 
		height:160px; 
		position:relative; 
		top:20px; 
		left:300px;
		}
		.unsubscribe_box form{
			position:relative; 
			top:25px; 
			left:20px;
			}
		.unsubscribe_box div{
			width:300px; 
			background:#FFF; 
			position:relative; 
			top:-10px; 
			left:10px;
			font-size:12px;
			text-align:center;
			height:10px;
			}
		.unsubscribe_box div+div{
			position:relative; 
			top:10px; 
			left:20px;		
			width:295px; 
			height:10px; 
			background:#FFF; 
			text-align:left;
			}
		.unsubscribe_box div.privacy{
			font-size:10px;
			text-align:justify;
			position:relative; 
			top:40px; 
			left:20px;		
			width:295px; 
			height:auto; 
			background:#FFF; 
			}
		.unsubscribe_box div.privacy a{
			font-size:10px;
			cursor:pointer;
			}
		.unsubscribe_box div.privacy a:hover{
			color:#333;
			}
		.unsubscribe_box input[type="text"]{
			font-size:11px;
			border:1px solid #EDEDED;
			background:#F5F5F5;
			width:200px; 
			height:auto;
			text-align:left;
			float:none;
			padding:5px 2px;
			margin:0;
			color:#555;
			}	
		.unsubscribe_box input[type="submit"]{
			width:80px; 
			height:26px;
			position:relative;
			top:1px;
			float:none;
			color:#555;
			padding:3px 0;
			display:inline-block;
			text-decoration:none;
			border:1px solid #EDEDED;
			background:#F5F5F5;
			text-align:center;
			font-size:11px;
			margin:0;
			}
			.unsubscribe_box input[type="submit"]:hover{
				cursor:pointer;
				}
	.upshots{
		width:100%;
		overflow:hidden;
		}
		.upshots .logo{
			text-align:center;
			padding:15px 0 20px;
			}
		.upshots .icon{
			width:145px;
			height:145px;
			background-position:left;
			margin:0 auto;
			text-align:left;
			position:relative;
			}
			.upshots .icon img{
				position:absolute;
				z-index:2;
				}
			.upshots .icon img+img{
				position:absolute;
				z-index:1;
				opacity:0;
				}
		.upshots .table{
			display:table;
			position:relative;
			left:2px;
			}
		.upshots .row{
			display:table-row;
			}
		.upshots .cell{
			display:table-cell;
			padding:10px 0;
			}
			.upshots .cell.up{
				text-align:center;
				width:312px;
				}
	#omp table{
		width:100%;
		}
	#omp .bubles{
		width:312px;
		height:160px;
		text-align:center;
		font-size:14px;
		letter-spacing:-1.1px;
		color:#FFF;
		padding:0;
		}
		#omp .bubles-icons{
			width:160px;
			height:160px;
			position:relative;
			}
		#omp .bubles .up, #omp .bubles .hover{
			height:90px;
			padding:70px 0 0;
			width:160px;
			position:absolute;
			left:70px;
			}
		#omp .bubles .up.last, #omp .bubles .hover.last{
			padding:62px 0 0;
			height:98px;
			}	
		#omp .bubles .up{
			background:url(../images/omp/ompcircle_a.png);
			z-index:2;
			}
		#omp .bubles .hover{
			background:url(../images/omp/ompcircle_b.png);
			z-index:1;
			}
		#omp .bubles .up{background /*\**/:url(../images/omp/ompcircle_a.jpg)\9}
		#omp .bubles .hover{background /*\**/:url(../images/omp/ompcircle_b.jpg)\9}
	#omp td{text-align:left;}
	#omp td.white{width:20px;}
	#divisiones p img{
		float:left;
		margin:0 20px 0 0;
		border:1px solid #F1F1F1;
		}
		#divisiones h1+p{
			margin:0 0 10px;
			}
		#divisiones #content a[href="http://www.latamclick.com/contacta.php"]{
			display:inline-block;
			padding:30px 0 0;		
			}
		#divisiones .space{
			border-bottom:2px dotted #F1F1F1;
			margin:17px 0 22px;
			height:1px;		
			}
	#about .left{
		float:left;
		}
	#about .right{
		float:right;
		width:657px;
		}
		#about #content img{
			margin:15px 2px 15px 0;
			position:relative;
			left:1px;
			}
	#top-content a[href="http://www.latamclick.com/"], #logo a[href="http://www.latamclick.com/"]{
		display:block;
		background:url(../images/logos/latamclick.png) no-repeat;
		width:190px;
		height:62px;
		margin:0 0 0 20px;
		}
#digital .main{
	float:left;
	width:715px;
	}
#digital .sidebar{
	float:right;
	width:215px;
	position:relative;
	top:-38px;
	}
	#digital .sidebar h2{
		text-align:right !important;
		margin:0 0 10px;
		}
	#digital table{
		text-align:right;
		width:215px !important;
		}
		#digital table th{
			color:#666;
			font-family:'PT Sans Narrow';
			font-size:19px;
			padding:0 0 10px;
			text-align:right;
			text-shadow:1px 1px #FDFDFD;
			}
		#digital table td{
			font-size:12px;
			padding:0 10px 10px;
			text-shadow:1px 1px #FFF;
			}
		#digital table td.valor{
			font-size:15px;
			padding:10px 10px 0;
			}
		#digital .table h2{
			white-space:pre-line;
			}
	#digital .table{display:block;}
	#digital .costumers{
		padding:10px;
		width:140px;
		float:left;
		}
	#digital .logos{
		text-align:left;
		width:490px;
		position:relative;
		top:10px;
		float:right;
		}
/***** SLIDE INDEX *****/
#slide .syntaxhighlighter a,
#slide .syntaxhighlighter div,
#slide .syntaxhighlighter code,
#slide .syntaxhighlighter table,
#slide .syntaxhighlighter table td,
#slide .syntaxhighlighter table tr,
#slide .syntaxhighlighter table tbody,
#slide .syntaxhighlighter table thead,
#slide .syntaxhighlighter table caption,
#slide .syntaxhighlighter textarea{
	-moz-border-radius:0 0 0 0 !important;
	-webkit-border-radius:0 0 0 0 !important;
	background:none !important;
	border:0 !important;
	bottom:auto !important;
	float:none !important;
	height:auto !important;
	left:auto !important;
	line-height:1.1em !important;
	margin:0 !important;
	outline:0 !important;
	overflow:visible !important;
	padding:0 !important;
	position:static !important;
	right:auto !important;
	text-align:left !important;
	top:auto !important;
	vertical-align:baseline !important;
	width:auto !important;
	box-sizing:content-box !important;
	font-family:"Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-weight:normal !important;
	font-style:normal !important;
	font-size:1em !important;
	min-height:inherit !important;
	min-height:auto !important;
}
#slide .syntaxhighlighter{
	width:100% !important;
	margin:1em 0 1em 0 !important;
	position:relative !important;
	overflow:auto !important;
	font-size:1em !important;
}
#slide .syntaxhighlighter.source{
	overflow:hidden !important;

}
#slide .syntaxhighlighter .bold{
	font-weight:bold !important;
}
#slide .syntaxhighlighter .italic{
	font-style:italic !important;
}
#slide .syntaxhighlighter .line{
	white-space:pre !important;
}
#slide .syntaxhighlighter table{
	width:100% !important;
}
#slide .syntaxhighlighter table caption{
	text-align:left !important;
	padding:.5em 0 0.5em 1em !important;
}
#slide .syntaxhighlighter table td.code{
	width:100% !important;
}
#slide .syntaxhighlighter table td.code .container{
	position:relative !important;
}
#slide .syntaxhighlighter table td.code .container textarea{
	box-sizing:border-box !important;
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	width:100% !important;
	height:100% !important;
	border:none !important;
	background:white !important;
	padding-left:1em !important;
	overflow:hidden !important;
	white-space:pre !important;
}
#slide .syntaxhighlighter table td.gutter .line{
	text-align:right !important;
	padding:0 0.5em 0 1em !important;
}
#slide .syntaxhighlighter table td.code .line{
	padding:0 1em !important;
}
#slide .syntaxhighlighter.nogutter td.code .container textarea, #slide .syntaxhighlighter.nogutter td.code .line{
	padding-left:0em !important;
}
#slide .syntaxhighlighter.show{
	display:block !important;
}
#slide .syntaxhighlighter.collapsed table{
	display:none !important;
}
#slide .syntaxhighlighter.collapsed .toolbar{
	padding:0.1em 0.8em 0em 0.8em !important;
	font-size:1em !important;
	position:static !important;
	width:auto !important;
	height:auto !important;
}
#slide .syntaxhighlighter.collapsed .toolbar span{
	display:inline !important;
	margin-right:1em !important;
}
#slide .syntaxhighlighter.collapsed .toolbar span a{
	padding:0 !important;
	display:none !important;
}
#slide .syntaxhighlighter.collapsed .toolbar span a.expandSource{
	display:inline !important;
}
#slide .syntaxhighlighter .toolbar{
	position:absolute !important;
	right:1px !important;
	top:1px !important;
	width:11px !important;
	height:11px !important;
	font-size:10px !important;
	z-index:10 !important;
}
#slide .syntaxhighlighter .toolbar span.title{
	display:inline !important;
}
#slide .syntaxhighlighter .toolbar a{
	display:block !important;
	text-align:center !important;
	text-decoration:none !important;
	padding-top:1px !important;
}
#slide .syntaxhighlighter .toolbar a.expandSource{
	display:none !important;
}
#slide .syntaxhighlighter.ie{
	font-size:.9em !important;
	padding:1px 0 1px 0 !important;
}
#slide .syntaxhighlighter.ie .toolbar{
	line-height:8px !important;
}
#slide .syntaxhighlighter.ie .toolbar a{
	padding-top:0px !important;
}
#slide .syntaxhighlighter.printing .line.alt1 .content,
#slide .syntaxhighlighter.printing .line.alt2 .content,
#slide .syntaxhighlighter.printing .line.highlighted .number,
#slide .syntaxhighlighter.printing .line.highlighted.alt1 .content,
#slide .syntaxhighlighter.printing .line.highlighted.alt2 .content{
	background:none !important;
}
#slide .syntaxhighlighter.printing .line .number{
	color:#bbbbbb !important;
}
#slide .syntaxhighlighter.printing .line .content{
	color:black !important;
}
#slide .syntaxhighlighter.printing .toolbar{
	display:none !important;
}
#slide .syntaxhighlighter.printing a{
	text-decoration:none !important;
}
#slide .syntaxhighlighter.printing .plain, #slide .syntaxhighlighter.printing .plain a{
	color:black !important;
}
#slide .syntaxhighlighter.printing .comments, #slide .syntaxhighlighter.printing .comments a{
	color:#008200 !important;
}
#slide .syntaxhighlighter.printing .string, #slide .syntaxhighlighter.printing .string a{
	color:blue !important;
}

#slide .syntaxhighlighter.printing .keyword{
	color:#006699 !important;
	font-weight:bold !important;
}
#slide .syntaxhighlighter.printing .preprocessor{
	color:gray !important;
}
#slide .syntaxhighlighter.printing .variable{
	color:#aa7700 !important;
}
#slide .syntaxhighlighter.printing .value{
	color:#009900 !important;
}
#slide .syntaxhighlighter.printing .functions{
	color:#ff1493 !important;
}
#slide .syntaxhighlighter.printing .constants{
	color:#0066cc !important;
}
#slide .syntaxhighlighter.printing .script{
	font-weight:bold !important;
}
#slide .syntaxhighlighter.printing .color1, #slide .syntaxhighlighter.printing .color1 a{
	color:gray !important;
}
#slide .syntaxhighlighter.printing .color2, #slide .syntaxhighlighter.printing .color2 a{
	color:#ff1493 !important;
}
#slide .syntaxhighlighter.printing .color3, #slide .syntaxhighlighter.printing .color3 a{
	color:red !important;
}
#slide .syntaxhighlighter.printing .break, #slide .syntaxhighlighter.printing .break a{
	color:black !important;
}
#slide .slider.two .rotator{width:940px; height:307px;}
#slide .slider.two .caption{width:940px; padding-left:20px; bottom:0px;}
#slide #controls2.controls a{border-radius :0px; background-color:#000; opacity:0.7}
#slide #controls2.controls a.active{background-color :#cc1133}
#slide div#gwrapper{padding:10px; margin-top :40px; width:250px; margin-left:40px; float:left; margin-right:30px;}
#slide div#gmaps{height:200px; width:200px; padding:20px; margin:auto;}
#slide .title{font-size :24px; color :#8F0125; margin-top:40px; margin-left:15px; text-shadow:4px 4px 4px #aaa}
#slide .subtitle{font-size :20px; color :#888; margin-left:15px; text-shadow:4px 4px 4px #aaa}
#slide h1{margin:auto; text-align:left; padding:15px; width:988px; padding-bottom:0px;  color:#0f0f7f}
#slide div#top_homepage{margin:auto; width:988px;}
#slide #container{width:1008px;padding:20px 0px;margin:auto; overflow:hidden}
#slide #container .box{width:228px; height:150px;margin:10px; background:#eee; float:left; border:1px solid #ddd;-moz-box-shadow:inset 0 0 0 1px #fff,0px 25px 10px -20px #999;-webkit-box-shadow:inset 0 0 0 1px #fff, 0px 25px 10px -20px #999;box-shadow:inner 0 0 0 1px #fff,0px 25px 10px -20px #999;}
#slide #container .box h1{ margin:0px; padding:20px 20px 10px 20px; font-size:20px; color:#666; font-weight:normal}
#slide #container .box ul{ margin:0px; padding:0px 0px 0px 20px; color:#666; font-weight:normal}
#slide #container .box ul li{ margin:0px; padding:0px 0px 0px 0px; font-size:15px; color:#888; font-weight:normal; line-height:24px; list-style:none;} 
#slide #slide .syntaxhighlighter a,
#slide #slide .syntaxhighlighter div,
#slide #slide .syntaxhighlighter code,
#slide #slide .syntaxhighlighter table,
#slide #slide .syntaxhighlighter table td,
#slide #slide .syntaxhighlighter table tr,
#slide #slide .syntaxhighlighter table tbody,
#slide #slide .syntaxhighlighter table thead,
#slide #slide .syntaxhighlighter table caption,
#slide #slide .syntaxhighlighter textarea{
	-moz-border-radius:0 0 0 0 !important;
	-webkit-border-radius:0 0 0 0 !important;
	background:none !important;
	border:0 !important;
	bottom:auto !important;
	float:none !important;
	height:auto !important;
	left:auto !important;
	line-height:1.1em !important;
	margin:0 !important;
	outline:0 !important;
	overflow:visible !important;
	padding:0 !important;
	position:static !important;
	right:auto !important;
	text-align:left !important;
	top:auto !important;
	vertical-align:baseline !important;
	width:auto !important;
	box-sizing:content-box !important;
	font-family:"Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important;
	font-weight:normal !important;
	font-style:normal !important;
	font-size:1em !important;
	min-height:inherit !important;
	min-height:auto !important;
}
#slide #slide .syntaxhighlighter{
	width:100% !important;
	margin:1em 0 1em 0 !important;
	position:relative !important;
	overflow:auto !important;
	font-size:1em !important;
}
#slide #slide .syntaxhighlighter.source{
	overflow:hidden !important;
}
#slide #slide .syntaxhighlighter .bold{
	font-weight:bold !important;
}
#slide #slide .syntaxhighlighter .italic{
	font-style:italic !important;
}
#slide #slide .syntaxhighlighter .line{
	white-space:pre !important;
}

#slide #slide .syntaxhighlighter table{
	width:100% !important;
}
#slide #slide .syntaxhighlighter table caption{
	text-align:left !important;
	padding:.5em 0 0.5em 1em !important;
}
#slide #slide .syntaxhighlighter table td.code{
	width:100% !important;
}
#slide #slide .syntaxhighlighter table td.code .container{
	position:relative !important;
}
#slide #slide .syntaxhighlighter table td.code .container textarea{
	box-sizing:border-box !important;
	position:absolute !important;
	left:0 !important;
	top:0 !important;
	width:100% !important;
	height:100% !important;
	border:none !important;
	background:white !important;
	padding-left:1em !important;
	overflow:hidden !important;
	white-space:pre !important;
}
#slide #slide .syntaxhighlighter table td.gutter .line{
	text-align:right !important;
	padding:0 0.5em 0 1em !important;
}
#slide #slide .syntaxhighlighter table td.code .line{
	padding:0 1em !important;
}
#slide #slide .syntaxhighlighter.nogutter td.code .container textarea, #slide #slide .syntaxhighlighter.nogutter td.code .line{
	padding-left:0em !important;
}
#slide #slide .syntaxhighlighter.show{
	display:block !important;
}
#slide #slide .syntaxhighlighter.collapsed table{
	display:none !important;
}
#slide #slide .syntaxhighlighter.collapsed .toolbar{
	padding:0.1em 0.8em 0em 0.8em !important;
	font-size:1em !important;
	position:static !important;
	width:auto !important;
	height:auto !important;
}
#slide #slide .syntaxhighlighter.collapsed .toolbar span{
	display:inline !important;
	margin-right:1em !important;
}
#slide #slide .syntaxhighlighter.collapsed .toolbar span a{
	padding:0 !important;
	display:none !important;
}
#slide #slide .syntaxhighlighter.collapsed .toolbar span a.expandSource{
	display:inline !important;
}
#slide #slide .syntaxhighlighter .toolbar{
	position:absolute !important;
	right:1px !important;
	top:1px !important;
	width:11px !important;
	height:11px !important;
	font-size:10px !important;
	z-index:10 !important;
}
#slide #slide .syntaxhighlighter .toolbar span.title{
	display:inline !important;
}
#slide #slide .syntaxhighlighter .toolbar a{
	display:block !important;
	text-align:center !important;
	text-decoration:none !important;
	padding-top:1px !important;
}
#slide #slide .syntaxhighlighter .toolbar a.expandSource{
	display:none !important;
}
#slide #slide .syntaxhighlighter.ie{
	font-size:.9em !important;
	padding:1px 0 1px 0 !important;
}
#slide #slide .syntaxhighlighter.ie .toolbar{
	line-height:8px !important;
}
#slide #slide .syntaxhighlighter.ie .toolbar a{
	padding-top:0px !important;
}
#slide #slide .syntaxhighlighter.printing .line.alt1 .content,
#slide #slide .syntaxhighlighter.printing .line.alt2 .content,
#slide #slide .syntaxhighlighter.printing .line.highlighted .number,
#slide #slide .syntaxhighlighter.printing .line.highlighted.alt1 .content,
#slide #slide .syntaxhighlighter.printing .line.highlighted.alt2 .content{
	background:none !important;
}
#slide #slide .syntaxhighlighter.printing .line .number{
	color:#bbbbbb !important;
}
#slide #slide .syntaxhighlighter.printing .line .content{
	color:black !important;
}
#slide #slide .syntaxhighlighter.printing .toolbar{
	display:none !important;
}
#slide #slide .syntaxhighlighter.printing a{
	text-decoration:none !important;
}
#slide #slide .syntaxhighlighter.printing .plain, #slide #slide .syntaxhighlighter.printing .plain a{
	color:black !important;
}
#slide #slide .syntaxhighlighter.printing .comments, #slide #slide .syntaxhighlighter.printing .comments a{
	color:#008200 !important;
}
#slide #slide .syntaxhighlighter.printing .string, #slide #slide .syntaxhighlighter.printing .string a{
	color:blue !important;
}
#slide #slide .syntaxhighlighter.printing .keyword{
	color:#006699 !important;
	font-weight:bold !important;
}
#slide #slide .syntaxhighlighter.printing .preprocessor{
	color:gray !important;
}
#slide #slide .syntaxhighlighter.printing .variable{
	color:#aa7700 !important;
}
#slide #slide .syntaxhighlighter.printing .value{
	color:#009900 !important;
}
#slide #slide .syntaxhighlighter.printing .functions{
	color:#ff1493 !important;
}
#slide #slide .syntaxhighlighter.printing .constants{
	color:#0066cc !important;
}
#slide #slide .syntaxhighlighter.printing .script{
	font-weight:bold !important;
}
#slide #slide .syntaxhighlighter.printing .color1, #slide #slide .syntaxhighlighter.printing .color1 a{
	color:gray !important;
}
#slide #slide .syntaxhighlighter.printing .color2, #slide #slide .syntaxhighlighter.printing .color2 a{
	color:#ff1493 !important;
}
#slide #slide .syntaxhighlighter.printing .color3, #slide #slide .syntaxhighlighter.printing .color3 a{
	color:red !important;
}
#slide #slide .syntaxhighlighter.printing .break, #slide #slide .syntaxhighlighter.printing .break a{
	color:black !important;
}

#slide #slide .syntaxhighlighter{
	background-color:white !important;
}
#slide #slide .syntaxhighlighter .line.alt1{
	background-color:white !important;
}
#slide #slide .syntaxhighlighter .line.alt2{
	background-color:white !important;
}
#slide #slide .syntaxhighlighter .line.highlighted.alt1, #slide #slide .syntaxhighlighter .line.highlighted.alt2{
	background-color:#e0e0e0 !important;
}
#slide #slide .syntaxhighlighter .line.highlighted.number{
	color:black !important;
}
#slide #slide .syntaxhighlighter table caption{
	color:black !important;
}
#slide #slide .syntaxhighlighter .gutter{
	color:#afafaf !important;
}
#slide #slide .syntaxhighlighter .gutter .line{
	border-right:3px solid #6ce26c !important;
}
#slide #slide .syntaxhighlighter .gutter .line.highlighted{
	background-color:#6ce26c !important;
	color:white !important;
}
#slide #slide .syntaxhighlighter.printing .line .content{
	border:none !important;
}
#slide #slide .syntaxhighlighter.collapsed{
	overflow:visible !important;
}
#slide #slide .syntaxhighlighter.collapsed .toolbar{
	color:blue !important;
	background:white !important;
	border:1px solid #6ce26c !important;
}
#slide #slide .syntaxhighlighter.collapsed .toolbar a{
	color:blue !important;
}
#slide #slide .syntaxhighlighter.collapsed .toolbar a:hover{
	color:red !important;
}
#slide #slide .syntaxhighlighter .toolbar{
	color:white !important;
	background:#6ce26c !important;
	border:none !important;
}
#slide #slide .syntaxhighlighter .toolbar a{
	color:white !important;
}
#slide #slide .syntaxhighlighter .toolbar a:hover{
	color:black !important;
}
#slide #slide .syntaxhighlighter .plain, #slide #slide .syntaxhighlighter .plain a{
	color:black !important;
}
#slide #slide .syntaxhighlighter .comments, #slide #slide .syntaxhighlighter .comments a{
	color:#008200 !important;
}
#slide #slide .syntaxhighlighter .string, #slide #slide .syntaxhighlighter .string a{
	color:blue !important;
}
#slide #slide .syntaxhighlighter .keyword{
	color:#006699 !important;
}
#slide .syntaxhighlighter .preprocessor{
	color:gray !important;
}
#slide .syntaxhighlighter .variable{
	color:#aa7700 !important;
}
#slide .syntaxhighlighter .value{
	color:#009900 !important;
}
#slide .syntaxhighlighter .functions{
	color:#ff1493 !important;
}
#slide .syntaxhighlighter .constants{
	color:#0066cc !important;
}
#slide .syntaxhighlighter .script{
	font-weight:bold !important;
	color:#006699 !important;
	background-color:none !important;
}
#slide .syntaxhighlighter .color1, #slide .syntaxhighlighter .color1 a{
	color:gray !important;
}
#slide .syntaxhighlighter .color2, #slide .syntaxhighlighter .color2 a{
	color:#ff1493 !important;
}
#slide .syntaxhighlighter .color3, #slide .syntaxhighlighter .color3 a{
	color:red !important;
}
#slide .syntaxhighlighter .keyword{
	font-weight:bold !important;
}
#slide #__fxslider_fg_loader{width:100%; height:100%; position:relative; z-index:9999; text-align:center;}
#slide #__fxslider_bg_loader{height:386px; background:eeeeee; width:1px; text-align:center;}
#slide .slider{cursor:move; cursor:w-resize; background-color:#F3F2F0; width:937px; margin-left:15px; position:relative; overflow:hidden; height:375px; margin:auto; background:url('../assets/bg.png');}
#slide .slider .wrapper{ margin:0px; position:absolute; overflow:hidden; height:381px;}
#slide .slider .rotator{ position:relative; height:340px; width:940px; float:left; overflow:hidden; margin:auto;margin-top:3px;}
#slide .slider .rotator img{position:absolute;}
#slide .slider .rotator div{position:absolute;}
#slide .slider .rotator .fullsize{width:100%; height:100%; position :absolute}
#slide .controls{margin:auto; text-align:center; z-index:2; margin-top:355px; position:relative;}
#slide .controls a{display:inline-block; text-decoration:none; color:#fff; margin:4px 8px 0 0; background:#999; width:15px; height:15px; border-radius:15px; background-repeat:no-repeat;}
#slide .controls a.active{ background-color:#017cc2;}
#slide .controls .next{display:none; position:absolute; margin-top:-210px; width:18px; height:21px; background-color:#000; opacity :0.7; margin-left:899px; padding:5px 6px 2px 5px; color:#fff; z-index:10}
#slide .controls .prev{display:none; position:absolute; margin-top:-210px; margin-left:9px; width:18px; height:21px; background-color:#000; opacity :0.7; padding:5px 6px 2px 5px;color:#fff; z-index:10}
#slide .controls a.next:hover, #slide .controls a.prev:hover{background:#999;}
#slide .slider:hover .next{display:block !important}
#slide .slider:hover .prev{display:block !important}
#slide .controls .IE7.prev{margin-left:-100px;}
#slide .controls .IE7.next{margin-left:828px;}
#slide .caption{position:absolute; width:917px; background-color:#000; z-index:20; opacity :0.7; color:#fff; font-size :14px; padding :10px; height:auto; filter:alpha(opacity = 70);}
#slide .controls a{background /*\**/:url(../images/slide/controls-ie.png) no-repeat scroll -20px 0 transparent\9}
#slide .controls a.active{background /*\**/:url(../images/slide/controls-ie.png) no-repeat scroll -40px 0 transparent\9}
#slide .controls a.next{background /*\**/:url(../images/slide/controls-ie-2.png) 0px 0px\9}
#slide .controls a.prev{background /*\**/:url(../images/slide/controls-ie-2.png) 0px 0px\9}
#slide .controls a.next:hover, #slide .controls a.prev:hover{background /*\**/:url(../images/slide/controls-ie-2.png) 30px 0px\9;}

#slide1 .slide1{
	width:100%; 
	height:100%; 
	background:#017cc2; 
	right:0;
	}
#slide1 img{
	top:25px; 
	right:10px;
	}
#slide1 h2.txt{
	font-size:83px;
	position:absolute; 
	letter-spacing:-5px; 
	line-height:80px; 
	color:#F3F3F3; 
	text-align:center; 
	padding-right:10px;
	}
#slide1 h2.txt.one{
	right:220px; 
	top:70px; 
	}
#slide1 h2.txt.two{
	right:300px; 
	top:150px; 
	}
#slide1 h2.txt.three{
	right:320px;
	top:235px;
	}
#slide1 .caption, #slide2 .caption{
	top:0px;
	}
#slide2 a, #slide3 a, #slide4 a{
	text-decoration:none;
	color:#FFF;
	}
#slide2 .fullsize{
	overflow:hidden;
	background:url('../images/slide/masmovil-panama.jpg') no-repeat; 
	width:494px; 
	height:190px;
	}
#slide2 .fullsize+.fullsize{
	background:url('../images/slide/masmovil-panama.jpg') no-repeat -494px 0px;
	left:494px;
	}
#slide2 .fullsize+.fullsize+.fullsize{
	background:url('../images/slide/masmovil-panama.jpg') no-repeat 0px -190px;
	left:0;
	top:190px;
	}
#slide2 .fullsize+.fullsize+.fullsize+.fullsize{
	background:url('../images/slide/masmovil-panama.jpg') no-repeat -494px -190px;
	top:190px;
	left:494px;
	}
#slide2 .masmovil-logo{
	right:5px;
	top:190px;
	}
#slide3 .bg{
	width:100%;
	height:100%;
	right:0px;
	background:rgb(98,193,237);
	background:-moz-linear-gradient(top, rgba(98,193,237,1) 0%, rgba(225,232,240,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,193,237,1)), color-stop(100%,rgba(225,232,240,1)));
	background:-webkit-linear-gradient(top, rgba(98,193,237,1) 0%,rgba(225,232,240,1) 100%);
	background:-o-linear-gradient(top, rgba(98,193,237,1) 0%,rgba(225,232,240,1) 100%);
	background:-ms-linear-gradient(top, rgba(98,193,237,1) 0%,rgba(225,232,240,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62c1ed', endColorstr='#e1e8f0',GradientType=0 );
	background:linear-gradient(top, rgba(98,193,237,1) 0%,rgba(225,232,240,1) 100%);
}
#slide3 img{
	left:0px;
	z-index:2;
	}
#slide3 img+img{
	left:715px;
	top:80px;
	}
#slide3 .caption{
	top:0px;
	}
#slide4 .bg{
	width:100%;
	height:100%;
	background:#ee332a;
	right:0px;
	z-index:1;
	}
#slide4 img{
	right:100px; 
	top:39px;

	z-index:2;
	}
#slide4 img+img{
	left:100px;
	top:150px; 
	z-index:3;
	}
#news p{line-height:0.8 !important;padding:3px 0 11px !important;}
#divisiones p{overflow:hidden;}

/***** NEW STYLE *****/
#slide{margin:0 0 20px;}
#index .blocks .table, #index .blocks .grid, #index .blocks .grid + .grid, #news{border:1px solid #DFDFDF; background:#FFF;}
#news{border:none;}
.unmargen{margin:0!important;}
.unmargenr{margin-right:0!important;}
.multiselect{width:480px; height:200px; visibility:hidden;}
.unlinked{cursor:default;}
#navbar ul li{width:155px;}
#navbar ul li+li{width:190px;}
#navbar ul li+li+li{width:206px;}
#navbar ul li+li+li+li{width:219px;}
#navbar ul li+li+li+li+li{width:158px;}

/*===== SLIDE FOOTER INDEX =====*/
.tabs_type_2 dd.current{
	display:block;
	}
.tabs_type_2{
	position:relative;
	font-size:12px;
	height:200px;
	}
.tabs_type_2 dt{
	float:left;
	margin-left:1.25%;
	margin-right:3.5%;
	cursor:pointer;
	font-size:13px;
	}
.tabs_type_2 dd{
	display:none;
	position:absolute;
	background-image:url(../images/tabs-type2-bg.png);
	background-repeat:repeat-x;
	top:38px;
	padding:30px 20px 20px;
	}
.tabs_type_2_arrow{
	position:absolute;
	top:23px;
	z-index:1001;
	width:30px;
	height:17px;
	background-image:url(../images/arrow-up-2.png);
	background-position:center;
	background-repeat:no-repeat;
	}
.one_half{width:50%;}
.one_third{width:30.5%;}
.one_fourth{width:22%;}
.one_fifth{width:16.8%;}
.one_sixth{width:13.33%;}
.two_fifth{width:37.6%;}
.two_third{width:65.33%;}
.three_fifth{width:58.4%;}
.three_fourth{width:74%;}
.four_fifth{width:67.2%;}
.five_sixth{width:82.67%;}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth{
	position:relative;
	margin-right:0px;
	margin-bottom:20px;
	float:left;
	}
.column-last{
	margin-right:0!important;
	clear:right;
	position:relative;
	left:8px;
	}
.tabs_type_2 .one_third{
	width:29%; 
	}
/*===== SLIDE FOOTER INDEX =====*/

/*===== NEW CODE FOR THE ABOUT =====*/
.full_width_about img{
	margin:0 !important;
	}
.full_width_about{
	float:left;
	width:912px;
	height:auto;
	background:#FFF;
	color:#888;
	border:1px solid #DFDFDF;
	padding:7px 13px 0 13px;
	}
.full_width_about h1{
	text-align:center !important;
	white-space:none;
	margin:40px 0 60px 0;
	font:normal 36px 'Droid Sans';
	color:#007cc3;
	}
.full_width_about .fotos{
	margin:25px 0 0 0;
	float:left;
	width:100%;
	height:auto;
	}
.full_width_about .fotos ul{
	margin:0;
	padding:0;
	}
.full_width_about .fotos li{
	color:#303030;
	font:bold 12px 'Droid Sans';
	margin:0 12px 65px 0;
	float:left;
	width:139px;
	height:121px;
	}
.full_width_about .fotos li span{
	color:#b2b2b2;
	font:bold 12px 'Droid Sans';
	}
.full_width_about .fotos li.last{
	margin:0 0 65px 0;
	float:left;
	width:139px;
	height:121px;
	}
.full_width_about .fotos img{
	margin:0 0 13px 0 !important;
	}
/*===== ENDING NEW CODE FOR THE ABOUT =====*/

