* { margin:0; padding:0;}
html {background-color:#ffffff; }
#correo{ width: 70px; height:25px; position:absolute; float: right; margin:20px 0px 0px 930px; text-align:center; 
border-bottom: 1px solid #D2D3D5;
box-shadow: 0 1px 4px rgba(0,0,0,0.2); 
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;
}
#correo img {vertical-align: middle}
#correo a {color:#666;}
#correo:hover { background-color: #f3f3f3 }

body {width:1000px; height:auto; margin:0 auto;  font-family:'Titillium Web'; }
header {width:1000px; height:120px; background: url('img/fondo-header2.png') no-repeat; }
nav {width:1000px; height:50px; background-color:#0E73B2;}
main {width:1000px; height:auto; background-color:#fff; }
footer {width:1000px; height:180px; background-color:#0E73B2;}

section#logo {width:250px; height:120px; float:left; }
section#logo img {padding-left:30px; padding-top:10px; border-radius: 15px; }
section#banner {width:750px; height:120px; float:left; background-color:#fff; } 
section#box {width:200px; height:50px; float:left; vertical-align:middle; }
aside#left {width:250px; height:500px; float:left; background-color:#2980b9;}
article {width:311px; height:280px; float:left; padding-top:30px; border-top: 1px solid #0E73B2; border-bottom: 1px solid #0E73B2; box-shadow:0px 4px 3px rgba(0,0,0,0.1);
}
a:link, a:visited, a:hover, a:active{ text-decoration: none}

@font-face {
font-family:'Titillium Web';
src: url('TitilliumWeb-Regular.ttf');
}
@font-face {
font-family: 'Bebas Neue Regular';
font-style: normal;
font-weight: normal;
src: local('Bebas Neue Regular'), url('BebasNeue Regular.woff') format('woff');
}

/*MENU*/
nav ul { list-style:none; margin:0; padding:0; overflow: hidden; height:50px;	}
nav ul li { float:left; font-size:16px;  }
nav ul li img {vertical-align: middle}
nav ul li a {display:block; width:200px; color:#fff; text-align:center; text-decoration: none; padding-top:13px; padding-bottom:13px }
.menu-fixed {position: fixed; z-index:1000; top:0; width:100%; max-width:1000px; box-shadow:0px 4px 3px rgba(0,0,0,0.2); }

.hover-menu {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hover-menu:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0084CC;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-menu:hover, .hover-menu:focus, .hover-menu:active { color: white; }
.hover-menu:hover:before, .hover-menu:focus:before, .hover-menu:active:before { -webkit-transform: scaleY(1); transform: scaleY(1); }

/****SLIDER INICIO**************/
section#slider-inicio {width:1000px; height:350px;}
.textoslide { color: #FFF; background-color:rgba(14, 115, 178, 0.2); position: absolute; width: 80%; height:120px; text-align: center; top: 26%; z-index: 9999; padding-top:25px; margin-left:100px}
.textoslide p { color:#fff; font-size: 48px; font-weight:900; font-family: 'Bebas Neue Regular', Arial, sans-serif; text-transform:uppercase; text-shadow: 1px 1px 1px #000; }
.textoslide p span { color: orange; font-size: 40px; line-height: 30px; font-weight: 900}

/****SERVICIOS INICIO***********/
section#servicios-inicio {width:1000px; height:380px; background-color:#fff; text-align:center }
section#servicios-inicio img {max-width: none; }
section#servicios-inicio h3 {padding-top:20px; padding-bottom:20px; color:#0E73B2; text-align:left }
section#servicios-inicio h4 { padding-top:10px; color:#0E73B2; text-align:center}
section#servicios-inicio p { padding:10px; color:#727376; text-align:center;}
article#fibra {margin-left:30px; background-color:#EEF3F8}
article#telecom {margin-left:30px; background-color:#EEF3F8}
article#internet {background-color:#EEF3F8}

/***NOTICIAS********************/
section#noticias {width:1000px; height:380px; background-color:#fff; text-align:left }
section#noticias img {max-width: none; width:200px; height:130px; float:left; margin-right:10px  }
section#noticias article { margin:0px 0px 15px 0px; width:475px; height:140px; padding:5px; border: 1px solid #D2D3D5;
box-shadow:0px 4px 3px rgba(0,0,0,0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px; 
-o-border-radius: 4px;
border-radius: 4px; 
box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;
}

/* Fade */
section#noticias article {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /*box-shadow: 0 0 1px transparent;*/
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
section#noticias article:hover, section#noticias article:focus, section#noticias article:active {background-color: #EEF3F8;color: white;}

article#a2 {float:right}
article#a4 {float:right}  
section#noticias h3 { padding-top:20px; padding-bottom:20px; color:#606062; text-align:left }
section#noticias h4 { font-size:14px; color:#0E73B2; text-align:left; }
section#noticias p { font-size:14px; text-align:justify; color:#606062; line-height:16px }

/****FOOTER****************/
section#logo-footer {width:200px; height:150px; float:left; }
section#logo-footer img {padding-left:40px; padding-top:25px;}
section#contacto {width:600px; height:120px; float:left; }
section#contacto ul {list-style:none; padding:40px; text-align:center;}
section#contacto ul li {font-size:14px; color:#fff;  }
section#sociales {width:200px; height:150px; float:left;}
section#sociales ul { list-style:none; margin-top:50px;  } 
section#sociales ul li { float:left; width:40px; height:40px; }
section#copy {width:1000px; height:30px; background-color:#2980b9; float:left; text-align:center; color:#fff; font-size:12px; padding-top:4px;}

section#sociales ul li img {
	float: left;
	margin: 8px;
	-webkit-transition: margin 0.2s ease-out;
	-moz-transition: margin 0.2s ease-out;
	-ms-transition: margin 0.2s ease-out;
	transition: margin 0.2s ease-out;
}
section#sociales ul li img:hover { margin-top: 2px; }

	
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flexslider:hover .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 90px; left:435px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

.titulo-pag { padding:0px 0px 0px 20px; margin:30px 0px 10px 0px; color:#0E73B2; border-left:4px solid #FE0000}
.txt-pag {padding:0px 24px 0px 24px; color:#555; }

/***NOSOTROS PAGE********************/
section#mision { text-align:center; margin:30px 24px 30px 24px; width:400px; height:410px; padding:20px;  
box-shadow:0px 4px 3px rgba(0,0,0,0.1);
-webkit-border-radius: 4px;
-moz-border-radius: 4px; 
-o-border-radius: 4px;
border-radius: 4px; 
box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;
}

section#mision img { width:350px; height:250px; text-align:center;}
section#mision h2 { color: #555; line-height:25px; text-align:center}
section#mision h2 span { color: red;}
section#mision p { text-align:center; padding-top:10px; color:#555; }

section#valores { text-align:center; margin:30px 0px 30px 0px; float:left; width:1000px; height:auto;}
section#valores img { width:300px; height:200px;text-align:center;}
section#valores h2 { color: #444; line-height:25px; text-align:center}
section#valores h2 span { color: red;}
section#valores ul li h4 { font-weight: bold; border-bottom: 1px solid #D2D3D5; padding-bottom:5px; background:url("img/check2.png") 10px 5px no-repeat; }
section#valores p { text-align:center; padding-top:10px}
section#valores ul { list-style-type: none;}
section#valores ul li { float:left; width:200px; height:140px; background-color:#EEF3F8; padding:10px; color:#555;
margin:10px 0px 10px 24px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px; 
-o-border-radius: 4px;
border-radius: 4px}

/***SERVICIOS PAGE********************/
section#servicios-page { text-align:left; margin-top:20px; padding:20px 30px 20px 30px; height:auto; background-color:#EEF3F8;}
section#servicios-page img {width:220px; height:150px; text-align:center; margin-bottom:10px }
section#servicios-page h2 { color:#FE0000; padding-left:10px }
section#servicios-page .imagenes { height:340px; width:220px; float:left; margin-right:50px }
section#servicios-page p {color:#555}
section#servicios-page  ul {margin: 20px;}
section#servicios-page  ul  li{ list-style-image:url("img/check3.png"); list-style-position:inside; color:#555 }

/***CLIENTES PAGE********************/
section#clientes_page main { width:1000px; height:400px; background-color:red; margin-top:20px; padding:20px 30px 20px 30px;  }
section#clientes_page { text-align:left; margin-top:20px; padding:20px 30px 20px 30px; height:auto; }
section#clientes_page img { margin-bottom:10px; width:180px; height:130px; }
section#clientes_page .cambio-color { filter: grayscale(100%); -webkit-filter: grayscale(100%); transition:filter 0.4s; -webkit-transition:-webkit-filter 1s;}
section#clientes_page .cambio-color:hover { filter: grayscale(0); -webkit-filter: grayscale(0); }
 
section#clientes_page p { color:#555}
section#clientes_page ul { margin:20px;}	
section#clientes_page ul li{ list-style-type:none; margin:10px; padding:10px; float:left; width:180px; height:130px; border: 1px solid #EEF3F8;
-webkit-border-radius: 8px;
-moz-border-radius: 8px; 
-o-border-radius: 8px;
border-radius: 8px; 

 }
