/*--- RESET CSS ---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------------------------------------------------*/
/*globales*/
body{
	font: 12px/120% Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	padding-bottom:25px;
	
}
h1{
	font-size: 20px;
	margin: 15px 0;
	line-height: 22px;
}
h2{
	font-size: 16px;
	margin:10px 0;
	line-height:18px;
}
h3{
	font-size: 14px;
	margin: 10px 0;
	line-height: 16px;
}
p{
	margin: 7px 0;
}
a{
	text-decoration:none;
	color:#007FD2;
}

#wrapper {
	width: 962px;
	margin:0 auto;
	padding:30px 10px 0px 10px;

	}

#header .center{
	width: 962px;
	margin:0 auto;
	padding: 0 10px;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	width: 0;
}
.block{
	float:left;
}
#content{
	padding: 0 20px;
}
/*header*/
#header{
	background: #ecece6;
	padding: 10px 0;
	border-bottom: solid 1px #ddd;
}
#header .logo{
	float:left;
	margin:0;
}
#header form{
	float:right;
	margin: 10px 10px 0 0;
}
#header .logo a{
	display:block;
	width: 242px;
	height:68px;
	background:url(../images/logo.png) no-repeat;
}
#header .logo a span{
	display:none;
}
/*navegacion*/


#nav{
	margin: 0px 5px 20px 5px;
	clear:both;
	overflow:hidden;
}
#nav li{
	float:left;
	background:#CDD950;
}
#nav .active{
	background:#919D22;
}
#nav .first{
	background: #CDD950 url(../images/spriteMenu.gif) no-repeat 0 -44px;
}
#nav .last{
	background: #CDD950 url(../images/spriteMenu.gif) no-repeat right -122px;
}
#nav li.first.active{
	background:#919D22 url(../images/spriteMenu.gif) no-repeat 0 -5px;
}
#nav li.last.active{
	background:#919D22 url(../images/spriteMenu.gif) no-repeat right -83px;
}
#nav li a{
	color: #393E14;
	font-size:13px;
	font-weight:bold;
	border-left:solid 1px #EEF786;
	border-right:solid 1px #868E35;
	display:block;
	float:left;
	width:188px;
	height:27px;
	line-height:27px;
	text-align:center;
}
#nav .active a{
	color: #fff;
	
}
#nav .first a{
	border-left: none;
}
 #nav .last a{
	 border-right: none;
}
#nav .active .marker{
	background:url(../images/marker.png) no-repeat center top;
	width:16px;
	height:6px;
	position:absolute;
	display:block;
	margin: -7px 0 0 70px;
}

/*footer*/
#footer{
	background: url(../images/borderTopFooter.jpg) no-repeat top center;
	padding: 15px 20px;
	margin-top: 30px;
}
#footer h3{
	font-size: 11px;
	color:#919D22;
	font-weight:bold;
	margin-top:0;
}
#footer .block{
	padding-left: 20px;
	border-right: solid 1px #d6d6d6;
}
#footer .block.a{
	width: 225px;
}
#footer .block.b{
	width: 190px;
}
#footer .block.c{
	width: 257px;
}
#footer .block.c li{
	background: url(../images/spriteBanderas.jpg) no-repeat 0 0;
	padding-left: 25px;
}
#footer .block.c .LA{
	background-position: 0 0;
}
#footer .block.c .CO{
	background-position: 0 -20px;
}
#footer .block.c .US{
	background-position: 0 -39px;
}
#footer .block.c .MX{
	background-position: 0 -58px;
}
#footer .block.c .BR{
	background-position: 0 -77px;
}
#footer .block.d{
	width: 165px;
	border:none;
}
#footer a{
	text-decoration: underline;
	color:#333;
	font-size:10px;
	font-weight:normal;
}
#footer .footerBottom{
	background: #fff;
    margin: 20px auto 0 auto; 
    padding: 10px;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	width:700px;
}
#footer .footerBottom li{
	float:left;
	padding: 5px 8px;
}
#footer .footerBottom .first{
	border-left:none;
}
#footer .footerBottom .copyright{
	border-right:none;
}
#footer .footerBottom li p{
	margin:0;
}
#footer .footerBottom a{
	color:#25495F;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

