#descCarril
{
    font-weight: bold;
    font-size: 12px;
}
.image { 
    position: relative; 
    width: 100%; /* for IE 6 */
}

.textPlaca { 
    position: absolute; 
    top: 160px; 
    left: 65px; 
    width: 200px; 
    color: white; 
    /*font: bold 15px/30px Helvetica, Sans-Serif;*/ 
    letter-spacing: -1px;  
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.7);
    padding: 0px; 
}
.tdNombre
{
    width: 50%;
    text-align: right;
    color: gray;
}
.tituloTabla
{
    background-color: #009966;
    color:white;
    padding-left: 10px;
    height: 40px;
}
.customErrorClass
{
    color: #ff0000;
    font-weight: bold;

}
.tdNombre
{
    width: 50%;
    text-align: right;
    color: gray;
}
.tituloTabla
{
    background-color: #6d6d6d;
    color:white;
    padding-left: 10px;
    height: 40px;
}