@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,200,700,800,900);
html, body{
    font-family: 'calibri', 'sans-serif';
    font-size: 100%;
    background-color: #FFF;
    height: 100%;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.flotante{
	display: scroll;
	position: fixed;
	bottom: 0px;
	left: 20%;
	/*width: 10%;*/
	z-index: 200;
	visibility: hidden;
}

/*----Inicia-Encabezado----*/
.header-stat{
	background:#222780;
	width: 100%;
}
.header{
	background:#222780;
	color="#2e3192";
	display: scroll;
	position: fixed;
	width: 100%;
	z-index: 200;
}
.h_menu{
	float: left;
	/*padding: 3em 4em;*/
}

.cons-resultados{
	background-color: #05A4C2;
}
.cons-resultados:hover{
	color: #fff;
}
.logo{
	float:left;
}
.labcasa{
	float:right;
}

.btn-noticias{
/*background-color: #03a9f4;*/
/*border:1px solid #ffffff;*/
box-shadow: 0px 0px 5px #ffffff;
-moz-box-shadow: 0px 0px 5px #ffffff;
-webkit-box-shadow: 0px 0px 5px #ffffff;

animation: parpadeo 2s;
-webkit-animation: parpadeo 2s;
-moz-animation: parpadeo 2s;
animation-iteration-count:infinite;
-webkit-animation-iteration-count:infinite;
-moz-animation-iteration-count:infinite;
}


@keyframes parpadeo { 
100%{
	box-shadow: 0px 0px 20px #ffffff;
	-moz-box-shadow: 0px 0px 20px #ffffff;
	-webkit-box-shadow: 0px 0px 20px #ffffff;
}

}

@-webkit-keyframes parpadeo { 
100%{
	box-shadow: 0px 0px 30px #ffffff;
	-moz-box-shadow: 0px 0px 30px #ffffff;
	-webkit-box-shadow: 0px 0px 30px #ffffff;
}
}

nav{
	display:block;
	float: left;
	position: relative;
}
.menu{
	display:block;
	margin: 1.5em 0;
}
.menu li{
	display:inline-block;
	position:relative;
	/*padding: 0;**/
}
.menu li:first-child{
	margin-left:0;
}
.menu li.activate a,.menu li a:hover{
	/*background: #62A29E;*/
}
.menu li a{
	text-decoration: none;
	text-align: center;
	padding: 10% 20px;
	display: block;
	color: #fff;
}
.menu li a:hover,.menu li:hover>a{
	text-decoration: none;
	color:#00A2C1;
}
.menu ul{
	display: none;
	margin: 0;
	padding: 0;
	/*width: 132px;*/
	position: absolute;
	top: 42px;
	left: 0px;
	background: #ffffff;
}
.menu ul li{
	display:block;
	float:none;
	background:none;
	margin:0;
	padding:0;
}
.menu ul li a{
	font-size: 13px;
	display: block;
	color: #ffffff;
	background:#222799;
	padding: 10px 20px;
	width: 150px;
}
.menu ul li a:hover,.menu ul li:hover>a{
	text-decoration: none;
	color:#00A2C1;
}
.menu li:hover>ul{
	display:block;
}
.menu ul ul{
	left: 132px;
	top: 0px;
}

.mobile-menu{
	display: none;
	width: 100%;
	padding: 12px;
}
.mobile-menu:hover{
	text-decoration:none;
}

nav a#pull {
	display: none;
}

@media (min-width: 768px) and (max-width: 979px) {
	.menu ul{
		top:37px;
	}
	.menu li a{
		font-size:12px;
		padding:8px;
	}
}
@media (max-width: 767px) {
	.menu{
		display:none;
	}
	.menu li{
		display:block;
		margin:0;
		width: 100%;
	}
	.menu li a{
		background:#ffffff;
		color:#797979;
		border-top:1px solid #e0e0e0;
		padding: 10px 200px;
	}
	.menu li a:hover,.menu li:hover>a{
		background:#f0f0f0;
		color:#797979;
	}
	.menu ul{
		display:none;
		position:relative;
		top:0;
		left:0;
		width:100%;
		height: 10px;
		margin: 0;
	}
	.menu ul ul{
		left:0;
	}
	.h_menu{float: right;}
	/*.mobile-menu{display:inline-block;margin-top:25%;}*/
	.mobile-menu{
		display: inline-block;
		position: relative;
		color: #F26D7D;
	}
	.mobile-menu:after {
		content:"";
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 100%;
		top: 10px;

	}
}
@media (max-width: 480px){
	.menu li a {
		border-bottom: 1px solid #576979;
		padding: 7px 120px;
	}
}
@media (max-width: 320px){
	.menu{
		float: none;
	}
	.menu li {
		display: block;
		float: none;
		width: 100%;
	}
	.menu li a {
		border-bottom: 1px solid #576979;
		padding: 5px 80px;
	}
}