/*modulo twitter y blog*/
.block.b .tools  a{
	display: block;
	width:274px;
	height:52px;
	margin-bottom: 10px;
	text-align:center;
}
.block.b .blog a{
	background: url(../images/btnBlog.jpg) no-repeat;
	color:#fff;
	font-size:24px;
	font-weight:bold;
	padding-top: 30px;
}
.block.b .twitter a{
	background: url(../images/btnTwitter.jpg) no-repeat;
	font-size:18px;
	color:#208CBF;
	padding: 30px 0 0 40px;
	width:234px;
}

/*------------ Paginas especificas ------------------*/
/*index*/
.index h1{
	color: #666;
	font-weight:normal;
}
.index h1 span{
	font-weight: bold;
	color:#333;
}
.index .block h2{
	font-size: 16px;
	color:#666;
	margin-top: -20px;
	position:relative;
}
.index .block h2 span{
	background: #fff;
	padding-right: 10px;
}
.index .block.a{
	width: 530px;
	margin: 30px 20px 20px 0;
	border-bottom: solid 1px #ccc;
	border-top: solid 1px #ccc;
	padding: 10px 0 20px 0;
}

.index .block.a  ul {
	float:left;
	margin:22px 0px 20px 0px;}

.index .block.a li{
	float:left;
}
.index .block.a li a{
	display: block;
	width:140px;
	height:60px;
	text-align:center;
	border:solid 1px #ccc;
	margin: 0 10px 0 0;
}
.index .block.a .pcworldlogo a{
	background: url(../images/PcWorldLogo.jpg) no-repeat center center;
}

.index .allbusiness a{
	background: url(../images/allbusiness_logo.jpg) no-repeat center center;
}
.index .techcrunch a{
	background: url(../images/techcrunch-logo.gif) no-repeat center center;
}

.index .block.a .more a{
	margin: 0;
	width:auto;
	border:none;
	color:#333;
	height: auto;
	margin-top: 25px;
}
.index .block.a a span{
	display:none;
}
.index .block.b{
	width: 350px;
	border: solid 1px #ccc;
	margin: 30px 0;
	padding: 10px;
}

.index .fechaNews {
	margin-top:-2px;
	font-size:80%;}

/*about*/
.about  h1{
	color: #0080D4;
	font-size:18px;
	margin-top: -14px;
	position:relative;
}
.about h2{
	color:#8D8D8D;
	font-size:14px;
	margin-top:-14px;
	position:relative;
}
.about h1 span, .about h2 span{
	background: #fff;
	padding-right:10px;
}
.about .introduction{
	margin: 30px 0 20px 0;
}
.about .introduction .block.a{
	width: 627px;
	margin-right:20px;
	border-top: solid 1px #ccc;
}


.about .introduction .block.a li{
	margin: 0 0 10px 0;
	background: url(../images/bullet.gif) no-repeat 0  5px;
	padding-left: 20px;
}
.about .introduction .block.b{
	width: 260px;	
}
.about .introduction .block.b a{
	color:#fff;
	font-size: 19px;
	font-weight:bold;
	display:block;
	width:221px;
	height:50px;
	background:url(../images/btnManagement.jpg) no-repeat;
	padding: 28px 0 0 50px;
}
.about .goal, .about .network{
	border-top: solid 1px #ccc;
}
.about .goal{
	margin: 30px 0;
}
.about .network {
	margin: 10px 0 20px 0;
}
.about .network li{
	width: 285px;
	height:190px;
	float:left;
	margin-right: 20px;
}
.about .network li h3{
	padding-right: 10px;
	border-right: dotted 1px #ccc;
	width:120px;
	float:left;
}
.about .network li h3 a {
	display: block;
	width: 118px;
	height:47px;
}
.about .network .US h3 a{
	background:url(../images/vrus.jpg) no-repeat;
}
.about .network .MX h3 a{
	background:url(../images/vrmx.jpg) no-repeat;
}
.about .network .CO h3 a{
	background:url(../images/vrco.jpg) no-repeat;
}
.about .network .BR h3 a{
	background:url(../images/vrbr.jpg) no-repeat;
}
.about .network .LA h3 a{
	background:url(../images/vrla.jpg) no-repeat;
}
.about .network li h3 a span{
	display:none;
}
.about .network li .flag{
	float:left;
	width:39px;
	height:30px;
	margin: 20px 0 0 15px;
}
.about .network li .flag span{
	display: none;
}
.about .network .US .flag{
	background:url(../images/flagUs.jpg) no-repeat;
}
.about .network .MX .flag{
	background:url(../images/flagMexico.jpg) no-repeat;
}
.about .network .CO .flag{
	background:url(../images/flagColombia.jpg) no-repeat;
}
.about .network .BR .flag{
	background:url(../images/flagBrazil.jpg) no-repeat;
}
.about .network .LA .flag{
	background:url(../images/flagLa.jpg) no-repeat;
}

