
body{
	
	background-size: 100%;
    background: #000;
}
.redes{
	background: url(..//images/bg/01.jpg);
    background-size: 100%;
    height: 30px;
    padding: 0;
}

.redes li{
	display: inline;
}

.navbar-default{
	background:;
	border: none;
	margin-bottom: 0;
}

.navbar-nav li a {
    padding-top: 18px;
    padding-bottom: 11px;
    background-image: url(..//images/bg/03.png);
    background-position-y: -150px;
    background-repeat-y: no-repeat;
    margin-right: 4px;
}

.navbar-nav li a:hover {
    color:#fff;
}

.navbar-nav li a .glyphicon {
    color: #000099;
    display: grid;
    text-align: center;
    font-size: 16px;
}





.active{
    background-position-y: 0px;
}


/*menu fixed*/

.nav-container {
    box-shadow: 0px 20px 32px rgba(0, 0, 0, 0.58);
    z-index: 9999;
    background: #eee);
    border-radius: 0;
}
	.f-nav{ 
		z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0px 5px 40px #000;
    border-radius: 0;
    } /* this make our menu fixed top */

.nav { height: ;}
	.nav ul { list-style: none; }
	.nav ul li{
	    float: left;
    	margin-top: 0px;
    	padding: 0px;
	}
	

/*menu fixed*/


.slideshow {
    background-image: url(..//images/bg/04.jpg);
    background-size: 100%;
    padding: ;
}

.carousel-inner img{
	width: 100%;
}

.carousel-control.right, .carousel-control.left{
	background: none;
    border: none;
}

.contcontcuadro{
    margin-top: 10px;
}
.contcuadro{
    padding: 5px;
}
.cuadro{
    background: #ddd;
    border-radius: 5px;
    border: 1px solid#ccc;
    padding: 10px;
    min-height: 286px;
}

.cuadro h2 {
    font-size: 16px;
    margin: 0px 0px 5px 0px;
    background: #98cb00;
    padding: 5px;
    border-radius: 5px;
    color: #000;
}

.cuadro span {
    color: #fff;
}

#sobrenosotros {
    text-align: center;
    padding: 12px 0px 29px 0px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    background: url(..//images/bg/06.jpg) fixed;
    background-size: 100%;
}

#servicios {
    text-align: center;
    padding: 12px 0px 29px 0px;
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    background: url(..//images/bg/08.jpg) fixed;
    background-size: 100%;
}

#contacto {
    text-align: center;
    padding: 12px 0px 29px 0px;
    color: #333;
    background: url(..//images/bg/10.jpg) fixed;
    background-size: 100%;
}

.contenido{
    background: #fff;
    border: 1px solid #ccc;
}

.contenido img {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 25%;
}

.contenido p{
        padding: 10px;
    text-align: justify;
}

.resaltado{
    color: #999;
    border-bottom: 1px dashed;
}

.contenido h2 {
    padding: 5px 10px 5px 10px;
    border-bottom: 1px dashed #999;
    margin-bottom: 0px;
}





.addthis_inline_follow_toolbox{
    margin-top: -5px;
}

.navbar img{
    display: none;
}

#servi{
    background: url(..//images/bg/09.jpg);
    padding: 20px;
}

#servi h2 {
        color: #98cb00;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 1px dashed #333;
    padding-bottom: 10px;
}

#servi li{
    color: #ccc;
    font-weight: normal;
}

#servi span {
    padding-right: 10px;
    color: #333;
}

#contac {
    background: url(..//images/bg/01.jpg);
    padding: 20px;
}

.form-control{
    margin-bottom: 5px;
}

#contac .glyphicon{
    color: #fff;
}

footer{
    background: black;
    padding: 20px;
    color: #777;
}

footer h2 {
    color: #98cb00;
    font-size: 20px;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

footer .glyphicon {
    color: #337ab7;
    margin-right: 10px;
}


footer h2 .glyphicon{
    margin-left: 5px;
    font-size: 10px;
    color: #98cb00;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #fff;
}


#portafolio h1 {
    border-bottom: 1px dashed #444;
    padding-bottom: 5px;
    margin-top: 69px;
    border-top: 1px dashed #444;
    padding-top: 7px;
    color: #98cb00;
    font-weight: normal;
}

.gallery {
}

.gallery > div {
        padding: 5px;
}

.gallery > div > img {
  transition: .1s transform;
  transform: translateZ(0); /* hack */
}

.gallery > div:hover {
  z-index: 1;
}

.gallery > div:hover > img {
  transform: scale(1.7,1.7);
  transition: .3s transform;
}

.cf:before, .cf:after {
  display: table;
  content: "";
  line-height: 0;
}

.cf:after {
  clear: both;
}

h1 {
  margin: 40px 0;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}