@charset "utf-8";
/* CSS Document */



body,div,p,ul,li,nav,h1,h2,h3,h4,a,article,header{
	margin:0;
	padding:0;
	}
a, a:link, a:visited {
	text-decoration: none;x
}

body{
	background-image:url(../img/background.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFF;
}

#clear{
	height:1px;
	clear:both;
}
#clearfoot{
	height:30px;
	clear:both;
}
	
#container{
	width:940px;
	height:auto;
	margin:auto;
	}

#header{
	height:150px;
	position:relative;
	}
	
#header h1{
	position:absolute;
	top:25px;
	text-indent:-9999px;
	background-image:url(../img/promix-logo.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:303px;
	height:113px;
	}



/*/ ...................................MENU................................................../*/
nav#menu{
	height:60px;
	width:auto;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
	-o-border-radius:10px 10px 0 0;
	background: #bad1f0; /* Old browsers */
background: -moz-linear-gradient(top, #bad1f0 0%, #7ca8e1 2%, #4584d5 3%, #4e8ad8 47%, #4d8ad8 51%, #4181d4 53%, #4181d4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bad1f0), color-stop(2%,#7ca8e1), color-stop(3%,#4584d5), color-stop(47%,#4e8ad8), color-stop(51%,#4d8ad8), color-stop(53%,#4181d4), color-stop(100%,#4181d4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bad1f0 0%,#7ca8e1 2%,#4584d5 3%,#4e8ad8 47%,#4d8ad8 51%,#4181d4 53%,#4181d4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bad1f0 0%,#7ca8e1 2%,#4584d5 3%,#4e8ad8 47%,#4d8ad8 51%,#4181d4 53%,#4181d4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bad1f0 0%,#7ca8e1 2%,#4584d5 3%,#4e8ad8 47%,#4d8ad8 51%,#4181d4 53%,#4181d4 100%); /* IE10+ */
background: linear-gradient(to bottom, #bad1f0 0%,#7ca8e1 2%,#4584d5 3%,#4e8ad8 47%,#4d8ad8 51%,#4181d4 53%,#4181d4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bad1f0', endColorstr='#4181d4',GradientType=0 ); /* IE6-9 */
	}

nav#menu{
	padding-left:22px;
}

nav#menu ul li{
	display:block;
	height:60px;
	float:left;
	border-right:solid 1px #014073;
	line-height:60px;
}


nav#menu ul li a{
	display:block;
	border:0;
	height:60px;
	font-family: 'Exo', sans-serif;
	font-weight:200;
	text-decoration:none;
	color:#b9dfff;
	font-size:14px;
}
nav#menu ul li a:hover{
	display:block;
	border:0;
	background-image:url(../img/nav/btn7-over.png);
	background-repeat:no-repeat;
	background-position:center;
}
nav#menu ul li span{
	margin-left:12px;
	margin-right:12px;
}

.activo {
	font-family: 'Exo', sans-serif;
	font-weight:200;
	text-decoration:none;
	color:#b9dfff;
	font-size:14px;
	display:block;
	border:0;
	background-image:url(../img/nav/btn7-over.png);
	background-repeat:no-repeat;
	background-position:center;
}


/*/ ...................................ARTICLE PORTADA................................................../*/
#article{
	width:940px;
	height:auto;
	background-color:#FFF;
	padding-top:20px;
	}
	
#articlein{
	width:940px;
	height:620px;
	background-color:#FFF;
	padding-top:20px;
	}
	
#articlein2{
	width:940px;
	height:auto;
	background-color:#FFF;
	padding-top:20px;
	overflow: hidden;
	}
	
	.contacto{
	width:400px;
	height:auto;
	overflow: hidden;
	}
/*/ ...................................IMAGEN FLOW................................................../*/

#imageflow{
	width:900px;
	height:421px;
	margin-left:20px;
	margin-bottom:20px;
	background-color:rgba(204,204,204,1);
}

#slideshowHolder img{
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
}

/*/ ...................................RESUMEN (informacion de los puntos de ventas y las operaciones................................................../*/
#resumen{
	width:940px;
	height:270px;
	margin:0;
}