/*advertise*/
.advertise{
	margin: 20px 0 30px 0;
}
.advertise .block a{
	color:#77801D;
	text-decoration:underline;
}
.advertise .block h2 a{
	color: #248EC1;
	text-decoration:none;
}
.advertise .block .button{
	font-size: 24px;
	color: #fff;
	display:block;
	width: 404px;
	height:46px;
	background: url(../images/btnAzul.jpg) no-repeat;
	padding:20px 0 0 0;
	text-align:center;
	text-decoration:none;
}
.advertise .block{
	width: 440px;
}	
.advertise .block.a{
	margin-right: 15px;
	padding-right:15px;
	border-right: solid 1px #ccc;
}
.advertise .block.b{
	padding-left: 10px;
}
.advertise .block.a p{
	font-size: 15px;
	color:#666;
	text-align:center;
	padding-bottom: 170px;
	background:url(../images/bkgCasa.gif) no-repeat center bottom;
}
.advertise .block.a h2{
	font-size:22px;
	text-align:center;
	margin-bottom: 20px;
}
.advertise .block.b h2{
	margin-bottom: 15px;
}
.advertise .block.b h2 a{
	text-decoration: underline;
	font-size:22px;
}
.advertise .block.b li{
	margin: 0 0 5px 0;
}
.advertise .block.b li a{
	color: #333;
	text-decoration:none;
}
.advertise .block.b li a span{
	color:#339DCE;
	margin-right: 5px;
}
.advertise .block.b .target{
	background: url(../images/bkgTarget.gif) no-repeat;
	padding: 10px 0 35px 200px;
	margin: 10px 0;
}
.advertise .block.b .target h3{
	width: 200px;
}
.advertise .block.b .target li{
	border-bottom: solid 1px #ddd;
}
.advertise .block.b .pdf{
	background: url(../images/pdf.gif) no-repeat top right;
	padding-right: 20px;
}

/*news*/

.intheNews .block.a{
	width: 612px;
	border: solid 1px #ccc;
	margin: 20px 20px 0 0;
}
.intheNews .block.a h2{
	font-size: 18px;
	color:#007FD2;
	margin-top:-14px;
	position:relative;
}
.intheNews .block.a h2 span{
	background: #fff;
	padding-right:10px;
}
.intheNews .block.a li{
	width: 140px;
	float:left;
	margin: 0 40px 20px 20px;
}
.intheNews .block.a li a img{
	border: solid 1px #ddd;
}
.intheNews .block.a li a{
	color:#007FD2;
	text-decoration:underline;
	font-size:11px;
}
.intheNews .block.b{
	width: 268px;
	border-top: solid 1px #ccc;
	margin-top: 20px;
}
.intheNews .block.b h2{
	font-size: 16px;
	color:#666;
	margin-top:-14px;
	position:relative;
}
.intheNews .block.b h2 span{
	background: #fff;
	padding-right:10px;
}

/*contacto*/

.contact .block.a{
	width: 613px;
	margin-right:15px;
	border:solid 1px #ccc;
	margin-top:20px;
	padding:10px 10px 20px 10px;
}
.contact .block.a h2{
	font-size:18px;
	color:#007FD3;
	margin-top:-24px;
	position:relative;
}
.contact .block.a h2 span{
	background: #fff;
	padding-right:10px;
}
.contact .intro{
	background: #DDEFFB url(../images/bkgIntroContact.gif) no-repeat left bottom;
	width: 605px;
	padding: 5px 0 15px 5px;
}
.contact .block.a .required{
	color:#0C88C5;
	font-size:11px;
}

.contact .block.a table {
	width:80%;}

.contact .block.a td {padding:10px 0px;}

.contact .block.a #required {
	padding:0px;}

.contact .block.a #required div  {
	padding:8px 5px;
	color:#464D11;}

.contact .block.a .label {
	width:250px;
	text-align:right;
	padding-right:10px;
	font-size:13px;
	vertical-align:top;}

.contact .block.a .label span {
	font-weight:bold;
	color:#464D11;}

.contact .block.a .value {
	text-align:left;
	width:300px;}

.contact .block.a .value input, .contact .block.a .value select, .contact .block.a .value textarea {width:99%;}

.contact .block.a #send div {
	padding:0px 0px;
	text-align:right;}

.contact .block.a #send {
	padding:0;}

