/* CSS Document */

table.conborde, div.conborde
{
width:100%; 
border-style:solid;
border-color:#CCCCCC;
border-width:1px;
background-color:#EFEFEF;
margin-bottom:2px;
padding: 10px;
}

table.conborde table
{
width:100%;
border-style:solid;
border-color:#000000;
border-width:0px;
}


table.conborde input, div.conborde input
{
width:100%;
margin-right:1px;
}

td.etiqueta
{
border-style: solid;
border-color: #000000;
border-width: 0px;
margin: 2px;
padding-left: 10px;
}

table.sinborde
{
width:100%; 
border-style:solid;
border-color:#000000;
border-width:0px;
background-color:#EFEFEF;
padding: 10px;
}

table.sinborde input, table.conborde input
{
width: 99%;
margin: 2px;
}

table.conborde input.dia, div.conborde input.dia
{
width: 20px;
}

table.conborde input.mes, div.conborde input.mes
{
width: 100px;
}
table.conborde input.anyo, div.conborde input.anyo
{
width: 10px;
}

table.sinborde textarea, table.conborde textarea
{
width:99%;
}

p.titulo
{
text-align: center;
font-weight: bold;
}

label.label
{

}