
td.tituloFormulario	{ 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size : 10px; 
    background-color: #2668B3; 
    color: #ffffff; 
    font-weight: bold; 
    border: 1px solid Black; 
    }

table.categorias {
    border-collapse: separate;
    }
    
a.titulo_categoria {
    font-size: 11px;
    font-weight: bold;
    }
    
a.titulo_categoria:hover {
    font-size: 11px;
    font-weight: bold;
    }

.subtitulo_categoria {
    font-size: 10px;
    font-weight: normal;
    }


.titulo_boxes {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-weight: bold; 
    font-size: 10px; 
    background-color: #FFCC00; 
    color: #000000; 
    border: #000000 solid; 
    border-width: 0px 0px 1px 0px;
    padding-top: 2px;
    }
    
.box_recoger {
    width: 100%;
    border: 1px solid #000000;
    }
    
.tituloRotulo { 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    color: #000000; 
    font-size: 10px; 
    font-weight: bold; 
    text-decoration: none; 
    }
    
.fondo_cartero {
    background-image: url('/tarjetas/imagenes/cartero.gif');
    background-repeat: no-repeat;
    background-position: left top;
    }

td.cuerpoTarjeta { 
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 10px;
    background-color: #FFFFFF; 
    color: #000000; 
    border: 1px dotted Black; 
    }
    
.tituloTarjeta {
    font-weight: bold;
    font-size: 11px;
    color: #000000;
    }
    
.textoRojo {
    color: #FF0000;
    }