.tablero{
	float:left;
	width:440px;
	height:270px;
	margin-left:20px;
	border:solid 1px #333333;
	box-shadow:rgba(0,0,0,0.6) 0 2px 3px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	background: #454647; /* Old browsers */
background: -moz-linear-gradient(top, #454647 0%, #5b5c5d 23%, #a7a7a7 80%, #b8b8b8 98%, #b8b8b8 100%, #b3b3b3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#454647), color-stop(23%,#5b5c5d), color-stop(80%,#a7a7a7), color-stop(98%,#b8b8b8), color-stop(100%,#b8b8b8), color-stop(100%,#b3b3b3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #454647 0%,#5b5c5d 23%,#a7a7a7 80%,#b8b8b8 98%,#b8b8b8 100%,#b3b3b3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #454647 0%,#5b5c5d 23%,#a7a7a7 80%,#b8b8b8 98%,#b8b8b8 100%,#b3b3b3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #454647 0%,#5b5c5d 23%,#a7a7a7 80%,#b8b8b8 98%,#b8b8b8 100%,#b3b3b3 100%); /* IE10+ */
background: linear-gradient(to bottom, #454647 0%,#5b5c5d 23%,#a7a7a7 80%,#b8b8b8 98%,#b8b8b8 100%,#b3b3b3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454647', endColorstr='#b3b3b3',GradientType=0 ); /* IE6-9 */
}

.tablero header{
	text-align:center;
	width:420px;
	height:50px;
	margin-top:10px;
	margin-left:10px;
	box-shadow:rgba(0,0,0,0.3) 0 3px 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	background: #767676; /* Old browsers */
background: -moz-linear-gradient(top, #8f8f8f 0%, #767676 2%, #666666 4%, #5c5c5c 22%, #303030 80%, #262626 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f8f8f), color-stop(2%,#767676), color-stop(4%,#666666), color-stop(22%,#5c5c5c), color-stop(80%,#303030), color-stop(100%,#262626)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #8f8f8f 0%,#767676 2%,#666666 4%,#5c5c5c 22%,#303030 80%,#262626 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #8f8f8f 0%,#767676 2%,#666666 4%,#5c5c5c 22%,#303030 80%,#262626 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #8f8f8f 0%,#767676 2%,#666666 4%,#5c5c5c 22%,#303030 80%,#262626 100%); /* IE10+ */
background: linear-gradient(to bottom, #8f8f8f 0%,#767676 2%,#666666 4%,#5c5c5c 22%,#303030 80%,#262626 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f8f8f', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
}

.tablero header h2{
	font-family: 'Exo', sans-serif;
	font-weight:200;
	color:#f77a1f;
	font-size:16px;
	margin-left:54px;
	width:100px;
	margin-top:3px;
	margin-right:20px;
}

.tablero header h3{
	font-family: 'Exo', sans-serif;
	font-weight:900;
	text-shadow:rgba(0,0,0,0.3) 0 2px 2px;
	color:#fff;
	font-size:36px;
	float:left;
}
.tablero header h3 span{
	text-align:center;
	margin-left:110px;
}

.tablero header img{
	width:34px;
	height:34px;
	float:left;
	margin-top:10px;
	margin-left:40px;
}

.tablero h4{
	text-align:center;
	font-family: 'Exo', sans-serif;
	font-weight:900;
	text-shadow:rgba(0,0,0,0.3) 0 2px 2px;
	color:#002544;
	font-size:24px;
	float:left;
	padding-top:20px;
	margin-bottom:20px;
}

.tablero p{
	text-align:center;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	color:#000;
	font-size:18px;
	float:left;
	width:420px;
}
.tablero ul{
	list-style:none;
	text-align:center;
	font-family: 'Exo', sans-serif;
	font-weight:900;
	text-shadow:rgba(0,0,0,0.3) 0 2px 2px;
	color:#002544;
	font-size:24px;
	float:left;
	width:420px;
}

.tablero img{
	margin-left:10px;
}
.banderas{
	margin-top:10px;}
#venezuela{
	float:left;
	width:110px;
	height:90px;
	border-bottom:solid 1px #666;
	border-right:solid 1px #666;
	margin-left:50px;
	}
#peru{
	float:left;
	width:110px;
	height:90px;
	border-bottom:solid 1px #666;
	border-right:solid 1px #666;
}
#nicaragua{
	float:left;
	width:110px;
	height:90px;
	border-bottom:solid 1px #666;
}
#colombia{
	float:left;
	width:110px;
	height:90px;
	border-right:solid 1px #666;
	margin-left:50px;
}
#panama{
	float:left;
	width:110px;
	height:90px;
	border-right:solid 1px #666;
}
#chile{
	float:left;
	width:110px;
	height:90px;
}


/*/ .......... BIENVENIDOS .........../*/
#bienvenido{
	width:900px;
	margin-top:30px;
	margin-left:80px;
	text-align:center;
	}

#bienvenido h2{
	font-family: 'Exo', sans-serif;
	font-weight:400;
	text-shadow:rgba(0,0,0,0.3) 0 2px 2px;
	color:#002544;
	font-size:36px;
	width:780px;
	border-bottom:solid 1px #002544;
	float:left;
	}
#bienvenido h3{
	padding-top:20px;
	width:780px;
	text-align:center;
	font-family: 'Exo', sans-serif;
	font-weight:200;
	color:#002544;
	font-size:30px;
	float:left;
}