/*
Styles for screen 600px and lower
@media screen and (max-width: 768px) {
	nav { 
  		height: auto;
  		float:none;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 1px solid #eee;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
  	
}

Styles for screen 515px and lower
@media only screen and (max-width : 768px) {
	nav {
		border-bottom: 0;
		float: none;
	}
	nav ul {
		display: none;
		height: auto;
		margin:0;
		background: #fff;
	}
	nav a#pull {
		display: block;
		position: relative;
		color: #F26D7D;
		text-align: right;
		position: absolute;
		top: 35px;
	}
	nav a#pull:after {
		content:"";
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 10px;
	}
	nav a#pull img{
		margin-right:2%;
	}
	.top-nav ul li a {
		color: #2C3E50;
		padding: 0em 0;
	}
	
}

Smartphone
@media only screen and (max-width : 320px) {
	nav{
		float: none;
	}
	nav li {
		display: block;
		float: none;
		width: 100%;
	}
	nav li a {
		border-bottom: 1px solid #576979;
	}
}
*/

/*----- Info Contacto -----*/
.info-contacto {
	float: right;
	width: 28%;
	/*border-left: 1px solid #EEE;*/
}
.info-contacto-grids{
}
.info-contacto-left{
	float: left;
	width: 50%;
	padding-top: 0.8em;
	text-align:left;
}
.info-contacto-right{
	float:right;
	width:50%;
}
.info-contacto-left h6, .info-contacto-left h5{
	color: #fff;
}
a.chat{
	background:#ffe13e;
	color:#202242;
	padding:0.8em 1.5em;
	font-weight:600;
	text-decoration:none;
}
a.chat:hover{
	color:#ffe13e;
	background:#202242;
}
.info-contacto-right img{
	color:#202242;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	margin:0;
	/*padding:0.4em 0;*/
}

/*---- Inicia Slider ----*/
.slider{
	position: relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: cover;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  /*height: auto;*/
  /*height: 100%;*/
  height: cover;
  float: left;
  width: 100%;
  border: 0;
  }
 /*---*/
.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
	list-style: none;
	padding: 0;
	font-size: 18px;
	list-style: none;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 99;
  }
.slid-info{
	position: absolute;
	top: 26%;
	left: 25%;
}
.slid-info h1{
	color: #FFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 3em;
}
.slid-info p{
	color: #fff;
	text-transform: uppercase;
	font-size: 0.85em;
	width: 65%;
	line-height: 1.8em;
}
.slid-btn{
	border: 2px solid #FFF;
	padding: 0.6em 2.2em;
	display: inline-block;
	font-size: 1.2em;
	margin-top:1em;
	border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
	-moz-border-radius: 0.6em;
	-o-border-radius: 0.6em;
	-ms-border-radius: 0.6em;
}
.slid-btn:hover{
	text-decoration: none;
	background: rgba(0, 162, 193, 0.36);
	color: #fff;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

a {
  color: #fff;
  text-decoration: none;
  }

/* Callback example */

h3 {
  font: 20px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #fff;
  }

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:50px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
  }
/*---- Fin Slider ----*/

/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/*----- Inicia Clientes ----*/
.clientes{
	background: url("../images/instblue.png") no-repeat 0px 0px;*/
	background-size: cover;
	min-height: 200px;
}

.certificaciones{
	background-size: cover;
	background:#fff;
	padding:5em 0; 
	min-height: 200px;
}

