body {
	font-family: 'Source Sans Pro', 'Helvetica Nueu', Helvetica, Arial, sans-serif;
	color: #004a89;
    background: #f8f8f8;
  	}

p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}
ul li {
	margin-bottom: 5px;
}

/* estilos para el header principal */

#main-header {
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 99;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255, 1);
	-moz-box-shadow: 0 1px 5px #999;
	-webkit-box-shadow: 0 1px 5px #999;
	box-shadow: 0 1px 5px #999;
}

/* estilos de la barra de navegacion principal */

/* estilos propios del index */

section {
	margin: 15px 0;
}
.info p ,
.info ul li {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: oblique;
}
.info-1 p {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: oblique;
	margin-bottom: 0;
}
.info-1 h4 {
	margin-bottom: 0;
}
.info h2,
.info h3,
.info h4 {
    color: #004a89;
	font-weight: 300;
}
.info h2 {
	color: #fff;
	font-size: 56px;
	font-size: 4rem;
	font-weight: 200;
}
.info h3 ,
.info-1 h3 {
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
	font-style: oblique;
}
.info h4 {
	margin-bottom: 10px;
	color: #1f1f1f;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
}
/* estilos para el pie de pagina */
footer {
	padding: 3px 0;
    background-color: #666;
  }

footer h3 {
	color: #fff;
	font-size: 1.6rem;
	font-size: 16px;
	font-style: oblique;
	text-transform: uppercase;
	font-weight: 600;
}
footer p {
	color: #ddd;
	font-weight: 200;
	font-size: 14px;
	font-size: 1.4rem;
	}
.work footer {
	position: relative;
}
@media (min-width: 768px) {
footer{	
	 bottom: 0;
    height: 95px;
    position: absolute;
    width: 100%;
}
}	
/* estilos personalizados para botones */
.ira .btn {
     font-size: 10px;
    font-weight: normal;
    line-height: 1.1;
   
}

.btn-custon {
	border: 0;
	border-radius: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	background-color: #198eff;
	color: #fff;
 }
.btn-login {
	
	background-color: #F90;
	color: #fff;
 }
 
/* otra cosa  */
form {
	color:  #004a89;
	font-style: oblique;
}
 .carousel-caption {
	right: 5%;
	bottom: 20px;
	left: 5%;
	z-index: 100;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #fafafa;
	font-weight: 600;
	text-shadow: none;
	border-radius: 15px;}

.carousel-caption h3 {
	color: #fafafa;
	font-weight: 600;
}

.textos {
	text-align: center;
	font-style: oblique;
}
.textos img {
	margin: 30px auto;
	overflow: hidden;
}

.vinetas {
	padding: 15px;
	list-style-type: circle;
 /*    font-size: 15px;
    font-size: 1.5rem; */
    line-height: 25px;
}

.login, .usuarios, .consulta, .destino {
	background: #dbecf4;
}

.bg-salir {
	background-color: #666;
	color: #fff;
}

/* estilos para tabla consulta */
section#tabla-info {
  border-radius: 0.5em;
  display: inline-block;
  margin: 0 auto;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
  font-size: .7em;
}
.ira {
	text-align: left;
	list-style: none;
	}

.ira li {
	display: inline-block;
	color: #F90;	
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #E5E5E5;
}

table.  th {
background: #E5E5E5;
}

th {
	height: 10px;
    color: white;
    background-color: #198fff;
    font-size: 1.1rem;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #929090;
}

.destaca  {
/* 	font-family: sans-serif; */
	/* 	font-size: 1em; */
	font-weight: bold;
}
.jumbotron {
    background-color: #dbecf4;
   
}
.form-solguia {
    height: 36px;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 6px;
}
/* formulario de solicitud */
.origen {
	background: #eee;
}
.destino {
	background: #D0D3D4;
}

.form-control {
    height: 36px;
    padding: 10px 10px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 6px;
}
.site {
	font-weight: bold; 
}
select.input-sm {
	padding: 5px;
}



