u@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	}
	
#principal {
	 min-width: 1024px;
    width: 100%;
	}
	
p {
	text-align: justify;
	font-weight: 400;
	}
	
strong {
	font-weight: 700;
	}
	
h1 {
	font-size: 24px;
	}
	
h3 {
	margin: 0px;
	}
	
h4 {
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: solid #fff 1px;
	padding-bottom: 5px;
	margin: 15px 0px;
	}
	
h6 {
	margin: 0px;
	}
	
hr {
	visibility: collapse;
	}
	
button, html [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
	}
input:focus {
	border: none !important;
	outline: none !important;
	}
	
.container, .navbar {
	width: 1024px;
	margin: 0 auto;
	}
	
.blue-ceet-bg {
    background: #0066ab;
	color: #fff;
	}
	
.blue-ceet-bg-alpha {
    background: rgba(0,102,171,0.80);
	color: #fff;
	}
	
.blue-ceet-txt, .blue-ceet-txt a {
	color: #0066ab !important;
	}
	
.blue-bg {
	background: rgb(4, 86, 142);
    color: #fff;
	}
	
.blue-txt, .blue-txt {
	color: rgb(4, 86, 142) !important;
    }
	
.green-txt, .green-txt a {
	color: rgba(161,188,49,1.00) !important;
	}
	
.green-bg {
	background: rgba(161,188,49,1.00);
	color: #fff;
	}
	
.orange-txt, .orange-txt a {
	color: #ad4214 !important;
	}
	
.orange-bg {
	background: #ad4214;
	color: #fff;
	}
	
.red-txt, .red-txt a {
	color: #bf0411 !important;
	}
	
.red-bg {
	background: #bf0411;
	color: #fff;
	}
	
.violet-bg {
	background: #6d5793;
	color: #fff;
	}
	
.violet-txt, .violet-txt a {
	color: #6d5793 !important;
	}
	
header {
	width: 1024px;
	height: 200px;
	margin: 0 auto;
	}
	
.h-header {
	height: 242px;
	}
	
.logo {
	 width: 720px;
    padding: 50px 0px 20px 25px;
    display: inline-block;
    float: left;
	} 
	
.login {
	width: 279px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	}
	
.login input[type="text"], .login input[type="password"] {
	-webkit-border-radius: 10px;
      -moz-border-radius: 10px;
        border-radius: 10px;
	width: 82%;
	border: none;
	padding: 5px 8px;;
	color: #0066ab;
}

.login button {
	-webkit-border-radius: 10px;
     -moz-border-radius: 10px;
	   border-radius: 10px;
	width: 100px;
	margin-left: 140px;
	margin-top: 5px;
	border: none;
	background: #fff;
	color: #0066ab;
	text-transform: uppercase;
	}
	
.login button:hover {
	background: #4b545f;
	color: #fff;
	}
	
.new-pass {
	margin-top: -14px;
	}
	
.new-pass a {
	color: #fff;
	text-decoration: none;
	}
	
.new-pass a:hover {
	color: #e0e0e0;
	}
	
.highlight {
    width: 286px;
    height: 55px;
    padding: 5px 0px 0px 34px;
    font-size: 35px;
    position: absolute;
    z-index: 1;
    top: 125px;
    left: 704px;
	-webkit-border-top-left-radius: 50px;
	  -webkit-border-bottom-left-radius: 50px;
	  -moz-border-radius-topleft: 50px;
	  -moz-border-radius-bottomleft: 50px;
	  border-top-left-radius: 50px;
	  border-bottom-left-radius: 50px;
	}
	
.highlight-product, .highlight-how {
	 width: 500px;
	 height: 55px;
	 top: 40px;
	 left: 0px;
     padding: 5px 0px 0px 34px;
    font-size: 35px;
	position: absolute;
    z-index: 1;
	-webkit-border-top-right-radius: 50px;
	-webkit-border-bottom-right-radius: 50px;
	-moz-border-radius-topright: 50px;
	-moz-border-radius-bottomright: 50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	}
	
.highlight-how {
	top: 330px;
	}