.info {
  	display: inline-block;
	text-decoration: none;
	color: #00A2C1;
	text-transform: uppercase;
	font-size: 0.8125em;
	position: absolute;
	top: -10em;
	left:9.5em;
	padding: 20px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-o-border-radius: 100px;
	background: #00A2C1;
}
.view-fifth img {
    -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
   display: -webkit-inline-box;
}
.view-fifth .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(0px, 0px) rotate(0deg);
   -moz-transform: translate(0px, 0px) rotate(0deg);
   -o-transform: translate(0px, 0px) rotate(0deg);
   -ms-transform: translate(0px, 0px) rotate(0deg);
   transform: translate(0px, 0px) rotate(0deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-fifth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translate(0px, 0px) rotate(0deg);
   -moz-transform: translate(0px, 0px) rotate(0deg);
   -o-transform: translate(0px, 0px) rotate(0deg);
   -ms-transform: translate(0px, 0px) rotate(0deg);
   transform: translate(0px, 0px) rotate(0deg);
}
.view {
  position: relative;
}
.cert_grid h4{
	padding:2em 0 0.5em;
}
.cert_grid h4 a{
	color: #000;
	text-transform: uppercase;
	font-size:0.95em;
}
.cert_grid h4 a:hover{
	color:#05ceaa;
	text-decoration:none;
}
.cert_grid p{
	color:#888;
	font-size:0.8125em;
	line-height:1.8em;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display:none;
}
.nbs-flexisel-container {
   position: relative;
	max-width: 90%;
	top: 69px;
	margin: 0 auto;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
}
.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:100px;
    max-height:45px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width:50px;
    height:92px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/brand-slider-icons.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/brand-slider-icons.png) no-repeat -60px 0px;
}

