@import url('http://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900|Open+Sans:300,400,600,700');
@import url('../js/google-code-prettify/prettify.css');
@import url('font-awesome.css');
@import url('custom-fonts.css');
@import url('theme.css');
@import url('animate.css');

/* comienza general */
/* comienza margenes */
.clear-marginbot{
	margin-bottom:0;
}

.marginbot10{
	margin-bottom:10px;
}
.marginbot20{
	margin-bottom:20px;
}
.marginbot30{
	margin-bottom:30px;
}
.marginbot40{
	margin-bottom:40px;
}
.marginbot50{
	margin-bottom:50px;
}
.clear-margintop{
	margin-top:0;
}

.margintop10{
	margin-top:10px;
}

.margintop20{
	margin-top:20px;
}

.margintop30{
	margin-top:30px;
}

.margintop40{
	margin-top:40px;
}
.margintop50{
	margin-top:50px;
}
/* fin margenes */
body 
{
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#656565;
}
#mapas 
{
    display:block;
    width:100%;
    height:180px;
    background:#2caab3;
}
a:active 
{
	outline:0;
	text-decoration:none;
}
.clear 
{
	clear:both;
}
h1,h2, h3, h4, h5, h6 
{
	font-family:'Roboto', sans-serif;
	font-weight:700;
	line-height:1.1em;
	color:#666;
	margin-bottom: 20px;
}
.highlight 
{
    color: #fff !important;
    padding: 0 8px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.color-white 
{
	color: #fff;
}
ul.general {
	list-style:none;
	margin-left:0;
}

ul.link-list{
	margin:0;
	padding:0;
	list-style:none;
	float: none;
}

ul.link-list li{
	float: none;
	margin:0;
	padding:4px 0 4px 0;
	list-style:none;
	font-size:16px;
}
.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.aligncenter{
	text-align:center;
}

.aligncenter span{
	margin-left:0;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.aligncenter {
	text-align:center;
}
img.pull-left, .align-left{
	float:left;
	margin:0 15px 15px 0;
}

.widget img.pull-left {
	float:left;
	margin:0 15px 15px 0;
}

img.pull-right, .align-right {
	float:right;
	margin:0 0 15px 15px;
}

article img.pull-left, article .align-left{
	float:left;
	margin:5px 15px 15px 0;
}

article img.pull-right, article .align-right{
	float:right;
	margin:5px 0 15px 15px;
}
#wrapper 
{
	width:100%;
	margin:0;	
	padding:0;
}
#wrapper.boxed 
{
	width:1230px;
	overflow:hidden;
	margin:0 auto;	
	padding:0;
	background:#fff;
}
.row,.row-fluid 
{
	margin-bottom:30px;
}
.row .row,.row-fluid .row-fluid
{
	margin-bottom:30px;
}
.row.nomargin,.row-fluid.nomargin 
{
	margin-bottom:0;
}
.btn-theme2 
{
	color: #fff;
	background:#7e7b80;
}
.btn-theme2:hover 
{
	color: #fff;
	background:#bababf;
}
/* fin general */
/* comienza fondo */
#featured
{
	width: 100%;
	background:#fcfcfc;
	position:relative;
	margin:0;
	padding:0;
}
#featured.bg 
{
  background-image: -moz-linear-gradient(90deg, #e0e8fd 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(90deg, #e0e8fd 0%, #FFFFFF 100%);
  background-image: -ms-linear-gradient(90deg, #e0e8fd 0%, #FFFFFF 100%);
}

/* fin fondo */
/* comienza header */
/* top area */
header .top .row 
{
	margin-bottom: 0;
}
header .top 
{
    padding:8px 0;
    margin:0;
    background-image: -moz-linear-gradient(90deg, #e0e8fd 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(90deg, #e0e8fd 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(90deg, #e0e8fd 0%, #FFFFFF 100%);
}
header .top 
{
	border-bottom: 1px solid #ddd;
}
header .top ul.topleft-info 
{
	list-style: none;
	margin: 10px 0 0;
	padding-left: 0;
		float:left;
		color:#6b9fd0;
}
header .top ul.topleft-info li 
{
	display: inline;
	margin: 0 20px 0 0;
	padding:0;
	font-weight: 600;
}
header .top ul.topleft-info li a:hover 
{
	text-decoration: none;
	outline: 0;
}
ul.social-network 
{
	list-style:none;
	margin:0;
	padding:0;
}
ul.social-network li 
{
	display:inline;
	margin:0 5px;
}
ul.social-network li a:hover 
{
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
header .top ul.social-network li a 
{
	color: #fff;
}
.sb-search 
{
	position: relative;
	width: 0%;
	min-width: 36px;
	height: 36px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input 
{
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 50%;
	height: 36px;
	margin: 0;
	z-index: 10;
	padding: 2px 41px 2px 10px;
	font-family: inherit;
	font-size: 14px;
	color: #2c3e50;
}
.sb-search-input::-webkit-input-placeholder 
{
	color:#bababf;
}
.sb-search-input:-moz-placeholder 
{
	color:#bababf;
}
.sb-search-input::-moz-placeholder 
{
	color:#bababf;
}
.sb-search-input:-ms-input-placeholder 
{
	color:#bababf;
}
.sb-icon-search,
.sb-search-submit  
{
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit 
{
	background: #fff; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
    filter: alpha(opacity=0); 
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
.sb-icon-search 
{
    color: #fff;
    z-index: 90;
    font-size: 14px;
    font-family: 'FontAwesome';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}
.sb-icon-search:before 
{
	content: "\f002";
}
/* comienza boton */
.btn 
{
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
  text-align:center;
}
.btn.btn-primary 
{
  background-image: -moz-linear-gradient(90deg, #434041 0%, #89878c 100%);
  background-image: -webkit-linear-gradient(90deg, #434041 0%, #89878c 100%);
  background-image: -ms-linear-gradient(90deg, #434041 0%, #89878c 100%);
  border: 2px solid #d1d4d8;
  text-align:center;
  text-transform:uppercase;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus 
{
  background-image: -moz-linear-gradient(90deg, #89878c 0%, #434041 100%);
  background-image: -webkit-linear-gradient(90deg, #89878c 0%, #434041 100%);
  background-image: -ms-linear-gradient(90deg, #89878c 0%, #434041 100%);
  border: 2px solid #d1d4d8;
}
/* fin boton */
/* comienza iconlist */
#telefonos
{
    padding:50px 0 10px;
    background-image: -moz-linear-gradient(90deg, #f5f7f9 0%, #abaeb1 100%);
    background-image: -webkit-linear-gradient(90deg, #f5f7f9 0%, #abaeb1 100%);
    background-image: -ms-linear-gradient(90deg, #f5f7f9 0%, #abaeb1 100%);
    color: #fff;
}
.iconlist 
{
  margin: 0;
  padding: 0;
  list-style: none;
}
.iconlist.iconlist-icon-medium {
  display: table;
  table-layout: fixed;
  width: calc(100% + 30px);
  margin: 0 -15px;
  font-size: 14px;
}
.iconlist.iconlist-icon-medium li {
  display: table-cell;
  text-align: center;
  padding: 0 15px;
  vertical-align: middle;
}
.iconlist.iconlist-icon-medium li:hover .iconlist-item-icon img 
{
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
#site .iconlist.iconlist-icon-medium li .iconlist-item-icon {
  margin-bottom: 25px;
  position: relative;
}
.iconlist.iconlist-icon-medium li .iconlist-item-icon i {
  font-size: 3rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  z-index: 2;
  height: 100px;
  line-height: 100px;
}
.iconlist.iconlist-icon-medium li .iconlist-item-icon i[class*="fa"] {
  font-size: 42px;
}
.iconlist.iconlist-icon-medium li .iconlist-item-icon i[class*="sl"] {
  font-size: 36px;
}
.iconlist.iconlist-icon-medium li .iconlist-item-icon i[class*="entypo-icon"] {
  font-size: 42px;
}
.iconlist.iconlist-icon-medium li .iconlist-item-icon i + span.shapes {
  width: 86px;
  height: 50px;
  background: red;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.iconlist.iconlist-icon-medium li .iconlist-item-icon i + span.shapes:after,
.iconlist.iconlist-icon-medium li .iconlist-item-icon i + span.shapes:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  heixght: 0;
  border-left: 43px solid transparent !important;
  border-right: 43px solid transparent !important;
}
.iconlist.iconlist-icon-medium li .iconlist-item-icon i + span.shapes:after {
  bottom: -25px;
  border-top: 25px solid red;
}
.iconlist.iconlist-icon-medium li .iconlist-item-icon i + span.shapes:before {
  top: -25px;
  border-bottom: 25px solid red;
}
.iconlist.iconlist-icon-medium li .iconlist-item-icon img {
  margin-bottom: 15px;
  padding: 0 15px;
  -webkit-opacity: 0.4;
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.iconlist.iconlist-icon-medium li .iconlist-item-content h1,
.iconlist.iconlist-icon-medium li .iconlist-item-content h2,
.iconlist.iconlist-icon-medium li .iconlist-item-content h3,
.iconlist.iconlist-icon-medium li .iconlist-item-content h4,
.iconlist.iconlist-icon-medium li .iconlist-item-content h5,
.iconlist.iconlist-icon-medium li .iconlist-item-content h6 {
  margin: 0 0 20px 0;
}
.iconlist.iconlist-icon-medium li .iconlist-item-content p
{
  font-size:16px;
}
.iconlist.iconlist-icon-medium li.texto-oscuro
{
  color:#5b5b5e;
}
/* fin iconlist */
hr
{
  color:#5b5b5e;
  padding:5px;
  margin:0px;
}
.under_blog
{
  padding:0px;
  margin:0px;
  display:blog;
  width:100%;
}
/* comienza paginacion */
#id-paginacion
{
    padding: 20px 0;
    color: #fff;
    background: rgb(142,182,64); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(176,216,240,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(176,216,240,1) 50%, rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(176,216,240,1) 50%, rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73cae5', endColorstr='#FFFFFF', GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-bottom:1px solid #cee9f8;
}
#id-paginacion h3 
{
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	margin: 5px 0;
}
/* fin paginacion */
/* comienza call-reclamos */
#call-reclamos 
{
    padding: 40px 0;
    color: #fff;
    background: rgb(142,182,64); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(115,202,229,1) 50%, rgba(107,159,208,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(115,202,229,1) 50%, rgba(107,159,208,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(115,202,229,1) 50%, rgba(107,159,208,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73cae5', endColorstr='#6b9fd0', GradientType=0 ); /* IE6-9 */
}
#call-reclamos h2 
{
	color: #fff;
	font-weight: 700;
	margin: 0;
	font-size: 40px;
	text-transform:none;
}
#call-reclamos hr 
{
	background: #fff;
}
#call-reclamos h3 
{
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	margin: 5px 0;
}
/* fin call-reclamos */
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search 
{
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search 
{
	background: #666;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit 
{
	z-index: 90;
}
/* fin top area */
/* comienza mapas */
#mapas 
{
	color: #fff;
	background: #ccc;
	border: none;
	margin: 0px;
	padding:0px;
	height:180px;
	width:100%;
}
/* fin mapas */
/* comienza navegacion */
header .navbar 
{
    margin-bottom: 0;
}
.navbar-default 
{
    border: none;
}
.navbar-brand 
{
    margin-top: 5px;
    padding: 0 0 0 15px;
}
.navbar-brand img
{
    width:260px;
    height:auto;
}
header .navbar-collapse  ul.navbar-nav 
{
    float: right;
    margin-right: 0;
}
header .navbar-default
{
    background-color: #fff;
	border-bottom: 1px solid #ddd;
}

header .nav li a:hover,
header .nav li a:focus,
header .nav li.active a,
header .nav li.active a:hover,
header .nav li a.dropdown-toggle:hover,
header .nav li a.dropdown-toggle:focus,
header .nav li.active ul.dropdown-menu li a:hover,
header .nav li.active ul.dropdown-menu li.active a
{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .navbar-default .navbar-nav > .open > a,
header .navbar-default .navbar-nav > .open > a:hover,
header .navbar-default .navbar-nav > .open > a:focus 
{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .navbar 
{
    min-height: 100px;
}
header .navbar-nav > li  
{
    padding-bottom: 30px;
    padding-top: 30px;
}
header  .navbar-nav > li > a 
{
    padding-bottom: 6px;
    padding-top: 5px;
    margin-left: 2px;
    line-height: 30px;
	font-weight: 700;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
header .nav .caret 
{
    border-bottom-color: #f5f5f5;
    border-top-color: #f5f5f5;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus 
{
  background-color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus 
{
  background-color:  #fff;
}	
.dropdown-menu  
{
    box-shadow: none;
    border-radius: 0;
	border: 1px solid #eee;
}
header .navbar-nav > li > ul > li 
{
	border-bottom: 1px solid #eee;
}
header .navbar-nav > li > ul > li.dropdown-submenu > ul > li 
{
	border-bottom: 1px solid #eee;
}
.dropdown-menu li:last-child  
{
	padding-bottom: 0 !important;
	margin-bottom: 0;
}
header .nav li .dropdown-menu  
{
   padding: 0;
}
header .nav li .dropdown-menu li a 
{
   line-height: 30px;
   padding: 3px 12px;
}
/* comienza menu */
header .navigation 
{
	float:right;
}
header ul.nav li 
{
	border:none;
	margin:0;
}
header ul.nav li a 
{	
	font-size:12px;
	border:none;
	font-weight:700;
	text-transform:uppercase;
}
header ul.nav li ul li a 
{	
	font-size:13px;
	border:none;
	font-weight:400;
	text-transform:none;
}
.navbar .nav > li > a,.navbar .nav > li.active > .dropdown-menu > li > a 
{
  color: #444;
  text-shadow: none;
}
.dropdown-menu li:hover,
.dropdown-menu li a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a, 
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover 
{
	background: #f5f5f5;
}
.navbar .nav a:hover 
{
	background:none;
}
.navbar .nav > .active > a,.navbar .nav > .active > a:hover 
{
	background:none;
	font-weight:700;
}
.navbar .nav > .active > a:active,.navbar .nav > .active > a:focus 
{
	background:none;
	outline:0;
	font-weight:700;
}
.navbar .nav li .dropdown-menu 
{
	z-index:2000;
}
header ul.nav li ul 
{
	margin-top:1px;
}
header ul.nav li ul li ul 
{
	margin:1px 0 0 1px;
}
.dropdown-menu .dropdown i 
{
	position:absolute;
	right:0;
	margin-top:3px;
	padding-left:20px;
}
.navbar .nav > li > .dropdown-menu:before 
{
  display: inline-block;
  border-right: none;
  border-bottom: none;
  border-left: none;
  border-bottom-color: none;
  content:none;
}
ul.nav li.dropdown a 
{
	z-index:1000;
	display:block;
}
/* comienza sub menu */
header ul.nav li ul li.dropdown-submenu li a 
{	
	color: #444;
}
.dropdown-submenu 
{
    position: relative;
}
.dropdown-submenu>.dropdown-menu 
{
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: 1px;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0;
    border-radius: 0 0 0 0;
}
.dropdown-submenu:hover>.dropdown-menu 
{
    display: block;
}
.dropdown-submenu>a:after 
{
    display: block;
    content: "\f105";
	font-family: 'FontAwesome';
    float: right;
    width: 0;
    height: 0;

    margin-top: 0;
    margin-right: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dropdown-submenu:hover>a:after 
{
    border-left-color: #fff;
}
.dropdown-submenu.pull-left 
{
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu 
{
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* comienza Sliders */
/* rev slider */
.tp-caption a.btn 
{
	color: #fff;
}
/* flexslider */
.main-slider.flexslider 
{
    margin: 20px 0 50px; 
    background: transparent; 
    border: none;
    -webkit-border-radius: 0; 
    -moz-border-radius: 0; 
    -o-border-radius: 0; 
    border-radius: 0; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none; 
    -o-box-shadow: none;
    box-shadow: none;
}
.main-slider .flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.main-slider .flex-caption { bottom: 35px; background-color: rgba(24, 82,182, 0.6); color: #fff; margin: 0; padding: 25px 25px 25px 30px; position: absolute; right: 0; width: 450px;}
.main-slider .flex-caption h3 {color: #fff; letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase;}
.main-slider .flex-caption h4 {color: #fff; letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase;}
.main-slider .flex-caption p {margin: 0 0 15px;}
.main-slider  .flex-direction-nav a:before  
{ 
	font-family: "flexslider-icon"; 
	font-size: 20px; 
	display: inline-block; 
	content: '\f001'; 
}
.main-slider  .flex-direction-nav a.flex-next:before  
{ 
    content: '\f002'; 
}
/* fin slider */
/* inicio frase */
#juntos
{
  	background: #444 url(../images/juntos-bg.jpg) center center no-repeat fixed;
	background-size: cover;
}
#juntos .overlay 
{
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.juntos p 
{
	font-size: 22px;
	color: rgba(255,255,255,0.8);
}
.section-header 
{
  margin-bottom: 50px;
}
.section-header .section-title 
{
  font-size: 30px;
  color: #5b5b5e;
  text-transform:uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background:#ffffff;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background:#5b5b5e;
}
.section-header2 .section-title2 {
  font-size: 30px;
  color: #5b5b5e;
  text-transform:uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.borde
{
 border:1px solid #FFFFFF;
}
.margin-area
{
 margin-top:60px;
}
.section-header2 .section-title2:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background:#5b5b5e;
}
.section-header2 .section-title2:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #5b5b5e;
}
/* fin frase */
.search{
	float:right;
	margin:35px 0 0;
	padding-bottom:0;
}

#inner-headline form.input-append {
	margin:0;
	padding:0;
}
/* comienza sombra */
.shadow {
	position: relative;
	-moz-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 14px 10px -10px rgba(0, 0, 0, 0.4);
}
.shadow:before, .shadow:after {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	-moz-box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 15px 12px rgba(0, 0, 0, 0.6);
}
.shadow:before {
	right: 10px;
	-moz-transform: rotate(4deg) skewX(4deg);
	-webkit-transform: rotate(4deg) skewX(4deg);
	-o-transform: rotate(4deg) skewX(4deg);
	-ms-transform: rotate(4deg) skewX(4deg);
	transform: rotate(4deg) skewX(4deg);
}
/* fin sombra */
/* comienza carreras */
#service
{
    background-image: -moz-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -ms-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    border-bottom: #e6e6e6 4px solid;
}
.service_item 
{
    margin: 10px 0 30px;
    position: relative;
}
.service_photo 
{
    position: relative;
}
.service_photo > img 
{
    height: 320px;
}
.service_caption 
{
    background: #6b9fd0 none repeat scroll 0 0;
    bottom: -30px;
    left: 30px;
    padding: 15px;
    position: absolute;
    right: 30px;
    text-align: center
}
.service_caption h4 
{
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    text-align: center;
    color:#FFFFFF;
    text-transform:uppercase;
}
.media
{
  padding-left: 10px;
  background:#eef3f9;
  padding-bottom:15px;
}
.media.service-box 
{
  margin: 15px 0;
  padding-top:15px;
}
.media.service-box .pull-left 
{
  margin-right: 15px;
}
.media.service-box .pull-left > i 
{
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #558ef5;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after 
{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #5b5b5e;
}
.media.service-box:hover .pull-left > i 
{
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
.media-body
{
  padding:8px;
}
.media-body h4
{
  font-size:17px;
}
.media-body .media-heading 
{
  text-transform:uppercase;
  padding-top:10px;
  color:#5b5b5e;
  text-decoration:none;
}
.media-body .media-heading:hover
{
  color:#558ef5;
  text-decoration:none;
}
/* fin carreras */
/* comienza novedades */
/* comienza pagina transito */
#transito
{
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 70px;
    clear: both;
}
.wpb_paginaconstruccion
{
    border: #6b9fd0 2px solid;
    padding:50px;
    background-image: -moz-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -ms-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    width:70%;
    margin-right:auto;
    margin-left:auto;
}
#transito h3
{
    font-size: 26px;
    color: #777;
    font-family: 'Roboto Slab', serif;
    text-transform:uppercase;
    font-weight: 600;
    padding: 20px 0;
}
#transito h3::after 
{
	position: absolute;
	content: "";
	background: #6b9fd0;
	height: 2px;
	width: 40px;
	bottom:35%;
	margin-left: -20px;
	left: 50%;
}
/* fin pagina transito */
/* comienza pagina legal */
#legal
{
    display: block;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    clear: both;
}
.legaltxt p
{
	font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    color: #000000;
    font-weight: normal;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
}
.legaltxt strong
{
    font-weight:bold;
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    color: #777;
    font-variant: normal;
    text-decoration: none;
    text-align: justify;
    text-indent: 40px;
    margin-top:30px;
}
.legaltxt p.lead 
{
	font-family: 'Open Sans' , Arial, sans-serif;
	font-size: 2rem;
	line-height: 1.8;
	color:#777;
}
.section-title 
{
	text-align:center;
	display:block;
}
.section-title p 
{
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	margin-top:20px;
	color:#777;
}
.section-title h3 
{
	font-weight: 300;
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 35px;
	text-align: center; 
	text-transform: uppercase; 
	position: relative;
	COLOR:#777;
}
.section-title .line 
{
  background-color: #6b9fd0;
  display: inline-block;
  height: 2px;
  width: 60px;
  margin:0px;
  padding:0px;
}
.section-title2 
{
    text-align:left;
    display:block;
    margin-bottom: 20px;
    margin-top:10px;
}
.section-title2 h2 
{
    font-weight: 300;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
    line-height: 35px;
    text-align: left; 
    text-transform: uppercase; 
    position: relative;
    COLOR:#777;
}
.section-title2 .line 
    {
      background-color:#6b9fd0;
      display: inline-block;
      height: 2px;
      width: 60px;
      margin:0px;
      padding:0px;
    }
/* fin pagina legal */
/* comienza gobierno */
#gobierno
{
    background-color:#FFFFFF;
    border-bottom: #FFFFFF 1px solid;
    width:100%;
    display:block;
    margin:60px 0 ;
}
.wpb_gobierno
{
    border: #6b9fd0 2px solid;
    padding:30px;
    background-image: -moz-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -ms-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    margin-bottom:20px;
}
#gobierno h3
{
    font-size: 26px;
    color: #777;
    font-family: 'Roboto Slab', serif;
    text-transform:uppercase;
    font-weight: 600;
    padding: 20px 0;
}
#gobierno h3::after 
{
	position: absolute;
	content: "";
	background: #6b9fd0;
	height: 2px;
	width: 40px;
	bottom:45%;
	margin-left: -20px;
	left: 50%;
}
.wpb_gobierno p
{
    color: #000000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
/* fin gobierno */
/* comienza empresa */
#novedades
{
    background-color:#FFFFFF;
    border-bottom: #FFFFFF 1px solid;
    width:100%;
    display:block;
    
}
#novedades 
{
  padding-top: 100px;
  padding-bottom: 40px;
}
#blog 
{
    padding-top:10px;
}
#blog .single_blog_item 
{
    border: 1px solid #d1d3d1;
    margin-bottom:20px;
    padding-bottom:10px;
    height:450px;
}
#blog .single_blog_item2 
{
    border: 1px solid #d1d3d1;
    margin-bottom:20px;
    padding-bottom:10px;
}
#blog .blog_content2 
{
    padding: 15px;
}
#blog .blog_content 
{
    padding: 15px;
    height: 250px;
}
#blog .blog_content2 h3
 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #6b9fd0;
    font-family: 'Roboto Slab', serif;
}
#blog .blog_content2 h3 a
 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #6b9fd0;
    font-family: 'Roboto Slab', serif;
    text-decoration:none;
}
#blog .blog_content2 h3 a:hover
 {
    color: #1852b6;
    text-decoration:none;
}
#blog .blog_content h3
 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #6b9fd0;
    font-family: 'Roboto Slab', serif;
}
#blog .blog_content h3 a
 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #6b9fd0;
    font-family: 'Roboto Slab', serif;
    text-decoration:none;
}
#blog .blog_content h3 a:hover
 {
    color: #1852b6;
    text-decoration:none;
}
#blog .expert {
    padding-bottom: 20px;
    color: #aeadad;
}
#blog .expert span.time 
{
    padding-right: 10px;
    border-right: 1px solid;
    padding-left:10px;
}
#blog .expert span.admin0 
{
    padding-left: 10px;
    color: #6b9fd0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
#blog .expert span.admin1
{
    padding-left: 10px;
    color: #6b9fd0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform:uppercase;
}
#blog .blog_news .blog_img img {
    height: 230px;
    width: 100%;
}
#blog .blog_news span.right_msg span {
    font-size: 14px;
    color: #aeadad;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}
#blog .expert a {
    color: #aeadad;
}
#blog .expert p.right_side {
    padding-left: 110px;
}
}
#blog p.blog_news_content {
    color: #646464;
    font-size: 14px;
    padding-bottom: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#blog a.blog_link 
{
    text-transform: uppercase;
    font-weight: 500;
    color: #6b9fd0;
    transition: 0.7s;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
#blog a.blog_link:hover 
{
    color: #1852b6;
}

/* fin novedades */
/* comienza empresa */
#empresa
{
    background-image: -moz-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -ms-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    border-bottom: #FFFFFF 1px solid;
    width:100%;
    display:block;
    
}
#empresa {
  padding-top: 100px;
  padding-bottom:20px;
}
.service_items {
    margin: 40px 0;
}

.service_items .hexagon i,
.service_items .hexagon span{
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #6b9fd0;
    margin:0;
    line-height: 70px;
    font-size:2rem;
    color:#fff;
    border-radius: 50%;
}
.service-img 
{
    width: 100%;
    height:auto;
    text-align: center;
}

.service_items .about-content {
    width: 100%;
    position: absolute;
    z-index: 22;
    line-height: 3.2rem;
    text-align: center;
}
.service_items .about-content span.icon{
    font-size:1.5rem;
    color:#fff;
}
.service_right_text h4,
.service_left_text h4{
    font-weight: 400;
    font-size:16px;
}

.service_right_text p,
.service_left_text p{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:14px;
    font-weight: 400;
}
/* fin empresa */
/* comienza footer */
.iniciar
{
   margin-top:85px;
}
.navbar-brand-pie 
{
   
}
.navbar-brand-pie img
{
    width:270px;
    height:auto;
    margin-bottom:15px;
}
footer .widgetheading 
{
	position: relative;
}
footer .widget .social-network 
{
	position:relative;
}
#bottom .widget .widgetheading span, aside .widget .widgetheading span, footer .widget .widgetheading span 
{	
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -1px;
	right:0;
}
footer ul.link-list li a
{
	color:#FFFFFF;
	font-size:16px;
}
footer ul.link-list li a:hover 
{
	color:#e0e8fd;
}
footer
{
    background-image: -moz-linear-gradient(90deg, #999999 0%, #828282 100%);
    background-image: -webkit-linear-gradient(90deg, #999999 0%, #828282 100%);
    background-image: -ms-linear-gradient(90deg, #999999 0%, #828282 100%);
}
#sub-footer
{
    border-top: 1px solid #e0e8fd;
    background-image: -moz-linear-gradient(90deg, #828282 0%, #999999 100%);
    background-image: -webkit-linear-gradient(90deg, #828282 0%, #999999 100%);
    background-image: -ms-linear-gradient(90deg, #828282 0%, #999999 100%);
}
footer
{
	padding:50px 0 0 0;
}
footer a 
{
	color:#FFFFFF;
}

footer a:hover 
{
	color:#e0e8fd;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6
{
	color:#FFFFFF;
}
footer h4
{
	color:#FFFFFF;
	text-transform:uppercase;
}
footer address 
{
	line-height:1.6em;
	color:#FFFFFF;
	font-size:16px;
}
footer p
{
	line-height:1.6em;
	color:#FFFFFF;
	font-size:16px;
}
footer h5 a:hover, footer a:hover 
{
	text-decoration:none;
}
ul.social-network 
{
	list-style:none;
	margin:0;
}
ul.social-network li 
{
	display:inline;
	margin: 0 5px;
	color:#FFFFFF;
}
footer ul.social-network li i 
{
	font-size: 2.3em;
	color:#FFFFFF;
}
footer ul.social-network li i:hover 
{
	color:#222222;
}
footer ul.social-network li i:focus 
{
	color:#222222;
}
footer ul.social-network li i:focus::before
{
    transition: 0.4s;
    transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transform: rotateY(360deg);
}
footer ul.social-network li i:hover::before
{
    transition: 0.4s;
    transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transform: rotateY(360deg);
}
footer ul.social-network li i::before
{
    transition: 0.8s;
    text-align: center;
    color: rgb(255, 255, 255);
    display: block;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}
#sub-footer
{
	text-shadow:none;
	padding:0;
	padding-top:30px;
	margin:20px 0 0 0;
}

#sub-footer p
{
	margin:0;
	padding:0;
}
#sub-footer span
{

}
.copyright 
{
	text-align:center;
	font-size:16px;
	color:#FFFFFF;
}
.copyright a
{
	text-align:center;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
}
.copyright a:hover
{
	text-decoration:none;
	font-size:16px;
	color:#d7e7fe;
}
#sub-footer ul.social-network 
{
	float:right;
}
/* fin footer */
/* comienza scroll to top */
.scrollup
{
    position:fixed;
    width:32px;
    height:32px;
    bottom:0px;
    right:20px;
    background: #222;
    -webkit-border-radius: 2px 2px 0 0;	
    -moz-border-radius: 2px 2px 0 0;	
    border-radius:  2px 2px 0 0;	
}
a.scrollup 
{
	outline:0;
	text-align: center;
}
a.scrollup:hover,a.scrollup:active,a.scrollup:focus 
{
	opacity:1;
	text-decoration:none;
}
a.scrollup i 
{
	margin-top: 10px;
	color: #fff;
}
a.scrollup i:hover 
{
	text-decoration:none;
}
/* fin scroll to top */
/* comienza paginacion */
#inner-headline
{
	background-image: -moz-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -ms-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    border-bottom: 1px solid #ddd;
	position:relative;
	margin:0;
	padding:0px;
	width:100%;
}
/* comienza breadcrumbs */
ul.breadcrumb 
{
	margin-top:30px;
	margin-bottom:5px;
	float:left;
	background:#6b9fd0;
}
ul.breadcrumb li 
{
	margin-bottom:0;
	padding-bottom:0;
	color:#FFFFFF;
}
ul.breadcrumb li 
{
	font-size:13px;
	color:#FFFFFF;
	font-weight: 600;
}
ul.breadcrumb li i
{
	color:#FFFFFF;
}
ul.breadcrumb li a 
{
	color:#FFFFFF;
}
ul.breadcrumb li a:hover 
{
	text-decoration:none;
}
ul.breadcrumb li.active
{
	color:#FFFFFF;
}
/* fin breadcrumbs */
/* fin paginacion */
/* comienza social 2 */
ul.social-network2
{
	list-style:none;
	margin-right:0 auto;
	margin-left:0 auto;
	margin-top:40px;
}
ul.social-network2 li 
{
	display:inline;
	margin: 0 20px;
	color:#FFFFFF;
}
ul.social-network2 li i 
{
	font-size: 3.3em;
	color:#FFFFFF;
}
ul.social-network2 li i:hover 
{
	color:#222222;
}
ul.social-network2 li i:focus 
{
	color:#222222;
}
ul.social-network2 li i:focus::before
{
    transition: 0.4s;
    transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transform: rotateY(360deg);
}
ul.social-network2 li i:hover::before
{
    transition: 0.4s;
    transform: rotateY(360deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transform: rotateY(360deg);
}
ul.social-network2 li i::before
{
    transition: 0.8s;
    text-align: center;
    color: rgb(255, 255, 255);
    display: block;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
}
/* fin social 2 */
/* comienza pagina empresa */
#empresa_pag
{
    background-image: -moz-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -ms-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    border-bottom: #FFFFFF 1px solid;
    width:100%;
    display:block;
    
}
#empresa_pag
{
  padding-top: 100px;
  padding-bottom:20px;
}
#empresa_pag h3
{
	font-weight: 300;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
	margin:0px;
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR:#777;
}
#empresa_pag .about-text 
{
	margin-left: 10px;
	margin-top: 0px;
}
#empresa_pag .margin-bottom
{
	margin-bottom:60px;
}
#empresa_pag img 
{
	display: inline-block;
	border-color: rgb(107,159,208);
	background: rgba(107,159,208,0.3);
	border-radius: 10px;
	padding: 20px;
}
#empresa_pag p 
{
	line-height: 28px;
	margin: 22px 0;
	COLOR:#777;
	font-size:14pt;
}
#empresa_pag .team-item 
{
    text-align: center;
    background-color: #F5F5F5;
}
#empresa_pag .team-item h3 
{
    font-size: 20px;
    font-weight: 300;
    margin: 30px 0 20px;
    text-transform: none;
    text-align:center;
}

#empresa_pag .team-item .team-position 
{
    color: #565656;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    text-align:center;
    padding-bottom: 30px;
}
#empresa_pag .team-item .team-image
{
    height:4px;
    background:#6b9fd0;
}
/* fin pagina empresa */
/* comienza pagina carreras */
#carreras_pag
{
    background-image: -moz-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -ms-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    border-bottom: #FFFFFF 1px solid;
    width:100%;
    display:block;
    
}
#carreras_pag .btn, .btn-large
{
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 2rem;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; 
}
#carreras_pag .btn i, .btn-large i
{
  font-size: 1.3rem;
  line-height: inherit; 
}
#carreras_pag .btn, .btn-large 
{
  text-decoration: none;
  color: #FFF;
  background-color: #6b9fd0;
  text-align: center;
  letter-spacing: .5px;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer; 
}
#carreras_pag .btn, .btn-large
{
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); 
}
#carreras_pag .btn:hover, .btn-large:hover
{
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); 
}
#carreras_pag .bajar-information
{
}
#carreras_pag .bajar-information ul li
{
  border-bottom: 1px solid #6b9fd0;
  color: #777;
  font-size: 18px;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
#carreras_pag blockquote 
{
  background-color: #fff;
  padding: 28px;
  border-left: 5px solid #6b9fd0;
}
#carreras_pag blockquote h3
{
	font-weight: 500;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
	margin:0px;
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR:#777;
	font-style:normal;
}
#carreras_pag
{
  padding-top: 100px;
  padding-bottom:20px;
}
#carreras_pag h3
{
	font-weight: 300;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
	margin:0px;
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR:#777;
}
.curso
{
	font-weight: 300;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
	margin:0px;
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR:#777;
}
.materiastit
{
  color: #6b9fd0;
  font-size: 18px;
  font-weight:500;
  text-transform: uppercase;
}
.cursadotit
{
  color: #6b9fd0;
  font-size: 18px;
  font-weight:500;
  text-transform: uppercase;
}
.num
{
  color: #6b9fd0;
  font-size: 18px;
  font-weight:500;
  text-transform: uppercase;
}
.materia
{
  color: #777;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  padding:6px;
}
.cursado
{
  color: #777;
  font-size: 16px;
  font-weight: 500;
  text-transform:none;
  padding:6px;
}
#carreras_pag .about-text 
{
	margin-left: 10px;
	margin-top: 0px;
}
.activator img
{
	float:left;
	margin:0 15px 15px 0;
	border:0px;
	padding:0px;
	width:100%;
	height:auto;
}
.dropcap 
{
	DISPLAY: inline; 
	FONT-SIZE: 25px; 
	FLOAT: left; 
	MARGIN: 10px 15px 0px 0px; 
	WIDTH: 40px; 
	LINE-HEIGHT: 40px; 
	POSITION: relative; 
	HEIGHT: 40px; 
	TEXT-ALIGN: center; 
	border-radius: 100%;
	BACKGROUND: #6b9fd0; 
	COLOR: #fff;
}
.droptxt
{
	DISPLAY: inline; 
	FONT-SIZE: 18px; 
	MARGIN: 8px 15px 0px 0px; 
	POSITION: relative; 
	TEXT-ALIGN: center; 
	BACKGROUND: transparent; 
	COLOR: #777;
	float:left;
	LINE-HEIGHT: 48px; 
	text-transform:uppercase;
}
.boxcap 
{
	MIN-HEIGHT: 87px; 
	OVERFLOW: hidden; 
	WIDTH: 100%;
}
.boxcap .txt1
{
	padding-top:22px;
	FONT-WEIGHT: 400; 
	FONT-SIZE: 16px; 
	MARGIN: 0px; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial,Helvetica;
	color:#777;
	text-transform:uppercase;
}
.boxcap .txt2
{
	padding-top: 20px;
	FONT-WEIGHT: 400; 
	FONT-SIZE: 16px; 
	MARGIN: 0px; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial,Helvetica;
	color:#777;
	text-transform:uppercase;
}
.boxcap .txt
{
	padding-top: 20px;
	padding-left:62px;
	FONT-WEIGHT: 400; 
	FONT-SIZE: 16px; 
	MARGIN: 0px; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Arial,Helvetica;
	color:#777;
	text-transform:none;
}
/* fin pagina carreras */
/* comienza pagina calendario */
.calendario
{
    margin-top:20px;
}
.calendfecha
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 12pt;
    color: #646464;
}
.calendtitulo
{
    font-family: 'Open Sans' , Arial, sans-serif;
    font-size: 13pt;
    color: #6b9fd0;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    text-transform: none;
    display: block;
}
.calendtitulo:hover
{
    color: #777;
    text-decoration:none;
}
/* fin pagina calendario */
/* comienza novedades */
#novedades_pag
{
    background-image: -moz-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -ms-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    border-bottom: #FFFFFF 1px solid;
    width:100%;
    display:block;
}
#novedades_pag
{
  padding-top: 100px;
  padding-bottom:20px;
}
/* comienza paginacion de novedades */
/* comienza paginacion */
a.anterior
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:right;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #6b9fd0; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.anterior:hover
{
    text-decoration: underline;
    color: #666;  
}
a.posterior
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:right;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #6b9fd0; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.posterior:hover
{
    text-decoration: underline;
    color: #666;
}
.numero
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #666; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
    text-align:center;
}
a.numero
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #666; 
    LINE-HEIGHT: 20px;
    text-decoration:none;
}
a.numero:hover
{
    color: #6b9fd0;
    text-decoration:underline;
}
.numerores
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #6b9fd0;
    LINE-HEIGHT: 20px;
    text-decoration:none;
    font-weight:bold;
}
a.numerores
{
	font-family: 'Open Sans' , Arial, sans-serif;
	text-align:left;
    FONT-SIZE: 16px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color: #6b9fd0;
    LINE-HEIGHT: 20px;
    text-decoration:none;
    font-weight:bold;
}
a.numerores:hover
{
    text-decoration:underline;
}
/* fin paginacion */
/* fin paginacion de novedades */
/* comienza novedad ampliada */
.novedades .volver 
{
	display:block;
	width:100%;
	text-align:right;
}
.novedades .margin-bottom
{
	margin-bottom:20px;
}
.novedades .volver > A 
{
	font-size:16px;
	color: #6b9fd0;
	font-family: 'Open Sans' , Arial, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
}
.novedades .volver > A:hover 
{
	color: #666;
	text-decoration:none;
}
#novedades_pag .expert 
{
    padding-bottom: 20px;
    color: #aeadad;
}
#novedades_pag .expert span.time 
{
    padding-right: 10px;
    border-right: 1px solid;
    padding-left:10px;
}
#novedades_pag .expert span.admin0 
{
    padding-left: 10px;
    color: #6b9fd0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
#novedades_pag .expert span.admin1
{
    padding-left: 10px;
    color: #6b9fd0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform:uppercase;
}
#novedades_pag p.blog_news_content 
{
    color: #646464;
    font-size: 14px;
    padding-bottom: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    display:block;
    width:100%;
}
#novedades_pag .expert 
{
    padding-bottom: 20px;
    color: #aeadad;
}
#novedades_pag .expert span.time 
{
    padding-left: 10px;
}
#novedades_pag .doble_blog_item 
{
    border: 1px solid #ccc;
    height:auto;
    width:100%;
}
#novedades_pag .blog_content 
{
    padding: 15px;
}
#novedades_pag .blog_content h3 
{
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #393e99;
}
#novedades_pag .blog_content h3 a
{
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #393e99;
    text-decoration:none;
}
#novedades_pag .blog_content h3 a:hover
{
    color: #454444;
    text-decoration:none;
}
#novedades_pag .blog_content img
{
   display:inline;
   position:relative;
   width: 100%;
  height: auto;
}	
/* fin novedad ampliada */
/* fin novedades */
/* comienza pagina contacto */
#contacto_pag
{
    background-image: -moz-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -ms-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    border-bottom: #FFFFFF 1px solid;
    width:100%;
    display:block;
    
}
#contacto_pag
{
  padding-top: 100px;
  padding-bottom:20px;
}
#contacto_pag h3
{
	font-weight: 300;
	font-size: 26px;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	line-height: 32px;
	margin:0px;
	text-align: left; 
	text-transform: uppercase; 
	position: relative;
	COLOR:#777;
}
.main_action
{
    display:block;
    width:100%;
    margin-bottom:40px;
    margin-top:40px;
}
hr.separator1 
{
	height: 1px;
	margin: 10px 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	border: 0;
}
hr.separator2 
{
	height: 1px;
	margin: 30px 0 0 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
	border: 0;
}
.socialsblock
{
}
.socialize 
{
	text-align:center;
	padding:20px 0;
}
.socialize h3 
{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;
}
.socials 
{
    margin-top:60px;
}
.company-social
{
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
}
.company-social
{
    text-align: center;
    list-style: none;
}
.company-social li
{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.company-social a
{
    margin: 0 2px 0 0;
}
.company-social a:hover
{
    color: #fff;
}
.company-social a i
{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    text-align: center;
    border-radius: 3px;
    padding: 0;
}
.company-social .social-net a i
{
    background: #6b9fd0;
    color:#FFFFFF;
}
.company-social .social-net a:hover i
{
    background: #FFFFFF;
    color:#6b9fd0;
}
.action_item
{
}
.action_item i
{
    width:70px;
    height: 70px;
    line-height: 70px;
    background-color: #6b9fd0;
    color:#FFFFFF;
    font-size:2rem;
    border:1px solid #ddd;
    border-radius: 50%;
    margin-bottom:40px;
}
.action_item h4 
{
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#6b9fd0;
}
/* comienza formulario contacto */
.marginbot-20
{
    margin-bottom:20px !important;
}
.marginbot-80
{
    margin-top:40px !important;
}
.xs-marginbot-20 
{
	margin-bottom:20px !important;
}
.form-group 
{
  margin-bottom: 20px;
}
form#contact-form .form-group label 
{
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea 
{
    font-size: 18px;
    line-height: 1.6em;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow:  none;
    border-radius: 2px;
}
.btn-lg,
.btn-group-lg > .btn 
{
  border-radius: 2px;
}
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus 
{
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon 
{
  background-color: #fefefe;
  border: 1px solid #eee;
}
.widget-contact 
{
	text-align: left;
}
.btn-skin
{
    text-transform: uppercase;
    border: 2px solid #6b9fd0;
    background-color: #6b9fd0;
    color: #FFFFFF;
    padding: 14px 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: all 0.3s;
    font-family: 'Open Sans' , sans-serif;
}
.btn-skin:hover, .btn-skin:focus, .btn-skin.focus, .btn-skin:active, .btn-skin.active
{
    color: #FFFFFF;
    border: 2px solid #777;
    background-color: #777;
}
.btn-skin:hover
{
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
#ctotxt .about-text 
{
	margin-left: 10px;
	margin-top: 0px;
}
#ctotxt .about-text p 
{
	line-height: 22px;
	margin: 4px 0;
	COLOR:#777;
	font-size:14pt;
}
/* fin formulario contacto */
.form-group .Captcha
{
	text-align:left;
	display:block;
	width:100%;
}
.form-group .fmrinput
{
	width:180px;
	display:block;
}
.form-group .iCaptcha
{
	text-align:left;
	margin-top:20px;
	margin-bottom:0px;
	display:block;
	border:0px;
}
.form-group span
{
	text-align:left;
    FONT-SIZE: 14px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color:#444;  
    LINE-HEIGHT:22px;
    text-decoration:none;
    font-weight:normal;
    letter-spacing:0px;
    display:block;
 } 
.form-group .cchacambiar
{
	text-align:left;
    FONT-SIZE: 12px; 
    OVERFLOW: hidden; 
    TEXT-TRANSFORM: uppercase;
    color:#444;  
    LINE-HEIGHT:22px;
    text-decoration:none;
    font-weight:bold;
    letter-spacing:0.5px;
    display:block;
 } 
.form-group .cchacambiar:hover
{ 
	text-decoration:underline;
	color:#a9998f;  
}   
/* fin pagina contacto */
/* comienza pagina login */
#login_pag
{
    background-image: -moz-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    background-image: -ms-linear-gradient(90deg, #FFFFFF 0%, #e0e8fd 100%);
    border-bottom: #FFFFFF 1px solid;
    width:100%;
    display:block;
}
#login_pag
{
  padding-top: 100px;
  padding-bottom:20px;
}
#login {
    width: 100%;
    padding: 50px 30px;
    background-color: #3282b8;
    
    -webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.15);
    
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    
    box-sizing: border-box;
}

#login input {
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color: #1b262c;
    
    display: block;
    width: 100%;
    height: 40px;
    
    margin-bottom: 10px;
    padding: 5px 5px 5px 10px;
    
    box-sizing: border-box;
    
    border: none;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

#login input::placeholder {
    font-family: 'Overpass', sans-serif;
    color: #ccc;
}

#login button {
    font-family: 'Overpass', sans-serif;
    font-size: 110%;
    color:#1b262c;
    width: 100%;
    height: 40px;
    border: none;
    
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    
    background-color: #bbe1fa;
    
    margin-top: 10px;
}
#login button:hover 
{
    background-color: #0f4c75;
    color:#bbe1fa;
}
#central 
{
    max-width: 320px;
    width: 100%;
}
.titulo 
{
    font-size: 250%;
    color:#bbe1fa;
    text-align: center;
    margin-bottom: 20px;
}
#contenedor 
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
/* fin pagina login */
 .form-control
 {
    display:block;width:100%;
    height:calc(1.5em + .75rem + 2px);
    padding:.375rem .75rem;
    font-size:1.1em;
    font-weight:400;
    line-height:1.5;color:#495057;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    border-radius:.25rem;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* comienza mediateca */

@media (min-width: 979px) and (max-width: 1200px) {
	#wrapper.boxed{
		width:1000px;
		margin:0 auto;	
	}
}

@media (min-width: 768px) and (max-width: 979px) {
	#wrapper.boxed{
		width:784px;
		margin:0 auto;	
	}

	a.detail{
		background:none;
		width:100%;
	}


	
	footer .widget form  input#appendedInputButton {
		  display: block;
		  width: 91%;
		  -webkit-border-radius: 4px 4px 4px 4px;
			 -moz-border-radius: 4px 4px 4px 4px;
				  border-radius: 4px 4px 4px 4px;
	}
	
	footer .widget form  .input-append .btn {
		  display: block;
		  width: 100%;
		  padding-right: 0;
		  padding-left: 0;
		  -webkit-box-sizing: border-box;
			 -moz-box-sizing: border-box;
				  box-sizing: border-box;
				  margin-top:10px;
	}

	ul.related-folio li{
		width:156px;
		margin:0 20px 0 0;
	}	
}

@media (max-width: 767px) {

  body {
    padding-right: 0;
    padding-left: 0;
  }
  
 	#wrapper.boxed{
		width:90%;
		margin:0 auto;	
	}
	.navbar-brand {
		margin-top: 10px;
		border-bottom: none;
	}
	.navbar-header {
		margin-top: 20px;
		border-bottom: none;
	}
	
	.navbar-nav {
		border-top: none;
		padding-top: 30px;
		float: none;
		width: 100%;
	}

	header .navbar-nav > li  {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	header .nav li .dropdown-menu  {
		margin-top: 0;
	}
	
	.stats > div {
		margin-bottom: 30px;
	}

	.dropdown-menu {
	  position: absolute;
	  top: 0;
	  left: 40px;
	  z-index: 1000;
	  display: none;
	  float: left;
	  min-width: 160px;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 13px;
	  list-style: none;
	  background-color: #fff;
	  background-clip: padding-box;
	  border: 1px solid #f5f5f5;
	  border: 1px solid rgba(0, 0, 0, .15);
	  border-radius: 0;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	

	
	.navbar-collapse.collapse  {
		border: none;
		overflow: hidden;
	}

	
	.box {
		padding:20px 0;
		margin-bottom: 20px;
	}

		


	#inner-headline .breadcrumb {
		float:left;
		clear:both;
		width:100%;
	}

	.breadcrumb > li {
		font-size:13px;
	}

	
	ul.portfolio li article a i.icon-48{
		width:20px;
		height:20px;
		font-size:16px;
		line-height:20px;
	}


	.left-sidebar{
		border-right:none;
		padding:0 0 0 0;
		border-bottom: 1px dotted #e6e6e6;
		padding-bottom:10px;
		margin-bottom:40px;
	}
	
	.right-sidebar{
		margin-top:50px;
		border-left:none;
		padding:0 0 0 0;
	}
	
	
	footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, 
	footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12{
		margin-bottom:20px;
	}

	#sub-footer ul.social-network {
		float:left;
	}
	

	
  [class*="span"] {
		margin-bottom:20px;
  }

}

@media (max-width: 480px) {
	.bottom-article a.pull-right {
		float:left;
		margin-top:20px;
	}


	.search{
		float:left;
	}


	.cta-text {
		margin:0 auto;
		text-align:center;	
	}
	
	ul.portfolio li article a i{
		width:20px;
		height:20px;
		font-size:14px;
	}
	.main-slider .flex-caption {
		bottom: 0;
		text-align: center;
	}
	.main-slider .flex-caption p {
		display: none;
	}
	
	.cta-btn {
		float: none;
		text-align: center;
	}

}

@media (max-width: 360px) {

}
/* fin mediateca */
/* comienza noticias */
#blog 
{
    padding-top:10px;
}
#blog .single_blog_item 
{
    border: 2px solid #d8dbdd;
    margin-bottom:20px;
    padding-bottom:10px;
    height:470px;
    background:#FFFFFF;
}
#blog .blog_content 
{
    padding: 10px;
    height: 250px;
}
#blog .blog_content h3
 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #6b9fd0;
    font-family: 'Roboto Slab', serif;
}
#blog .blog_content h3 a
 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #5c5c5c;
    font-family: 'Roboto Slab', serif;
    text-decoration:none;
}
#blog .blog_content h3 a:hover
 {
    color: #6ca6d3;
    text-decoration:none;
}
#blog .expert {
    padding-bottom: 20px;
    color: #aeadad;
}
#blog .expert span.time 
{
    padding-right: 10px;
    border-right: 1px solid;
    padding-left:10px;
}
#blog .expert span.admin0 
{
    padding-left: 10px;
    color: #6b9fd0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
#blog .expert span.admin1
{
    padding-left: 10px;
    color: #6b9fd0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform:uppercase;
}
#blog .blog_news .blog_img img {
    height: 230px;
    width: 100%;
}
#blog .blog_news span.right_msg span {
    font-size: 14px;
    color: #aeadad;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
}
#blog .expert a {
    color: #aeadad;
}
#blog .expert p.right_side {
    padding-left: 110px;
}
}
#blog p.blog_news_content {
    color: #5c5c5c;
    font-size: 14px;
    padding-bottom: 15px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
figure.rpc-style-1 .date
{
  background-color: #bababf;
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}
figure.rpc-style-1 .date 
{
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.rpc-style-1 .date span 
{
  display: block;
  line-height: 30px;
}
figure.rpc-style-1 .date .month 
{
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-not
{
  background-color:#434041;
  border: 2px solid #d1d4d8;
  text-align:center;
  text-transform:uppercase;
  color:#FFFFFF;
}
.btn-not:hover,
.btn-not:focus 
{
  background-color: rgba(0, 0, 0, 0.1);
  border: 2px solid #d1d4d8;
  color:#434041;
}
/* fin noticias */
.date0 
{
  background-color: #c7e4f5;
  color: #fff;
  position: relative;
  text-align: center;
  width:100%;
  padding:50px;
  display:block;
}
.rpc_date0 
{
  background-color: #bababf;
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}
.rpc_date0 
{
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.rpc_date0 span 
{
  display: block;
  line-height: 30px;
}
.rpc_date0 .month 
{
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
.mediad
{
  padding-left: 10px;
  background:#eef3f9;
  padding-bottom:15px;
  text-align:center;
}
.media.service-boxd 
{
  margin: 15px 0;
  padding-top:15px;
}
.mediad.service-boxd .pull-center 
{
  margin-bottom:5px;
  text-align:center;
  margin-top:-23px;
}
.mediad.service-boxd .pull-center > i 
{
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #558ef5;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
}
.mediad.service-boxd .pull-center > i:after 
{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 100%;
  margin-top: -15px;
  right: 20px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #5b5b5e;
}
.mediad.service-boxd:hover .pull-center > i 
{
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
.media-bodyd
{
  padding:8px;
  min-height:130px;
}
.media-bodyd h4
{
  font-size:17px;
  line-height:1.2em;
}
.media-bodyd p
{
  font-size:14px;
  line-height:1.2em;
  color:#000000;
}
.media-bodyd .media-heading 
{
  text-transform:uppercase;
  padding-top:10px;
  color:#5b5b5e;
  text-decoration:none;
}
.media-bodyd .media-heading:hover
{
  color:#558ef5;
  text-decoration:none;
}