/* GLOBAL STYLES
    -------------------------------------------------- */
    /* Padding below the footer and lighter body text */
	/*	colores logo 
		naranja : #ff5b00 
		gris	: #656565
		*/


/*************** ANTES DEL HEADER *****************/
			.hero-unit {
				margin-top: 1px;
				background: white;
			}
			.sidebar {
				background: #eee;
				text-align: center;
			}
			form, .actions {
				margin-bottom: 0
			}
			.error {
				color: red
			}
			.margen-sup{
				margin-top: 70px;
			}
			.tit{
				font-size: 12px; 
			}
			.text-tabla{
				font-size: 10px; 
			}
			.borde_captura{
			   border-right: 1px solid #ddd;   
			   border-bottom: 1px solid #ddd;
			   border-left: 1px solid #ddd;	
			   margin-left: 50px;
			}
			.dim_form_captura{
				min-height: 360px;
			}

/************ ANTES DEL HEADER *********************/

/************ login *********************/
	.form-signin {
        max-width: 500px;
        padding: 19px 29px 29px;
        margin: 0 auto 20px;
        background-color: #f5f5f5;
        border: 1px solid #e5e5e5;
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
                box-shadow: 0 1px 2px rgba(0,0,0,.05);
      }
      .form-signin .form-signin-heading,
      .form-signin .checkbox {
        margin-bottom: 10px;
      }
      .form-signin input[type="text"],
      .form-signin input[type="password"] {
        font-size: 16px;
        height: auto;
        margin-bottom: 15px;
        padding: 7px 9px;
		background-color:#cccccc;
		font-size:12px;
		color:#ff5b00;
      }

/************ login *********************/