/*----Inicia Noticias-----*/
.noticias{

}
.post-pic img{
	width:100%;
	border-radius: 0.3em 0.3em 0 0;
	-webkit-border-radius: 0.3em 0.3em 0 0;
	-moz-border-radius: 0.3em 0.3em 0 0;
	-o-border-radius: 0.3em 0.3em 0 0;
	-ms-border-radius: 0.3em 0.3em 0 0;
}
.first-row{
	background: #05A4C2;
	padding: 0;
	color:#FFF;
	border-radius:0.3em;
}
.noticias h3 {
	font-size: 2.2em;
	font-weight: 900;
	color: #506369;
	text-align: left;
	margin: 0.8em 0 0.8em;
	text-transform: uppercase;
}
.noticias h3 label {
	background: #506369;
	height: 2px;
	display: block;
	width: 5%;
	margin-top: 0.2em;
}
.noticias h2 {
	font-size: 2.2em;
	font-weight: 900;
	color: #05A4C2;
	/*color: #506369;*/
	text-align: left;
	margin: 0.8em 0 0.8em;
	text-transform: uppercase;
}
.noticias h2 label {
	background: #506369;
	height: 2px;
	display: block;
	width: 100%;
	margin-top: 0.2em;
}
.post-head-left{
	float:left;
	width:70%;
	margin-top: 1.2em;
}
.post-head-left h4{
	margin:0;
}
.post-head-left h4 a{
	font-weight: 700;
	display: block;
	font-size: 1.2em;
}
.post-head-left h4 a:hover{
	text-decoration:none;
	color:#506369;
}
.post-head{
	padding:1em 1em;
}
.post-head-right{
	text-align: center;
	background: #0798B5;
	float: right;
	width: 24%;
	height: 83px;
	border-radius: 30em;
}
.post-head-right span{
	font-weight: 700;
	font-size: 2em;
}
.post-head-right label{
	display: block;
	font-weight: 300;
	font-style: italic;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
.post-text{
	padding: 0 1em;
	font-weight: 400;
	font-size: 0.875em;
	line-height: 1.5em;
}
.post-bottom {
	margin: 2em 1em 1.5em 1em;
}
.artbtn{
	background: #0798B5;
	padding: 0.5em 1em;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
}
.artbtn:hover{
	text-decoration:none;
	background: #0894AD;
	color:#FFF;
}
.post-bottom-right{
	float:right;
}
.artical-row2{
	color:#2C3039;
}
.artical-row2 h4 a,.artical-row2 p a{
	color:#2C3039;
}
.post-head-right-C{
	color:#fff;
	width:26%;
}
.artbtn1{
	color:#fff;
}
.post-head1{
	padding: 0em 1em 1em 1em;
}
.noticias {
	padding: 2em 0 4em;
}

/*-- Inicia Quienes Somos --*/
.popular_topics {
	background: #05A4C2;
	margin-top: 2.3em;
	padding-bottom: 1em;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	width: 100%
}
.icon-minus-sign:after {
	content: "";
	background: url(../images/minus.png);
	width:18px;
	height:18px;
	position: absolute;
	top: 16px
}
.icon-plus-sign:before {
	content: "";
	background: url(../images/plus1.png);
	width:18px;
	height:18px;
	position: absolute;
	top: 16px
}

.accordation_menu label {
	line-height:43px;
	font-weight:600;
}
.accordation_menu label{
	display: block;
	position: relative;
	padding: 6px 20px;
	height: 54px;
	cursor: pointer;
	z-index: 20;
	transition: background-color .7s;
	-webkit-transition: background-color .7s;
	-moz-transition: background-color .7s;
	-o-transition: background-color .7s;
	-ms-transition: background-color .7s;
	margin-bottom: 1px;
	border-bottom: 1px solid #B3E0E4;
}
.accordation_menu input{
	display: none;
}
/*** Right Icon ***/
.accordation_menu label i.i-right1,
.accordation_menu label i.i-right2{
	float:right;
	margin-right:15px;
	padding:6px 0 0 0;
	transition:all .7s;
	-webkit-transition:all .7s;
	-moz-transition:all .7s;
	-o-transition:all .7s;
	-ms-transition:all .7s;
}
.accordation_menu label i.i-right2{
	display:none;
}
.accordation_menu input:checked + label i.i-right1{
	display:none;
}
.accordation_menu input:checked + label i.i-right2{
	display:block;
}
/*** .content Class *********************/
.accordation_menu input:checked ~ div.content{
	height:160px;
	background:#f9f9f9;
}
.content{
	position: relative;
	height: 0px;
	margin-top: -1px;
	overflow:hidden;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.content h4{
	padding:8px 0 7px 15px;
}
.content h6{
	padding:8px 15px 10px 15px;
	margin:10px;
	border-top:1px solid #999999;
}
.content h6 i{
	padding:0 5px;
	font-size:10px;
}
/*** For Change Animation Effects ****/
.accordation_menu input:checked ~ .content p{
	-webkit-animation: zoomIn .7s 1;
	animation: zoomIn .7s 1;
}
.accordation_menu input:checked ~ .content h6{
	-webkit-animation: fadeIn 2s 1;
	animation: fadeIn 2s 1;
}
.accordation_menu a, .accordation_menu p{
	color: #919090;
}
.accordation_menu h4{
	color: #01C675;
	padding: 15px 0 15px 15px;
	font-size: 1.2em;
	font-weight: 600;            /*Main Color*/
}
.accordation_menu label{
	font-size: 17px;
}
.accordation_menu label:hover{                 
	background: #D8EDF1;       /*Main Color*/
}
.accordation_menu label:hover .icon-plus-sign:before {
	content: "";
	background: url(../images/minus.png);
	width:18px;
	height:18px;
	position: absolute;
	top: 16px;
}
.accordation_menu input:checked + label,
.accordation_menu input:checked + label:hover{ 
	background: #D8EDF1;
}
span.m_5{
	font-size: 18px;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 400;
}
span.m_5:hover{
	text-decoration:none;
}
ul.news_list {
	padding: 2% 2%;
	list-style: none;
	background: #fff;
}
ul.news_list li.date {
	float: left;
	width: 15.5%;
	border-right: 1px solid #CCC;
	padding-right: 3%;
	margin:5% 4% 0% 0;
}
.date {
	line-height: 0.5em;
	font-size:2em;
	font-weight: bold;
	color: #555;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
}
span.highlight, span.light_color {
	display: inline-block;
	font-size:14px;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
li.date_desc {
	float: left;
	width: 95%;
}
li.date_desc p{
	font-size: 1em;
	line-height: 1.8em;
	float: left;
	font-weight: 400;
}

/*-- Inicia Contactenos --*/
.contacto{
	background:url(../images/bannercontacto.png) no-repeat 0px 0px;
	background-size:cover;
	padding: 3.5em 0 5em;
}
.contacto h3 {
	font-size: 2.2em;
	font-weight: 900;
	color: #FFF;
	text-align: left;
	margin: 0.8em 0 0.8em;
	text-transform: uppercase;
}
.contacto h3 label {
	background: #FFF;
	height: 2px;
	display: block;
	width: 7%;
	margin-top: 0.2em;
}
.contacto-grid-left form input[type="text"],.contacto-grid-left form textarea{
	font-family: 'calibri', 'sans-serif';
	margin: 20px 0;
	box-shadow: none;
	border: 1px solid #52555A;
	background: #fff;
	color: #2C3039;
	line-height: 1.8em;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	outline: none;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	font-weight: 600;
	border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	-moz-border-radius: 0.25em;
	-o-border-radius: 0.25em;
	-ms-border-radius: 0.25em;
}
.contacto-grid-left form textarea{
	resize: none;
	height: 160px;
}
.contacto-grid-left form input[type="text"]:focus,.contacto-grid-left form textarea:focus{
	border: 1px solid #05A4C2;	
}
.contacto-grid-left form input[type="text"]:hover,.contacto-grid-left form textarea:hover{
	border-color: #05A4C2;
}
.contacto-grid-left input[type="submit"]{
	background: #06A7C4;
	border: 1px solid #06A7C4;
	color: #fff;
	padding: 0.5em 2em;
	border-radius: 0.5em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	outline:none;
}
.contacto-grid-left input[type="submit"]:hover{
	background: #0894AD;
	border: 1px solid #0894AD;
}
.submit-btn{
	float:right;
}
.contacto-grid-right iframe{
	width:100%;
	height:160px;
	border:none;
	border-radius: 0.25em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	margin-top:1.4em;
}
.contacto-grid-right{
	color:#FFF;
}
.contacto-grid-right p{
	font-size: 0.875em;
	margin: 0.5em 0;
	line-height:1.5em;
}
.contacto-grid-right h5{
	font-weight:700;
}
.contacto-grid-right span{
	font-size:0.875em;
}
.contacto-grid-right a:hover{
	text-decoration:none;
	color:#07A8C5;
}

/*-- Inicia Servicios --*/
.servicios{
	background: url("../images/bgservicios.png") no-repeat 0px 0px;*/
}
.servicios {
	padding: 2em 0 4em;
}
.servicios h3 {
	font-size: 2.2em;
	font-weight: 900;
	color: #506369;
	text-align: left;
	margin: 0.8em 0 0.8em;
	text-transform: uppercase;
}
.servicios h3 label {
	background: #506369;
	height: 2px;
	display: block;
	width: 5%;
	margin-top: 0.2em;
}
.servicios h2 {
	font-size: 2.2em;
	font-weight: 900;
	color: #05A4C2;
	text-align: left;
	margin: 0.8em 0 0.8em;
	text-transform: uppercase;
}
.servicios h2 label {
	background: #506369;
	height: 2px;
	display: block;
	width: 100%;
	margin-top: 0.2em;
}

/* Box */

	.box {
		background: #fff;
		border-radius: 6px;
		box-shadow: 0 2px 0 0 #e5e5e5;
		margin: 0 0 2em 0;
		padding: 2em;
	}
	.box > :last-child {
		margin-bottom: 0;
	}
	.box.alt {
		background: none !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		margin: 0 0 2em 0;
		padding: 0 !important;
	}
	.box.features .features-row {
		border-top: solid 2px #e5e5e5;
		position: relative;
	}

		.box.features .features-row:after {
			clear: both;
			content: '';
			display: block;
		}

		.box.features .features-row section {
			float: left;
			padding: 3em;
			width: 50%;
		}

			.box.features .features-row section :last-child {
				margin-bottom: 0;
			}
			.box.features .features-row section:nth-child(2n) {
				padding-right: 0;
			}
			.box.features .features-row section:nth-child(2n):before {
				background: #e5e5e5;
				content: '';
				display: block;
				height: 100%;
				margin-left: -3em;
				position: absolute;
				top: 0;
				width: 2px;
			}
			.box.features .features-row section:nth-child(2n-1) {
				padding-left: 0;
			}

		.box.features .features-row:first-child {
			border-top: 0;
		}

			.box.features .features-row:first-child section {
				padding-top: 0;
			}
			.box.features .features-row:last-child {
				padding-bottom: 0;
			}

				.box.features .features-row:last-child section {
					padding-bottom: 0;
				}

		.box.special {
			text-align: center;
		}

/*-- Inicia Pie de pagina --*/
.footer{
	text-align:center;
	background:#232730;
	padding:1.2em 0;
	border-top:1px solid #05A2C1;
}
.footer p{
	color:#FFF;
	margin:0;
}
.footer p a{
	color: #FFF;
	margin: 0;
}
.footer p a:hover{
	text-decoration:none;
	color:#05A2C1;
}
/**********/

/*-- Inicia Notas --*/
.notas_lista{
	margin-top: 20px;
}
.notas_lista:first-child{
	margin-top: 0;
}
.notas{
	padding:4% 0%;
}
.notas_list{
	margin-top: 4%;
}
.nota span{
	font-size: 14px;
	color: #808B8D;
	display: block;
	text-transform:capitalize;
}
.nota span a{
	color: #E55846;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nota span a:hover{
	color: #81BFBE;
	text-decoration:none;
}
.nota span a i{
	color: #81BFBE;
	margin-right: 5px;
}
.nota span a.left{
	margin-left: 20px;
}
.nota p{
	margin: 20px 0;
}
.nota img{
	width:100%;
}
.nota h4 a{
	display: block;
	margin: 4% 0 2%;
	font-size: 20px;
	color: #808B8D;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nota h4 a:hover{
	text-decoration: none;
	color: #E55846;
}

/*---- Inicia Diseño Responsivo ----*/
/*-----start-media-quries-for-1024px-laptops-----*/
@media (max-width:1024px){
	.flotante{
		visibility: visible;
		left: 40%;
	}
	.info-contacto {
		visibility: hidden;
		height: 0;
	}
	.slid-info {
		top: 15%;
		left: 20%;
	}
	.slid-btn {
		padding: 0.5em 2em;
	}
	.info {
		top: -10em;
		left: 7em;
		padding: 10px;
	}
	.post-head-right span {
		font-size: 1.5em;
	}
	.post-head-right {
		height: 68px;
	}
	.post-head-right label {
		font-size: 0.8em;
	}
	.post-bottom-right{
		float:none;
		margin-top:0.3em;
	}
	.post-head-left {
		margin-top: 0;
	}
}
/*-----//End-media-quries-for-1024px-laptops-----*/
/*-----start-media-quries-for-840px-laptops-----*/
@media (max-width: 840px){
	.flotante{
		left: 40%;
	}
	/* Box */
	.box {
		padding: 3em 2em;
	}

		.box.features > section {
			padding: 3em 2em;
		}

		.box .image.featured {
			margin-left: -2em;
			width: calc(100% + 4em);
		}

			.box .image.featured:first-child {
				margin-bottom: 3em;
				margin-top: -3em;
			}

			.box .image.featured:last-child {
				margin-bottom: -3em;
				margin-top: 3em;
			}
}
/*-----//End-media-quries-for-840px-laptops-----*/
/*-----start-media-quries-for-768px-laptops-----*/
@media (max-width:768px){
	.flotante{
		left: 40%;
	}

	.noticias h3 {
		margin: 0.5em 0 0.3em;
	}
	.noticias h2 {
		margin: 0.5em 0 0.3em;
	}

	.slid-info {
		top: 8%;
		left:18%;
	}
	.slid-btn {
		padding: 0.4em 1.5em;
		margin-top:0.5em;
		font-size:1em;
	}
	.slid-info h1 {
		font-size: 2.5em;
	}
	.slid-info p {
		width: 80%;
	}
	#slider3-pager span {
		width: 50px;
		height: 10px;
	}

	.post-head-right span {
		font-size: 1.5em;
	}
	.post-head-right {
		height: 68px;
	}
	.post-head-right label {
		font-size: 0.8em;
	}
	.post-bottom-right{
		float:none;
		margin-top:0.3em;
	}
	.post-head-left {
		margin-top: 0;
	}
	.artical-info {
		padding: 0 0 1em 0;
		margin-bottom: 1em;
	}
	.post-head-right {
		width: 10%;
	}
	.artbtn {
		margin-top: 0.5em;
		display: inline-block;
	}

	.view {
		width:35%;
		margin: 0 auto;
	}
	.cert_grid {
		margin-bottom: 2em;
	}
	.info {
		top: -10em;
		left: 6em;
	}

	/* Box */
	.box {
		margin: 1em;
		overflow-x: hidden;
		padding: 2em 2em !important;
	}

		.box.features .features-row {
			border-top: 0;
			padding: 0;
		}

			.box.features .features-row section {
				border: 0;
				border-top: solid 1px #e5e5e5 !important;
				float: none;
				margin: 2em 0 0 0 !important;
				padding: 2em 0 0 0 !important;
				width: 100%;
			}

			.box.features .features-row:first-child section:first-child {
				border-top: 0 !important;
				margin-top: 0 !important;
				padding-top: 0 !important;
			}
}
/*-----//End-media-quries-for-768px-laptops-----*/
/*-----start-media-quries-for-640px-laptops-----*/
@media (max-width:640px){
	.flotante{
		left: 20%;		
	}

	.slid-info {
		top: 2%;
		left: 14%;
	}
	.slid-btn {
		padding: 0.4em 1.5em;
		margin-top:0.5em;
		font-size:1em;
	}
	.slid-info h1 {
		font-size: 2.2em;
	}
	.slid-info p {
		width: 80%;
	}
	#slider3-pager span {
		width: 30px;
		height: 10px;
	}
	.rslides_tabs {
		
	}

	.post-head-right span {
		font-size: 1.5em;
	}
	.post-head-right {
		height: 68px;
	}
	.post-head-right label {
		font-size: 0.8em;
	}
	.post-bottom-right{
		float:none;
		margin-top:0.3em;
	}
	.post-head-left {
		margin-top: 0;
	}
	.noticias h3,.noticias h2{
		font-size: 1.8em;
		margin: 0.4em 0;
	}
	.artical-info {
		padding: 0 0 1em 0;
		margin-bottom: 1em;
	}
	.post-head-right {
		width: 12%;
	}
	.artbtn {
		margin-top: 0.5em;
		display: inline-block;
	}
	.client-sys {
		margin-top: 1em;
	}
	.noticias {
		padding: 0em 0 0em;
	}
	.noticias h3 label {
		width: 8%;
	}
	.info {
		top: -11em;
		left: 4.5em;
	}

	.contacto {
		padding: 1.5em 0 3em;
	}
	.contacto h3 {
		font-size: 1.8em;
		margin: 0.4em 0;
	}
	.contacto h3 label {
		width: 15%;
	}
}
/*-----//End-media-quries-for-640px-laptops-----*/
/*-----start-media-quries-for-480px-mobiles-----*/
@media (max-width:480px){
	.slider{
		height: 50%;
	}
	.rslides{
		height: 100%;
	}
	.rslides li {
		height: 100%;
	}
	.rslides img {
		height: 90%;
	}

	.slid-info {
		top: 2%;
		left: 14%;
	}
	.slid-btn {
		padding: 0.4em 1.2em;
		margin-top: 0em;
		font-size: 0.875em;
	}
	.slid-info h1 {
		font-size:1.5em;
		margin:0;
	}
	.slid-info p {
		width: 80%;
		font-size:0.7em;
	}
	#slider3-pager span {
		width: 25px;
		height: 10px;
	}
	.rslides_tabs {
	}

	.view {
		width:50%;
		margin: 0 auto;
	}

	.labcasa{
		height: 0;
		visibility: hidden;
	}
	.post-head-right span {
		font-size: 1.5em;
	}
	.post-head-right {
		height: 68px;
	}
	.post-head-right label {
		font-size: 0.8em;
	}
	.post-bottom-right{
		float:none;
		margin-top:0.3em;
	}
	.post-head-left {
		margin-top: 0;
	}
	.noticias h3 {
		font-size: 1.5em;
		/*margin: 0.5em 0 0.3em;*/
		margin: 2.5em 0 0.3em;
	}
	.noticias h2 {
		font-size: 1.5em;
		/*margin: 0.5em 0 0.3em;*/
		margin: 3em 0 0.8em;
	}
	.artical-info {
		padding: 0 0 1em 0;
		margin-bottom: 1em;
	}
	.post-head-right {
		width: 18%;
	}
	.artbtn {
		margin-top: 0.5em;
		display: inline-block;
	}
	.client-sys {
		margin-top: 1em;
	}
	.noticias {
		padding: 0em 0 0em;
	}
	.noticias h3 label {
		width: 8%;
	}
	.logo img{
		width:70%;
	}
	nav a#pull {
		top: 20px;
	}
	.info {
		top: -8em;
		left: 2em;
	}

	.contacto {
		padding: 1.5em 0 3em;
	}
	.contacto h3 {
		font-size: 1.5em;
		margin: 0.5em 0 0.3em;
	}
	.contact h3 label {
		width: 15%;
	}

	/* Box */
	.box {
		border-radius: 0;
		box-shadow: none;
		margin: 1em 0 0 0;
		padding: 3em 1em !important;
	}

		.box.features .features-row section {
			margin: 3em 0 0 0 !important;
			padding: 3em 0 0 0 !important;
		}
}
/*-----//End-media-quries-for-480px-mobiles-----*/
/*-----start-media-quries-for-320px-mobiles-----*/
@media (max-width:320px){
	.slider{
		height: 50%;
	}
	.rslides{
		height: 100%;
	}
	.rslides li {
		height: 100%;
	}
	.rslides img {
		height: 90%;
	}

	.slid-info {
		top: 2%;
		left: 14%;
	}
	.slid-btn {
		padding: 0.3em 1em;
		margin-top: 0em;
		font-size: 0.875em;
		border: 1px solid #fff;
	}
	.slid-info h1 {
		font-size: 1.2em;
		margin: 0;
		line-height: 30px;
	}
	.slid-info p {
		width: 80%;
		font-size: 0.7em;
		height: 30px;
		overflow: hidden;
		line-height:1.5em;
	}
	#slider3-pager span {
		width: 20px;
		height: 10px;
	}
	.rslides_tabs {
	}

	.view {
		width:70%;
		margin: 0 auto;
	}

	.labcasa{
		height: 0;
	}
	.post-head-right span {
		font-size: 1.5em;
	}
	.post-head-right {
		height: 68px;
	}
	.post-head-right label {
		font-size: 0.8em;
	}
	.post-bottom-right{
		float:none;
		margin-top:0.3em;
	}
	.post-head-left {
		margin-top: 0;
	}
	.noticias h3 {
		font-size: 1.2em;
		/*margin: 0.5em 0 0.3em;*/
		margin: 2.5em 0 0.3em;
	}
	.noticias h2 {
		font-size: 1.2em;
		/*margin: 0.5em 0 0.3em;*/
		margin: 3em 0 0.8em;
	}
	.artical-info {
		padding: 0 0 1em 0;
		margin-bottom: 1em;
	}
	.post-head-right {
		width: 29%;
	}
	.artbtn {
		margin-top: 0.5em;
		display: inline-block;
	}
	.client-sys {
		margin-top: 1em;
	}
	.noticias {
		padding: 0em 0 0em;
	}
	.noticias h3 label {
		width: 8%;
	}
	.logo img{
		width: 50%;
	}
	.post-head-left h4 a {
		font-size: 1em;
	}
	.post-bottom {
		margin: 1em 1em 0.5em 1em;
	}
	.info {
		top: -10em;
		left: 3em;
	}

	.popular_topics {
		margin-top: 1.05em;
	}
	span.m_5 {
		font-size: 16px;
		font-weight: 700;
	}
	ul.topic_grid {
		border: 7px solid #DB2927;
	}
	li.date_desc p {
		font-size: 16px;
	}
	.icon-minus-sign:after {
		top: 20px;
	}
	.accordation_menu label {
		font-size: 16px;
	}
	.accordation_menu label {
		padding: 6px 12px;
		height: 45px;
	}
	.accordation_menu input:checked ~ div.content{
		height:400px;
	}

	.contacto {
		padding: 1.5em 0 3em;
	}
	.contacto h3 {
		font-size: 1.2em;
		margin: 0.5em 0 0.3em;
	}
	.contact h3 label {
		width: 15%;
	}
}
/*-----//End-media-quries-for-320px-mobiles-----*/
/*---- Fin Diseño Responsive----*/