/*nav principal*/

   .navbar {
	z-index: 1000;
	position: relative;
	border-top: solid 1px #fff;
	}
	
	.navbar ul ul {
	display: none;
    }
 
	.navbar ul li:hover > ul {
		display: block;
	}
	
	.navbar ul {
	border-radius: 10px;  
	list-style: none;
	position: relative;
	display: inline-table;
	margin: 1px 0px 0px;
    }
	
	.navbar ul:after {
	content: ""; clear: both; display: block;
	}
	
	.navbar ul li {
		float: left;
   }
   
	.navbar ul li:hover {
		background: #fff;
	}
	.navbar ul li:hover a {
			color: #0066ab;
		}
	
	.navbar ul li a {
		color: #fff;
		display: block; 
		padding: 10px 20px;
		text-decoration: none;
	}
	
	.navbar ul ul {
		background: #0066ab; border-radius: 0px; padding: 0;
		position: absolute; top: 100%; z-index: 1; margin: 0px;
		}
		
	.navbar ul ul li {
		float: none; 
		border-bottom: 1px solid #fff;
		position: relative;
		text-align: center;
	}
		.navbar ul ul li a {
			padding: 15px 30px;
			color: #fff !important;
		}	
			.navbar ul ul li a:hover {
				background: #4b545f;
			}
			
	.navbar ul ul ul {
	position: absolute; left: 100%; top:0;
    }
	
	.my-subnav {
		border-top: none;
		z-index: -1000;
		position:static;
		height: 41px;
		}
		
	.my-subnav ul li {
		width: 180px !important;
		text-align: center;
		}
		
	.active  {
		background: #fff;
		}
	
/*slider*/
ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a { right:0; background: rgba(0,0,0,0.20) url(../images/arrow-r.png) no-repeat; color: rgba(255,255,255,0.00); width: 15px; height: 15px;}
ul.bjqs-controls.v-centered li.bjqs-next a:hover { background: rgba(92,92,92,0.20) url(../images/arrow-r.png) no-repeat;}
ul.bjqs-controls.v-centered li.bjqs-prev a {left:0; background: rgba(0,0,0,0.20) url(../images/arrow-l.png) no-repeat; color: rgba(255,255,255,0.00); width: 15px; height: 15px;}
ul.bjqs-controls.v-centered li.bjqs-prev a:hover { background: rgba(92,92,92,0.20) url(../images/arrow-l.png) no-repeat;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;}
ol.bjqs-markers.h-centered {
	text-align: center;
    position: absolute;
    z-index: 1;
    margin-top: -40px;
	}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/*#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}*/

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
	background:#fff;
	color:#000;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background: rgba(0,0,0,0.50);
	color: rgba(255,255,255,0.00);
}

ol.bjqs-markers li a{
	width: 10px;
	height: 10px;
	background:#0066ab;
	color: rgba(255,255,255,0.00);
	margin:5px;
	-webkit-border-radius: 50%;
     -moz-border-radius: 50%;
      border-radius: 50%;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #fff;
}

p.bjqs-caption{
	background: rgba(255,255,255,0.5);
}

	/*nav about*/
	
	.nav-about {
		margin-bottom: 10px;
		height: 41px;
		}
		
	.nav-about ul {
		margin-top: 0px;
		padding-left: 1px;
		}
	
	.nav-about ul li {
		display: inline-block;
		margin-right: -3px;
       width: 340px;
		}
	
	.nav-about ul li a {
		display: block; 
		height: 29px;
       padding: 10px 0px 0px;
		text-align: center;
		text-decoration: none;
		color: #fff;
		}
	
	.nav-about-active a, .nav-about ul li a:hover  {
		background: #fff;
		color: #0066ab !important;
		margin: 1px 0px;
		}
	
	.about-article {
		padding: 10px 50px 50px;;
		}