/************ sticky footer *********************/

	  html, body {
        height: 95%;
        /* The html and body elements cannot have any padding or margin. */
      }
	
	/* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -40px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 40px;
      }
	  .text-footer{
		font-size: 11px; 
		color: #ffa573;
		font-weight:normal;
	  }
      #footer {
        background-color: #f5f5f5;
      }

      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }
/************ sticky footer *********************/




    body {
      /*padding-bottom: 40px;*/
      color: #5a5a5a;
      background: #fff;
    }
    
    .lapagina {
      background: #fff;
    }

	.cita{
		color: #aaccff;
	}

	.thumb{
		max-height: 300px;
	}
	.thumbnail{
		/*background: #efefff;*/
		background: #efefef;
	}
	.barra_superior{
		/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeeeee), to(#999999));*/
		/*background-color: #888888;*/
	}
	.logo{
	  /*background-image: url("../img/logo_autopista3.png");*/
	  background-image: url("../img/logo_separado.png");
	  background-repeat: no-repeat;
	  text-align: center;
	  height: 130px;
	
	}
	.brand{
		margin-top:5px;
	}
	.well{
	  background-color: transparent;
	}
	#usuario{
		position:float;
		margin-top:15px;
	}
	#cargador{
		position:fixed;
		left:50%;
		top:50%;
		margin-left:0px;
		margin-top:0px;
	}
	.aviso_eliminado{
		position:fixed;
		left:50%;
		top:50%;
		margin-left:0px;
		margin-top:0px;
	}

	pre {
		width: 200px;
		white-space: pre; /* CSS 2.0 */
		white-space: pre-wrap; /* CSS 2.1 */
		white-space: pre-line; /* CSS 3.0 */
		white-space: -pre-wrap; /* Opera 4-6 */
		white-space: -o-pre-wrap; /* Opera 7 */
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -hp-pre-wrap; /* HP */
		/*word-wrap: break-word; /* IE 5+ */
		/*overflow: hidden;*/
	}

	.texto_blanco{
		color: white;
	}
	.estilotextarea1 {
		min-width:600px;
		height:50px;
		border: 1px dashed #ff5b00;
		background: #efefef;
		font-size: 11px;
		}
	.estilotextarea2 {
		min-width:300px;
		height:40px;
		border: 1px dashed #ff5b00;
		background: #efefef;
		font-size: 11px;
		}
	.estilotextareaEdit {
		min-width:300px;
		height:80px;
		border: 1px dashed #ff5b00;
		background: #efefef;
		font-size: 11px;
		}
	.textareaComplementaria {
		min-width:800px;
		height:150px;
		border: 1px dashed #ff5b00;
		background: #efefef;
		font-size: 11px;
		}
	.subtit1{
		width:94%;
		background:#ffa573;
		color:#333333;
		font-weight: bold;
		font-size:12px;
		padding:2px;
		padding-left:50px;
	}
	.subtit2{
		width:94%;
		background:#6899D3;
		color:#333333;
		font-weight: bold;
		font-size:12px;
		padding:2px;
		padding-left:50px;
	}
	.verdozo{font-size:12px;font-weight:bold;color:#2F8F00;} /* tono verde */
	.rojizo{font-size:12px;font-weight:bold;color:RED;} /* ROJO */
	.obscuro{font-size:12px;font-weight:bold;color:#333333;} /* tono obscuro */
	.colorNaranja{color:#ff5b00;}
	.headerModal{
		background:#ffa573;
		color:#333333;
		font-weight: bold;
		font-size:12px;
	}
	.contentModal{
		background:#aaccff;
	}
	

	/* INICIO. algunos estilos para consulta.php
	-------------------------------------------------- */
	label{
		font-weight: bold;
		font-size: 12px;
	}
	.head_tabla1{
		color: #efefef;
		background: #656565;
	}
	.head_tabla2{
		color: #efefef;
		background: #656565;
	}
	.head_tabla3{
		color: #656565;
		background: #eeeeff;
	}
	.head_tabla4{
		color: #333333;
		background: #ffa573;
	}
	.head_tabla_azul1{
		color: #efeff5;
		background: #6969a1;
	}
	.head_tabla_azul2{
		color: #efeff5;
		background: #8989b1;
	}

	.cuerpo_tabla1{
		background: #dfdfdf;
		border-color: #fff;
	}
	.cuerpo_tabla2{
		background: #fff;
		border-color: #3a87ad;
	}
	.naranja{
		color: #ff5b00;
	}
	.azul_titulos{
		color: #6969a1;
	}	
	input[type=text]{		
		height: 15px;
		padding-left:5px;
		text-decoration: none;		
		font-size: 11px;
	}
	/*
	.cajaTextos{
			padding:3px;
			margin: 0;			
			background: #f8f8f8;
			color:#888;
			border:solid 1px;
			outline:none;
			display: inline-block;
			font-size:10px;
		}
	/*input[type=text]{
		color: #979797;
		height: 18px;
		padding-left: 10px;
		padding-top: 0px;
		text-decoration: none;
		background: #efefef;
		font-size: 11px;
	}*/
	select{
		color: #979797;
		height: 22px;
		padding-left: 10px;
		padding-top: 1px;
		padding-bottom: 1px;
		text-decoration: none;
		background: #efefef;
		font-size: 11px;
	}
	.tabla_resultados{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.fondo_tbl_res{
		background: #efefef;
	}

	.cuerpo_tabla2 p{
		font-size:12px;
		font-weight:bold;
		color:#656565;
	}


	/* FINALIZACION. algunos estilos para consulta.php
	-------------------------------------------------- */

	/* INICIO. algunos estilos para consulta_seguimiento.php
	-------------------------------------------------- */
	
	.ancho450{
		width:450px;
		font-size:10px;
	}



	/* FINALIZACION. algunos estilos para consulta_seguimiento.php
	-------------------------------------------------- */



    /* CUSTOMIZE THE NAVBAR
    -------------------------------------------------- */

    /* Special class on .container surrounding .navbar, used for positioning it into place. */
    .navbar-wrapper {
      position: relative;
      top: 0;
      left: 0;
      right: 0;
      z-index: 10;
      margin-top: 20px;
      margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
    }
    .navbar-wrapper .navbar {

    }

    /* Remove border and change up box shadow for more contrast */
    .navbar .navbar-inner {
      border: 0;
      -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.30);
         -moz-box-shadow: 0 5px 10px rgba(0,0,0,.30);
              box-shadow: 0 5px 10px rgba(0,0,0,.30);
    }

    /* Downsize the brand/project name a bit */
    .navbar .brand {
      padding: 0px 0px 0px; /* Increase vertical padding to match navbar links */
      font-size: 16px;
      font-weight: bold;
      /*text-shadow: 0 -1px 0 rgba(0,0,0,.5);*/
    }

    /* Navbar links: increase padding for taller navbar */
    .navbar .nav > li > a {
      padding: 15px 15px;
    }

    /* Offset the responsive button for proper vertical alignment */
    .navbar .btn-navbar {
      margin-top: 0px;
    }



    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

    /* Carousel base class */
    .carousel {
      margin-bottom: 0px;
      margin-top: 70px;
	  margin-left: auto;
    }

	.carousel .carousel-inner{
		left:100px;
		width:1154px;
		border: 0;
	  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.50);
         -moz-box-shadow: 0 5px 10px rgba(0,0,0,.50);
              box-shadow: 0 5px 10px rgba(0,0,0,.50);

	}

    .carousel .container {
      position: relative;
      z-index: 9;
    }

    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 60px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }

    .carousel .item {
      height: 200px;
    }
    .carousel img {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      height: 200px;
    }

    .carousel-caption {
      background-color: transparent;
      position: static;
      max-width: 550px;
      padding: 0 20px;
      margin-top: 20px;
      margin-left: 60px;
    }
    .carousel-caption h2,
    .carousel-caption .lead {
      margin: 0;
      line-height: 1.25;
      color: #fff;
      text-shadow: 0 5px 5px rgba(0,0,0,.8);	  
	  size: 12px;
    }
    .carousel-caption .btn {
      margin-top: 10px;
    }

    /* RESPONSIVE CSS
    -------------------------------------------------- */

    @media (max-width: 979px) {

      .container.navbar-wrapper {
        margin-bottom: 0;
        width: auto;
      }
      .navbar-inner {
        border-radius: 0;
        margin: -20px 0;
      }

      .carousel .item {
        height: 500px;
      }
      .carousel img {
        width: auto;
        height: 500px;
      }

    @media (max-width: 767px) {

      .navbar-inner {
        margin: 1px;
      }

      .carousel {
        margin-left: -20px;
        margin-right: -20px;
      }
      .carousel .container {

      }
      .carousel .item {
        height: 300px;
      }
      .carousel img {
        height: 300px;
      }
      .carousel-caption {
        width: 65%;
        padding: 0 70px;
        margin-top: 100px;
      }
      .carousel-caption h1 {
        font-size: 30px;
      }
      .carousel-caption .lead,
      .carousel-caption .btn {
        font-size: 18px;
      }

 
    }