h2{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color:#000000;
    border-bottom: 10px solid #C0C0C0;
}

h2 span{
    position: relative;
    left: 50%;
    font-size: 12px;
}

h3{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: inline-block;
}

h3 span{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 5%;
    margin-bottom: 2%;  
    display: inline-block;
    position: relative;
    left: 30%;
}

/* Imagenes */

.img{
    width: 90%;
    height: auto;
    margin: auto;
    float: right;
    margin-bottom: 4%;
}


footer{
    clear: both;
}

.colectivos{
    width: 100%;
}

.colectivos img{
    max-width: 96.5%;
}

b{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
}

.img .ubi{
    margin: 15px;    
}


/* Paradas */

.colectivos{
    margin: auto;
    width: 100%;
}

table{
    background: white;
    text-align: center;
    border-collapse: collapse; 
    width: 100%;
    margin-bottom: 5%;
    margin-top: 5%;
}

th,td{
    padding: 15px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

thead{
    background: #246355;
    color: #fff;
    border-bottom: solid 5px #0F362D;
}

tr:nth-child(even){
    background: #ddd;
}

tr:hover td{
    background: #369681;
    color: #fff;
}
/* Fin Paradas */


/* Responsive desing*/

@media screen and (max-width: 800px){
    .img{
        width:100%;
    }
}

/* Fin Responsive desing*/

