body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #676767;
	overflow-x: hidden;
}
.navbar{
	transition: height 3s;
}
.navincrease{
	height: 100px !important;
}

.topnav{
	width: 100%;
	background-color: white;
	z-index: 999;
}

.sticky {
    position:fixed;
    top:0;
}

.caret{
	margin-left: 10px;
}

.menu-padding {
    padding-top:40px;
}


.dropdown:hover .dropdown-menu {
	display: block;
}

.navbar-default{
	margin-bottom: 0;
	background-image: none !important;
	background-repeat: none !important;
	border-radius:0 !important;
	box-shadow: 0px 1px 3px #ddd !important;
	-webkit-box-shadow: none !important;
	background-color: transparent !important;
	border-color: white !important;
}

.navbar-default li a{
	color: #0a0a0a !important;
	font-size: 13px;
	font-weight: 300;
	transition: color 0.2s ease;
}

.navbar-default li a:hover{
	color: #9be200 !important;
}
.navbar-default li.active a{
	color: #9be200 !important;
	background: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: none !important;
}
.navbar-default ul.dropdown-menu{
	background-color: #1C1C1C;
}
.navbar-default ul.dropdown-menu a{
	color: #ccc !important;
	transition: color 0.4s ease;
	margin: 10px 5px 10px 5px;
	-webkit-box-shadow: none !important;
	background: none !important;
}
.navbar-default ul.dropdown-menu a:hover{
	color: #9be200 !important;
	background-color: transparent;
}


