/*             TUBOSYPOZO.css   */


body {
 
  padding-top: 70px;
 background:#E6E6E6;
}

.navbar-brand {
  float: left;
  height: 60px;
  padding: 0px 0px;
  font-size: 18px;
  line-height: 20px;
}
.letra{
     font-size: 18px;}
.dropdown-menu{
    font-size: 17px;
}
.nav-tabs{
    padding-top: 20px;
   border-bottom: 1px solid #337ab7;
} 
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
    background-color: white;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
 color: black;
  cursor: default;
  background-color: #E6E6E6;
  border: 1px solid #337ab7;
  border-bottom-color: transparent;
}


 .navbar-toggle .icon-bar {
  display: block;
  width: 32px;        /*añadido*/
  height: 2px;
  border-radius: 1px;
}

.mini{                /*clase añadida*/
  font-size: 12px;
    margin-top:3px;
    color: white;
   }

.fondo{
    background-color: #f4f4f4;
}

.borde1{
    border-left:1px solid #337ab7;
    border-right: 1px solid #337ab7;
}
.borde2{
    border-left:1px solid #337ab7;
    border-right: 1px solid #337ab7;
    border-bottom: 1px solid #337ab7;
    margin-bottom: 15px;
}
.separador{
    padding-top:31px;
}

.separador2{
    padding-top:11px;
}
footer{
    color: white;
background: rgb(69,72,77); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

footer article.panel  {
  background-color: #8D8E9C;
}

footer.container{
    border-radius: 4px;
}

.glyphicon-envelope{
    color:white;
}
#aviso{color:white;}