/* CSS Document */

#contenedor
{
    background-color:#fff;
    padding:20px;
}
#contenedor table td{
	padding:5px 0;
}
#contenedor p{
	line-height:1.5em;
}
.titbox{
	font-weight:bold;
}
#contenedor input, #contenedor select{
	font-size:11px;
	padding:2px;
}
#contenedor input.campos, #contenedor select.forms{
	width:200px;

}
#contenedor select.fecha
{
    width:65px;
}
