﻿input[type="text"].muychico
{
    width:50px;
}

input[type="text"].chico
{
    width:100px;
}

input[type="text"].mediano
{
    width:200px;
}

select.mediano
{
    width:200px;
}

select.largo
{
    width:500px;
}

input[type="text"].largo
{
    width:500px;
}


input[type="text"].fecha
{
    width:90px;
    margin-right: 10px;
}