/*.Tablets*/
body
{
    /* Optimizado para tablets 800x1280     max 780x1260 */
    width: 100%;
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-family: Arial;
    background-color: #00FFFF;
}

select
{
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type="submit"]
{
    font-size: large;
    height: 90px;
    width: 180px;
}

#saludotextbox
{
    font-size: large;
    width: 310px;
    border-style: none;
}

#Codigolabel, #Clavelabel
{
    font-size: large;
}

#Codigocuadrotexto, #Clavecuadrotexto
{
    font-size: large;
    height: 44px;
    width: 300px;
}
#rfvCodigo, #rfvClave
{
    font-size: medium;
}

#errorlabel
{
    background-color: Yellow;
    border-color: #CC0000;
    border-style: double;
    font-weight: bold;
    text-align: center;
    font-size: medium;
    height: 30px;
    width: 290px;
}

#TablaSeleccion
{
    height: 250px;
    width: 100%;
}