.contact .block.a #send button {
	background:url(../images/btnSend.jpg) no-repeat;
	width:172px;
	height:32px;
	border:none;
	color:#FFF;
	font-weight:bold;}

.contact .block.a #working select {
	width:100px;}

.contact .block.a .value .error {
	color:#007FD3;
	font-size:11px;
	font-weight:bold;
	display:block;}
	
.contact .block.a .mailSuccess {
	background:url(/images/message-success.jpg) 3% 50% no-repeat;
	margin:10px 0px;
	height:170px;}

.contact .block.a .mailSuccess .success {
	padding:0px 0px 0px 400px;
	font-size:14px;
	color:#333333;
	font-weight:bold;}	
	
	

.contact .block.b{
	width: 268px;
	margin-top: 20px;
}
.contact .contactData{
	margin: 20px 0 0 0;
}
.contact .contactData li{
	background:#F7F7F7;
	width:270px;
	padding: 5px 5px 5px 20px;
	margin: 0  10px 0 0;
	float:left;
	height:120px;
}
.contact .contactData li h3{
	color:#007FD3;
}

/*legal*/
.legal h1{
	font-size: 18px;
	color: #007FD2;
	border-bottom: solid 1px #ccc;
	margin-bottom: 0;
}
.legal h2 {
	font-size: 13px;
	font-weight:bold;
	color: #007FD2;
}
.legal .navLegal{
	margin: 3px 0 25px 0;
}
.legal .navLegal li{
	width: 49.8%;
	background:#E6E6E6;
	float:left;
	height:30px;
	line-height:30px;
	border-right:solid 1px #fff;
	text-align:center;
}
.legal .navLegal .active{
	background: #E6E6E6 url(../images/marker.png) no-repeat top center;
}
.legal .navLegal li a{
	color:#878787;
}
.legal p{
	line-height: 130%;
}
.legal ol li{
	list-style:decimal;
	list-style-position:inside;
	margin: 0 0 7px 0;
}

/*management*/

.management .block.a{
	width: 625px;
	margin-right:20px;
	border-top: solid 1px #ccc;
	margin-top: 25px;
}
.management .block.a h1{
	font-size: 18px;
	color:#007FD2;
	margin-top:-15px;
	position:relative;
}
.management .block.a h1 span{
	background: #fff;
	padding-right:10px;
}
.management .block.a h2{
	border-top: solid 1px #e1e1e1;
	font-size: 12px;
	color:#007FD2;
	margin: 25px 0 0 0;
}
.management .block.a .first{
	border:none;
}
.management .block.a h3{
	color: #000;
	font-size:11px;
	margin: 5px 0;
}
.management .block.b .managementButton a{
	color:#fff;
	font-size: 19px;
	font-weight:bold;
	display:block;
	width:221px;
	height:50px;
	background:url(../images/btnManagement.jpg) no-repeat;
	padding: 28px 0 0 50px;
}

.mapVivaReal .countries{float: left; width:450px;}
.mapVivaReal .mapa{float: left; width:426px;}

.countries li{float: left; width: 190px;margin-right: 10px; border-bottom: solid 1px #ccc;padding: 10px 5px; border-top: solid 1px #fff}
.countries li a{color:#333; font-weight: bold;}
.mapVivaReal{background: #f5f5f5; overflow:hidden; padding: 10px;}


#footer .footerContent{width: 962; margin:0 auto;}
#footer{background: #edece7; clear:both; overflow:hidden; font-family:'Droid Sans', Arial; padding:20px 0;}
#footer .col{width:18.4%; margin-right:2%;}
#footer .col li{margin-bottom: 5px;} 
#footer .col.cinco{margin-right: 0;}
#footer h4{font-weight: bold; margin-bottom:10px; border-bottom: dotted 1px #a09f9b;}
#footer li a{font-size: 0.91em;font-weight: normal; color:#54852e; text-decoration:underline; padding-left:15px; background:url(../images/bullet1.png) no-repeat 0 5px;}
#footer .col{float: left;}
#footer .col.cinco a{background: url(../images/spriteRedes.png) no-repeat; padding:3px 0 3px 20px;}
#footer .col.cinco .twitter{background-position: 0 2px;}
#footer .col.cinco .facebook{background-position: 0 -21px;}
#footer .col.cinco .youtube{background-position: 0 -48px;}
#footer .col.cinco .orkut{background-position: 0 -105px;}
#footer .col.cinco .flickr{background-position: 0 -78px;}
