body{
  margin: 0px;
  color: #253f68;
  padding: 0px;
}

.aladerecha{
  text-align: right;

}

.clickeable{
  cursor: pointer;
}

.select-encabezado{
  font-size: 20px;
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    font-weight: bold;
}
/*Estilo y animacion TOP NAVBAR*/
.affix {
  padding:0px;
  padding-left: 120px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;

}
.affix-top {
  background: rgba(255, 255, 255, 0.75);
  border: none;
  padding-top:15px;
  padding-bottom:15px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}

.affix img.logo{
  height: 46px;
  margin-top: -10px;
  margin-left: -170px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  background: transparent;
}

.affix-top img.logo{
    height: 106px;
    margin-top: -40px;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
    background: transparent;

  }

  .affix ul.menu{
      margin-right: 65px;
      -webkit-transition: 0.5s linear;
      -moz-transition: 0.5s linear;
      -o-transition: 0.5s linear;
      transition: 0.5s linear;

    }

    .affix-top ul.menu{
        margin-right: 5px;
        -webkit-transition: 0.5s linear;
        -moz-transition: 0.5s linear;
        -o-transition: 0.5s linear;
        transition: 0.5s linear;

      }
  /*FOOTER*/
  footer {
  	color:#777;
  	background:#222;
  	border-top:2px solid #444;
  }
  footer a{
    color: #dadada;
    font-weight: bold;
  }
  footer a:hover{
    color: #5bab9c;
  }

  footer h1,footer h2,footer h3,footer h4{
  	color:#ddd;
  	font-weight:300;
  }

  #footerRights {
  	background-color:#333;
  	color:#999;
  	border-top:1px solid #1b1b1b;
  }

  #footerLogo{
    height: 160px;
  }

  .footerWidget, .centrado{
    text-align: center;
  }
/*secciones*/
#nosotros {padding-top:50px;height:500px;color: #000; background-color: #fff;}
#servicios {padding-top:50px;height:500px;color: #000; background-color: #fff;}
#contactanos {padding-top:50px;height:500px;color: #000; background-color: #fff;}
#avisop {padding-top:50px;height:500px;color: #000; background-color: #fff;}
#pinteres {padding-top:50px;height:500px;color: #000; background-color: #fff;}

form {
  background: #f2f6fb;
  padding: 10px;
  color: #253f68;
  border-radius: 10px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
}
#form-contacto {
  width: 50%;
  float: right;
}


.all-ancho{
  height: : : 100%;
}

.all-largo{
  width: : 100%;
}
.bkgray {
    background-color: #333333;
}

.bdredondo{
    border-radius: 10px;
}

.padding-def{
  padding: 25px;
}

.mg-top{
  margin-top: 10em;
}

.mg-bottom{
  margin-bottom: 10em;
}

.font-blanco{
  color: #fff;
}

.relative {
  position: relative;
}

.enfrente{
  z-index: 1000;
}


/********************ESTILOS PARA BARRA LATERAL********************/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;

}

#wrapper.toggled {
    padding-left: 200px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;

    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background-color:#333333 !Important ;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 10px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-left: 10px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    right:15px;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #222;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 220px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 200px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 40px;


    }

#wrapper.toggled span {
        visibility:hidden;

    }
  #wrapper.toggled   i {
 float:right;
 }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}


@media(max-width:414px) {

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right:60px;
}

#wrapper.toggled {
    padding-right: 60px;
}

 #wrapper {
        padding-left: 20px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 50px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 140px;


    }

    #wrapper.toggled span {
        visibility:visible;
        position:relative;
        left:70px;
        bottom:13px;

    }

#wrapper span {
        visibility:hidden;

    }
  #wrapper.toggled   i {
 float:right;
 }

  #wrapper   i {
 float:right;
 }

    #page-content-wrapper {
        padding: 5px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