#bienvenido p{
	width:780px;
	text-align:center;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	color:#666;
	font-size:18px;
	float:left;
	padding-top:20px;
	float:left;
}
/*/ ...................................SECCION INTERNA................................................../*/
#interno{
	width:780px;
	height:auto;
	margin-left:80px;
	position:relative;
	}

#interno h2{
	font-family: 'Exo', sans-serif;
	font-weight:400;
	text-shadow:rgba(0,0,0,0.3) 0 2px 2px;
	color:#002544;
	font-size:36px;
	width:780px;
	border-bottom:solid 1px #002544;
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	}
	
#interno h3{

	width:380px;
	text-align:left;
	font-family: 'Exo', sans-serif;
	font-weight:200;
	color:#002544;
	font-size:30px;
	border-bottom:solid 1px #002544;
}
#interno h4{
	width:380px;
	text-align:left;
	font-family: 'Exo', sans-serif;
	font-weight:200;
	color:#002544;
	font-size:24px;
	border-bottom: dotted 1px #002544;
	float:left;
}

#interno h5{
	width:380px;
	text-align:left;
	font-family: 'Exo', sans-serif;
	font-weight:200;
	color:#002544;
	font-size:20px;
	border-bottom: dotted 1px #002544;
	float:left;
}



#interno .iconflag img{
	float:left;
	width:70px;
	height:37px;
}
		
#interno .foto-estrategia{
	position:absolute;
	left:480px;
	top:10px;
	z-index:2;
	}

#interno .icono-estrategia{
	position:absolute;
	z-index:1;
	left:540px;
	top:200px;
	}

#interno p{
	width:380px;
	text-align:left;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	color:#666;
	font-size:18px;
	float:left;
	padding-top:20px;
	margin-bottom:10px;
}

#interno.contacto p{
	text-align:left;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	color:#666;
	font-size:18px;
}

#interno span{
	font-weight:bold;
	color:#002544;
}

#interno ul{
	width:360px;
	text-align:left;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	color:#666;
	font-size:18px;
	float:left;
	padding-top:20px;
	padding-left:20px;
	list-style: outside url(../img/bullet-icon.png);
}

#interno ul li{
	margin-bottom:1.5em;
}


/*/ ....Seccion Contacto....../*/

#interno2{
	width:780px;
	height:auto;
	margin-left:80px;
	position:relative;
	}
	
#interno2 .foto-estrategia{
	position:absolute;
	left:480px;
	top:10px;
	z-index:2;
	}

#interno2 .icono-estrategia{
	position:absolute;
	z-index:1;
	left:540px;
	top:200px;
	}

#interno2 h2{
	font-family: 'Exo', sans-serif;
	font-weight:400;
	text-shadow:rgba(0,0,0,0.3) 0 2px 2px;
	color:#002544;
	font-size:36px;
	width:780px;
	border-bottom:solid 1px #002544;
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	}
	
#interno h4{
	width:380px;
	text-align:left;
	font-family: 'Exo', sans-serif;
	font-weight:200;
	color:#002544;
	font-size:24px;
	border-bottom: dotted 1px #002544;
	float:left;
}

#interno2 h5{
	width:400px;
	text-align:left;
	font-family: 'Exo', sans-serif;
	font-weight:200;
	color:#002544;
	font-size:20px;
	border-bottom: dotted 1px #002544;
	float:left;
}



	




#interno2 p{
	text-align:left;
	font-family: 'Exo', sans-serif;
	font-weight:400;
	color:#666;
	font-size:18px;
}









/*/ .................FOOTER................ /*/

#footer{
	margin-top:30px;
	height:265px;
	width:auto;
	margin:0;
	background-image:url(../img/footer/back.png);
	background-repeat:repeat-x;
	background-color:#111518;
}

#cfoot{
	background-image:url(../img/footer/glow.png);
	background-repeat:repeat-x;
	background-position:top center;
	width:940px;
	height:265px;
	margin:auto;
	}
.logogrupo{
	padding-top:30px;
	margin-top:30px;
	text-align:center;
}

#otrosites{
	margin-left:180px;
	margin-top:35px;
	width:620px;
	height:150px;

}
.otrosites{
	float:left;
	width:83px;
	height:130px;
		
}
.otrosites img{
	border:none;
	}
	
.otrosites a p{
	text-align:center;
	font-family: 'Exo', sans-serif;
	font-weight:200;
	color:#b9dfff;
	font-size:10px;
}

.otrosites a:hover p{
	color:rgba(255,51,0,1);
}


#legal{
	border-top:#3f4853 solid 1px;
	background-color:#000104;
	width:auto;
	height:40px;
}

#legal p{
	text-align:center;
	font-family: 'Exo', sans-serif;
	font-weight:200;
	color:#fff;
	font-size:10px;
	line-height:40px;
}