.footer{
	color: #777;
	background-color: #252525;
}
.footer .row{
	width: 90%;
	margin: auto;
}
.footer h3{
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer .bottomrow1{
	padding: 55px 0px;
}
.footer .bottomrow2{
	padding: 20px 0px;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.toprow{
	background-color: black;
	color: green;
	padding-top: 10px;
}
.toprow .social{
	list-style-type: none;
	float: left;
}
.toprow .social li{
	float: left;
	margin-left: 20px;
}
.toprow .social li .fa{
	font-size: 14px;
	color: #9be200;
	transition: color 0.5s ease;
}
.toprow .social li .fa:hover{
	color: #ff8716;
}

.toprow ul{
	list-style-type: none;
	float: right;
	margin-right: 30px;/**/
}
.toprow ul li{
	float: left;
	margin-left: 20px;
}
.toprow ul li a{
	color: #9be200;
	background-color: black;
	transition: color 0.5s ease;
	padding: 0;
	text-transform: uppercase;
	font-size: 11px;
}
.toprow ul li a:hover{
	color: #ff8716;
	background-color: black;
}

/*CONTENIDO*/
.plecatitulo{
	background-color: #4D4D4D;
	padding: 30px 0 30px 0;
}
.plecatitulo h1{
	color: white;
	font-weight: 300;
	margin-bottom: 25px;
	margin-top: 0px;
}
.plecatitulo p{
	border-left: #FFFF00 10px solid;
	padding-left: 11px;
	color: white;
}


.botonrojo{
	background-color: #E50000;
	color: white;
	margin: 10px auto 10px auto;
	width: 350px;
	padding: 20px;
	border-radius: 10px;
	display:block;
	text-align:center;
	text-decoration: none;
	font-size: 14px;
}
.botonrojo:hover{color: white;text-decoration: none;}

.botongris{
	background-color: #252525;
	color: white;
	border-radius: 10px;
	margin: 10px auto 10px auto;
	width: 350px;
	padding: 20px;
	display:block;
	text-align:center;
	text-decoration: none;
	font-size: 14px;
}
.botongris:hover{color: white;text-decoration: none;}

.botonazul{
	background-color: #0a74ff;
	color: white;
	border-radius: 10px;
	margin: auto;
	width: 300px;
	padding: 20px;
	display:block;
	text-align:center;
	text-decoration: none;
	font-size: 14px;
}
.botonazul:hover{color: white;text-decoration: none;}


.dropdownproyectos{
	width: 300px;
	margin: auto;
}
.dropdownproyectos .btn-primary{
	border: none;
	background: none;
	background-color: #A5CD39 !important;
	width: 300px;
}
.dropdownproyectos ul{
	width: 300px;
	background-color: #A5CD39 !important;
	color: white;
}
.dropdownproyectos ul li a{
	color: white;
	font-size: 12px;
}
.dropdownproyectos ul li:hover{
	color: white;
	background-color: #333 !important;
}
.dropdownproyectos ul li a:hover{
	color: white;
	background: none;
	background-color: #333 !important;
}

.pager{
	margin: 20px auto 20px auto;
	width: 50%;
}


.brochure{
	padding: 12px 0 16px 0;
	background-color: #f6653c !important;
	color: white;
}
.brochure p{
	font-size: 18px; 
	text-align: center;
	font-weight: bold;
	margin: 8px auto 0 auto;
}
.brochure a{
	color: white;
	text-decoration: none;
	display: block;
	padding: 10px;
	border: 2px white solid;
	border-radius: 30px;
	margin: auto;
	width: 300px;
	text-align: center;
	transition: background-color 0.5s ease;
}
.brochure a:hover{
	color: white;
	background-color: white;
	color: #f6653c;
}

/*PROYECTOS*/
.image-container{	
	position:relative;
	overflow: hidden; 
}

.image-container img{
	display: block;
}

.image-container a {
  position:absolute;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index:2;  
}
.image-container .texto{
	position: absolute;
	font-size: 22px;
	text-align: center;
	width: 100%;
	top: 40%;
	text-shadow: 1px 1px #aaa ;
	
}

.image-container .image-overlay{
  opacity:0;
  position:absolute;
  color: #fff;
  background: rgba(155, 226, 0, 0.77);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  text-align:center;
  font-size:40px;
  line-height: 1.1em;  /* added this */

  
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  z-index:1;
}

.image-container:hover .image-overlay{
  opacity:1;
}


/*FOOTER*/
.footer .social {
	list-style-type: none;
	float: right;
}
.footer .social li{
	float: left;
	margin-left: 20px;
}
.footer .social li .fa{
	font-size: 20px;
	color: #777;
	transition: color 0.5s ease;
}
.footer .social li .fa:hover{
	color: #9be200;
}

.navbar-default{	
	box-shadow: 0px 1px 3px #ddd !important;
}


.plecaalianzas{
	background-image: url('/images/alianzasn_01.png');
	height: 235px;
	background-position: 53% bottom;
	background-size: 97.5%;
	background-repeat: no-repeat;
	background-color: #4d4d4d;
}

.plecaalianzas h1{
	color: white;
	font-weight: 300;
	margin-bottom: 25px;
	margin-top: 25px;
}
.plecaalianzas p{
	border-left: #FFFF00 10px solid;
	padding-left: 11px;
	color: white;
}


.plecasubtitulo{
	color: black;
	border-left: #FFFF00 10px solid;
	width: 80%;
	margin: 20px auto 20px auto;
	padding-left: 15px;
}


.informacion{
	
}

.informacion h2{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}

.informacion p{
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;	 
	text-align: justify;
    text-justify: inter-word;
}
.informacion .plecaverde{
	background-color: #a3cc32;
	height: 13px;
	border: 6px white solid;
}
.informacion .celdatexto{
	width: 23%;
	padding-left: 8px;
	padding-right: 8px;
}
.informacion .celdatexto2{
	width: 30%;
	padding-left: 8px;
	padding-right: 8px;
}
.informacion .celdatextovertical{
	width: 95%;
	padding-left: 8px;
	padding-right: 8px;
}


.verticaldisplay{
	display: none !important;
}
.normaldisplay{
	display: inherit;
}

.botonregresarproyectos{
	color: #333;
	text-decoration: none;
	font-size: 30px;
	margin: 40px;
	display: block;
	transition: color 0.2s ease;
}
.botonregresarproyectos: hover{
	color: #9be200;
	text-decoration: none;
}
.botonregresarproyectos i{
	color: #333;
	transition: color 0.2s ease;
}
.botonregresarproyectos i:hover{
	color: #9be200;
}


.bannercarousel{
	padding: 0;
}
.bannercarousel .item img{
	margin: auto;
	width: 100%;
}
.bannercarousel .carousel-control{
	opacity: 1;
	background: none;
}
.bannercarousel .glyphicon{
	background-color: #9be200;
	border-radius: 25px;
	font-size: 38px;
	padding: 6px 8px 12px 6px;
	width: 50px;
	height: 50px;
	top: 50px;
}
.bannercarousel .glyphicon:hover{
	background-color: #333;	
	transition: color 0.2s ease;
}
.bannercarousel .carousel-control.right {
	left: 114px;
}
.bannercarousel .carousel-indicators{
	display: none;
}


.publicaciones ul{
	padding: 0 !important;
	margin: 0 !important;
	list-style-type: none !important;
	text-decoration: none !important;
}
.publicaciones li{
	text-decoration: none !important;
}
.publicaciones a{
	color: #ccc !important;
	text-decoration: none !important;
	font-family: 'Open Sans' !important;
	font-weight:300;
}
.publicaciones a:hover{
	color: #9be200 !important;
	
}


.blogbox{
	padding: 15px;
	background-color: white;
}
.blogbox .page-header{
	margin: 0;
}
.blogbox h2{
	margin: 10px 0 10px 0;
}
.blogbox h2 a{
	color: rgb(155, 226, 0);
	font-family: 'Open Sans';
	font-size: 20px;
	font-weight:600;
	text-decoration: none;
}
.blogbox h2 a:hover{
	color: #666;
}

.blogbox .article-info{
	color: rgb(103,103,103);
	font-family: "Open Sans";
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.blogbox dd.create{
	float: left;
}
.blogbox dd.hits{
	float: right;
}


.paginablog{
	width: 85%;
	margin: auto;
}


pre {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: auto;
	overflow-y: hidden;
	font-size: 12px;
	line-height: 20px;
	background: #efefef;
	border: 1px solid #777;
}
pre code {
	padding: 10px;
	color: #333;
}