/* 
    Document   : estilos
    Created on : 8/05/2013, 05:26:05 PM
    Author     : Jairo Fernando Solarte
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.cuadro{
    border: 1px solid;
}

.cuadro1{
    border: 0px solid red;    
}
.titulo_proycto{
    text-align: center; 
}

#validar p{
    color: red; 
}

.input_inicial{
    margin-top: 1%; 
}

#generar_arbol li
{
    list-style-type: none;
}

.vista_1{
    border: 1px solid #ff0000;
    width: 40px; 
    padding: 10px; 
}

.box{
    float: left;
    width: 200px; 
    height: 50px;
 
}

.sub_menu{
    float: left;
    text-align: center;
    color: #fff;
    border: 0px #fff solid;
    margin-top: 2%; 
    padding-right:4%; 
}

.sub_menu1{
    float: left;
    text-align: center;
    color: #fff;
    border: 0px red solid;
    margin-top: 4%; 
    width: 49%; 
}

.jumbotron {
    
  margin-top:11%;/*lo que quieras poner de margin arriba*/ 
  position: relative;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 3px rgba(71,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background: #020031; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #4781A1 0%, #244959 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#4781A1), color-stop(100%,#244959)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #4781A1 0%,#244959 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #4781A1 0%,#244959 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #4781A1 0%,#244959 100%); /* IE10+ */
  background: linear-gradient(45deg, #4781A1 0%,#244959 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4781A1', endColorstr='#244959',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);  
}

.jumbotron h1 {
  font-size: 80px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
}
.jumbotron p {
  font-size: 30px;
  font-weight: 100%;
  line-height: 1.25;
  margin-bottom: 30px; 
}

.from_horizontal{
    float: left; 
    margin: 1%;
    margin-right:4%;
    border: 0px solid; 
    
}
.from_horizontal_textarea{
    float: left;
    width: 95%;
    margin: 1%;
    margin-right:2%  
}
#file{
display:none;
}

#archivos{
   margin-top: 18px; 
   margin-bottom: 100px; 
}

.fecha_archivo{
    color: #4cb549; 
}

.cargador{
    position: absolute;
    top: 50%; /* Buscamos el centro horizontal (relativo) del navegador */
    left: 50%; /* Buscamos el centro vertical (relativo) del navegador */
    width: 600 px; /* Definimos el ancho del objeto a centrar */
    height: 400px; /* Definimos el alto del objeto a centrar */
    margin-top: -200px; /* Restamos la mitad de la altura del objeto con un margin-top */
    margin-left: -300px; /* Restamos la mitad de la anchura del objeto con un margin-left */
}
/*.jumbotron a {
  color: #fff;
  color: rgba(255,255,255,.5);
  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.jumbotron a:hover {
  color: #fff;
  text-shadow: 0 0 10px rgba(255,255,255,.25);
}

.jumbotron .container {
  position: relative;
  z-index: 2;
}*/

.jumbotron2:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  background: url(../img/bs-docs-masthead-pattern.png) repeat center center;
  opacity: .4;
}

.img_logos{
    width: 180px; 
    height:180px
}

.img_logos2{
    width: 120px; 
    height:80px
}

.contedor_fondo{
  background-image:url('../img/bs-docs-masthead-pattern.png');
  padding: 40px 0;
}

.input_login{
    height: 100px;
    width: 300px; 
}


/* ----------------------------------------------------------------------------*/ 


/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

/* Desktop
------------------------- */
@media (max-width: 980px) {
  /* Unfloat brand */
  body > .navbar-fixed-top .brand {
    float: left;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  /* Inline-block quick links for more spacing */
  .quick-links li {
    display: inline-block;
    margin: 5px;
  }

  /* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    width: 218px;
    margin-top: 30px;
    margin-right: 0;
  }

  .subhead h1,
  .subhead .lead {
    margin-right: 0;
  }
  .carbonad {
    position: static;
    margin: 0 !important;
  }
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }
  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    margin-top: -20px; /* Offset bottom margin on .navbar */
  }
  /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  /* Remove any padding from the body */
  body {
    padding-top: 0;
  }

  /* Widen masthead and social buttons to fill body padding */
  .jumbotron {
    padding: 40px 20px;
    margin-top:   -20px; /* Offset bottom margin on .navbar */
    margin-right: -20px;
    margin-left:  -20px;
  }
  .masthead h1 {
    font-size: 90px;
  }
  .masthead p,
  .masthead .btn {
    font-size: 24px;
  }
  .marketing .span4 {
    margin-bottom: 40px;
  }
  .bs-docs-social {
    margin: 0 -20px;
  }
  .carbonad {
    margin: 0 !important;
  }

  /* Space out the show-grid examples */
  .show-grid [class*="span"] {
    margin-bottom: 5px;
  }

  /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

  /* Unfloat the back to top link in footer */
  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  /* Remove padding above jumbotron */
  body {
    padding-top: 0;
  }

  /* Change up some type stuff */
  h2 small {
    display: block;
  }

  /* Downsize the jumbotrons */
  .jumbotron h1 {
    font-size: 45px;
  }
  .jumbotron p,
  .jumbotron .btn {
    font-size: 18px;
  }
  .jumbotron .btn {
    display: block;
    margin: 0 auto;
  }

  /* center align subhead text like the masthead */
  .subhead h1,
  .subhead p {
    text-align: center;
  }
  .carbonad {
    margin: 0 auto !important;
  }

  /* Marketing on home */
  .marketing h1 {
    font-size: 30px;
  }
  .marketing-byline {
    font-size: 18px;
  }

  /* center example sites */
  .example-sites {
    margin-left: 0;
  }
  .example-sites > li {
    float: none;
    display: block;
    max-width: 280px;
    margin: 0 auto 18px;
    text-align: center;
  }
  .example-sites .thumbnail > img {
    max-width: 270px;
  }

  /* Do our best to make tables work in narrow viewports */
  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  /* Examples: dropdowns */
  .bs-docs-example-submenus > .pull-left {
    float: none;
    clear: both;
  }
  .bs-docs-example-submenus > .pull-left,
  .bs-docs-example-submenus > .pull-left + .pull-left {
    margin-left: 0;
  }
  .bs-docs-example-submenus p {
    margin-bottom: 0;
  }
  .bs-docs-example-submenus .dropup > .dropdown-menu,
  .bs-docs-example-submenus .dropdown > .dropdown-menu {
    margin-bottom: 10px;
    float: none;
    max-width: 180px;
  }

  /* Examples: modal */
  .modal-example .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  /* Tighten up footer */
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* -------------------------------------- Menu -------------------------------------------*/
.navbar .navbar-inner {
        padding: 0;
      }
      
      .css_menu{
          margin-bottom: 2px; 
      }      
      .navbar .nav {
        margin: 0;
        display: table;
        width: 100%;
      }
      .navbar .nav li {
        display: table-cell;
        width: 1%;
        float: none;
      }
      .navbar .nav li a {
        font-weight: bold;
        text-align: center;
        border-left: 1px solid rgba(255,255,255,.75);
        border-right: 1px solid rgba(0,0,0,.1);
      }
      .navbar .nav li:first-child a {
        border-left: 0;
        border-radius: 3px 0 0 3px;
      }
      .navbar .nav li:last-child a {
        border-right: 0;
        border-radius: 0 3px 3px 0;
      }
      
/*--------------------------- etiqueta HR------------------------------------*/

.css_hr{
    margin-bottom: -1px; 
}

.ccs_derecho{
    border-left: 0px solid;
    padding-left: 0px; 
}