/*main*/

	.go1, .go2 {
		padding: 30px;
		margin: 20px 10px;
		-webkit-border-radius: 20px;
		  -moz-border-radius: 20px;
			border-radius: 20px;
		display: inline-block;
		}
		
	.go1 {
		width: 360px;
		float: left;
		}
	
	.go2 {
		width: 500px;
		}
		
	.flt-r {
		font-size: 12px;
		}
		
	.w-l {
		border-right: solid 1px #fff;
		width: 180px;
		float: left;
		margin-right: 20px;
		}
		
	.row-product {
		width: 818px;
		margin: 0 auto;
		margin-bottom: 30px;
		padding-bottom: 40px;
		}
		
	.md-2-about {
		display: inline-block;
		width: 200px;
		text-align: center;
		padding-top: 120px;
		}
		
	.ico1 {
		background: url(../images/ico1.png) no-repeat center 0px;
		}
	.ico2 {
		background: url(../images/ico2.png) no-repeat center -3px;
		}
	.ico3 {
		background: url(../images/ico3.png) no-repeat center -3px;
		}
	.ico4 {
		background: url(../images/ico4.png) no-repeat center -4px;
		}
		
	.number {
		font-size: 44px;
		}
		
	.center {
		text-align: center;
		}
		
	.products, .portal, .tv {
	    background: #e6e6e6 url(../images/productos1.svg) no-repeat;
		width: 800px;
		height: 408px;
		margin: 0 auto;
		margin-bottom: 30px;
		padding: 10px 10px 10px 90px;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		}
		
	.portal {
		height: 240px;
		}
	
	.tv {
		width: 400px;
		height: 80px;
		padding: 10px 254px;
		}
	
	.margin-t {
		margin-top: 40px;
		}
		
	.people {
		 height: 600px;
        padding-left: 18px;
		}
		
	.txt-people {
		width: 148px;
       height: 125px;
       margin: 8px;
       padding: 144px 50px 0px 20px;
		}
		
	.bg-people1 {
		background: url(../images/people1.jpg) no-repeat;
		}
		
	.bg-people2 {
		background: url(../images/people2.jpg) no-repeat;
		}
		
	.bg-people3 {
		background: url(../images/people3.jpg) no-repeat;
		}
		
	.bg-people4 {
		background: url(../images/people4.jpg) no-repeat;
		}
		
	.radius {
	   		-webkit-border-radius: 20px;
        -moz-border-radius: 20px;
         border-radius: 20px;
		 }
		 
	.search, .requirement {
		width: 924px;
       height: 230px;
       margin: 0 auto;
		}
		
	.requirement {
		height: 110px;
		padding-left: 10%;
		margin-bottom: 40px;
		}
		
	.trait {
		width: 144px;
       min-height: 125px;
       padding: 20px 10px 10px;
       margin: 10px;
	   }
	   
	 .btn-search {
		width: 128px;
		height: 20px;
		padding: 10px 10px;
		margin: 30px 5px;
		text-align: center;
		-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
		}
		
	.btn-search:hover {
		background: #fff;
		border: solid 1px #0066ab;
		color: #0066ab;
		}
		
	.marg-t {
		margin-top: 20px;
		}
	/*nav footer*/
	
	.nav-footer {
		border-top: solid 1px #0066ab;
		border-bottom: solid 1px #0066ab;
		margin-bottom: 10px;
		}
		
	.nav-footer ul {
		margin: 8px 0px;
		}
		
	.nav-footer ul li {
		display: inline-block;
		}
		
	.nav-footer ul li a {
		list-style: none;
		text-decoration: none;
		font-size: 11px;
		color: #0066ab;
		border-right: solid 1px #0066ab;
		padding: 0px 10px;
		}
		
	.nav-footer ul li a:hover {
		color: #808080;
		}
		
	.no-slash {
		border-right: none !important;
		}  
	
	/*footer*/
	
	footer {
		margin-bottom: 10px;
		color: #4b545f;
		}
	
	.logo-foo, .powered {
		float: left;
		padding-top: 5px;
		}
	
	.legal {
		display: inline-block;
		background: #e0e0e0;
		width: 852px;
		padding: 10px;
		}
		
	.legal a {
		color:#0066ab;
		}
		
	.on-legal {
		display: inline-block;
		margin-left: 10px;
		}
		
	.social {
		display: inline-block;
		margin-left: 10px;
		text-align: center;
		}
	
	/*  OFERTAS */

