/* 
    Document   : Socio
    Created on : 05-mar-2013, 18:21:45
    Author     : uxio
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.tituloSocio{
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #01749f;
}

#contenidoSocio{
    width: 500px;
    text-align: center;
    padding: 5px;
    border-radius: 15px 0;
    box-shadow: 0 0 10px black;
    background-color: rgba(255,255,255,0.50);
    text-align: center;
    margin: 20px 119px;
}


#textoSocio{
    line-height: 18px;
    text-align: justify;
    margin-top: 10px;
    padding: 2px 20px;
}

#tablaSocio{
    width: 400px;
    margin: 15px 50px;
}

#tablaSocio tr td{
    padding-top: 5px;
    line-height: 20px;
    width: 200px;
    font-size: 17px;
}

.inputSocio{
    width: 190px;
    border: 1px solid #ccc;
    text-align: center;
}

.corta{
    width: 90px;
}

.larga{
    width: 390px;
}


.separador{
    border-bottom: 1px dotted black;
    height: 3px;
}

#entidad , #oficina{
    width: 73px;
}

#dc{
    width: 37px;
}