﻿.tiemporespuesta {
    background-image: url("../img/estimatedTime_Large.png");
    /*background-size: auto;*/
    /*min-width: 380px;*/
    min-height: 130px;
    max-width: 350px !important;
    max-height: 350px !important;
    background-repeat: round;
    margin-bottom: 10px !important;
    background-size: cover;
    /*background-position: center;*/
}

img {
    opacity: 1; /* NAVEGADORES "EN SERIO" */
    filter: alpha(opacity=100); /* IE */
}

    img:hover {
        opacity: 0.8; /* NAVEGADORES "EN SERIO" */
        filter: alpha(opacity=80); /* IE */
    }

body {
    background-color: #FAFAFA;
    font-family: "Tahoma", "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    padding: 2px;
    height: auto;
}

.letra1 {
    font: 14px tahoma, times, serif;
    background: transparent;
    color: #646472;
    /*padding: 1px;*/
    height: 34px;
    -webkit-text-size-adjust: 100%;
}

    .letra1 em {
        font: 14px tahoma, times, serif;
        font-style: normal;
        background: #007CC9FFFF;
        color: #0079C7;
        padding: 1px;
    }

.letra2 {
    font: 14px tahoma, times, serif;
    background: #007CC9FFFF;
    color: #646472;
    /*padding: 1px;*/
    height: 34px;
    font-weight: bold;
    font-size: 13px;
}

label {
    float: left;
    text-align: justify;
    background: transparent;
    height: auto;
    width: auto;
}

.letra3 {
    font: tahoma, times, serif;
    background: transparent;
    color: #FF0000;
    /*padding: 1px;*/
    height: auto;
    width: 100px;
    font-size: 12px;
    text-align: justify;
}

.lblTipoServicio {
    font: tahoma, times, serif;
    background: transparent;
    color: #3682C7;
    padding: 1px;
    font-size: 18px;
}

.lblTiempo {
    font: tahoma, times, serif;
    background: transparent;
    color: #00A3D9;
    /*padding: 1px;*/
    height: 34px;
    font-size: 17px;
}