#tabla1, #tabla2 {
    border: 1px solid #666666;
    clear: both;
    overflow: hidden;
    padding: 5px 10px;
    width: 520px;
}
#tabla1 {
    background-color: #55b247;
	height:18px;
}
#tabla2 {
    background-color: #666666;
}
.titulos_r {
	font-size:14px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#division_1 {
    border-bottom: 1px dotted #666666;
    clear: both;
    overflow: hidden;
    padding: 0 0 5px;
    width: auto;
}
#clear {
    clear: both;
    margin: 3px 0;
}
.textos_g {
	font-size:12px;
    color: #333333;
    text-align: left;
}
#left {
    float: left;
    margin: 0 5px 0 0;
}
.caja_left {
    width: 200px;
}
.textos_g {
	font-size:12px;
    color: #333333;
    text-align: left;
}
.combo {
    width: 180px;
}
#divisor_tab {
    clear: both;
    height: 10px;
}
.titulos_r {
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#division_2 {
    border-bottom: 1px dotted #333333;
    clear: both;
    overflow: hidden;
    padding: 0 0 5px;
    width: auto;
}
.textos_t {
	font-size:12px;
    color: #333333;
    font-size: 12px;
    text-align: left;
}
.textos_t a:link {
    color: #333333;
}
.textos_t a:visited {
    color: #333333;
}
.textos_t a:hover {
    color: #333333;
    font-weight: bold;
}
.textos_t a:active {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.caja_left {
    width: 200px;
}
#caja_single {
    border-bottom: 1px dotted #999999;
    clear: both;
    overflow: hidden;
    padding: 5px 0;
    width: 490px;
}
#caja_ico {
    float: left;
    height: 0;
    margin: 0;
    width: 0;
}
.textos_o {
	font-size:12px;
    color: #707174;
    font-size: 12px;
    text-align: left;
}
.textos_o a:link {
    color: #707174;
    font-weight: bold;
}
.textos_o a:visited {
    color: #707174;
    font-weight: normal;
}
.textos_o a:hover {
    color: #55b247;
}
.textos_o a:active {
    color: #707174;
}
.titulos_r {
	font-size:12px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
}
#right {
    float: right;
}
.textos_g_14 {
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.detalle_text {
	padding: 5px 50px 5px 30px;
    text-align: left;
    font-weight: 400;
}
.detalle_titulo {
    color: #0076c7;
	padding: 2px 10px 2px 50px;
    text-align: right;
}
element.style  {
    color: #FFFFFF;
    
    font-size: 12px;
    text-align: justify;
}

.textos_g_14 {
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.enviar {
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding-top:15px;
	padding-bottom:8px;
}
.fnd_detalle {
	background-image: url(../img/fnd_n.jpg);
	background-repeat: repeat-x;
	background-color:#FFF;
	padding: 10px;
}

td[class="titulo_tabla"], td[class="texto_tablalink"], td[class="texto_tabla"]   {
	 width: 26%;
	}
	
td[class="texto_tablalink"] > div:nth-child(odd), td[class="texto_tabla"] > div:nth-child(odd) {
/*	background: #f5f5f5;
*/	padding: 10px 5px;
	}
	
.texto_tablalink > div[align="center"], .texto_tabla > div[align="center"] {
	text-align: left !important;
	}
	
.titulo_tabla{
    background-color: #fff;
    color: #0066ab;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
	}
.texto_tablalink{
	color: #0076c7;
    text-decoration: none;
}
.texto_tablalink a{
	color: #0066ab;
    text-decoration: none;
}
.texto_tablalink a:hover{
	color: #4b545f;
	text-decoration: underline;
}
.texto_tabla{
	text-align:justify;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: normal;
	font-size: 14px;
}
.tabla_gris{
	background-color: #666666;
}

table > tbody > tr[bgcolor="#e7e7e7"] {
	background-color: #0066ab !important;

	} 
	
table > tbody > tr [bgcolor="#e7e7e7"] {
	background-color: #0066ab !important;
	} 
	
/*botones ofertas*/

table > tbody > tr > td > div >input, table > tbody > tr > td > input{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 60%;
    margin-left: 35px;
    margin-top: 15px;
    border: none;
    background: #fff;
    color: #0066ab;
    text-transform: uppercase;
}

table > tbody > tr > td > div >input:hover, table > tbody > tr > td > input:hover{
   	background: #4b545f;
	color: #fff;
}

.titulos2 {
   color: #0066ab;
   }

.my-contact {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 50%;
    border: none;
    padding: 5px 8px;
    color: #0066ab;
	border: solid #e0e0e0 1px;
}

.my-contact:focus {
	border: solid #e0e0e0 1px !important;
	outline: none !important;
}

.btn-contact {
	width: 25%;
	height: 35px;
     background: #4b545f;
    color: #fff;
 }
 
 .btn-contact:hover {
    background: #fff;
	border: solid 1px #0066ab;
    color: #0066ab;
	}
	
.fdo_btn {
	border: none;
    width: 130PX;
    height: 30PX;
    padding: 0px;
    margin: 0px 30px;
	background: #0066ab;
	color: #fff;
	}
.fdo_btn:hover {
	color: #0066ab;
	border: solid 1px #0066ab !important;
	}