.caja_titulo {
background: url(/css/cajas/bullet_verde.gif) no-repeat;
height:18px;
background-position: center left;;
text-align: left;
font-family: tahoma, verdana, arial, sans-serif;
color: #008800;
font-size: 11px;
font-style: normal;
font-weight: bold;
padding-left: 20px;
padding-top: 5px;
padding-bottom: 3px;
BACKGROUND-COLOR: inherit;
}
.caja_contenido {
background-color: #E7F4E6;
padding: 8px;
}
.caja_contenido TD {
font-family: tahoma, verdana, arial, sans-serif;
color: #384551;
font-size: 11px;
font-style: normal;
font-weight: normal;
BACKGROUND-COLOR: inherit;    
}    
.caja_contenido A {
color: #384551;
text-decoration: none;
BACKGROUND-COLOR: inherit;
}
.caja_contenido A:hover {
text-decoration: none;
}
.caja_input {
width: 100%;
font-family: tahoma, verdana, arial, sans-serif;
background-color: #F2F7F1;
color: #384551;
font-size: 11px;
font-style: normal;
font-weight: normal;
padding-left: 5px;
border: #018802 1px solid;
}
.caja_boton {
background:  url(/css/cajas/btn.gif) no-repeat;
width:65px;
height:17px;
text-align:center;
vertical-align:middle;
padding-top: 1px;
padding-bottom: 2px;
font-family: tahoma, verdana, arial, sans-serif;
color: #69696C;
font-size: 10px;
font-style: normal;
text-decoration: none;
font-weight: bold;
BACKGROUND-COLOR: inherit;    
}
.caja_linea_punteada {
background:  url(/css/cajas/linea_punteada.gif);
background-repeat: repeat-x;
background-position: center;
padding: 0px;
}    
.caja_link_accion {
font-weight: bold;
font-size: 10px;
}    
/**** Caja de Comentario *****/
.caja_comentario_contenido {
background-color: #FFFFFF;
padding: 8px;
font-family: tahoma, verdana, arial, sans-serif;
color: #69696C;
font-size: 11px;
font-style: normal;
font-weight: normal;
}    
.caja_comentario_contenido A {
color: #69696C;
text-decoration: none;
BACKGROUND-COLOR: inherit;
}
.caja_comentario_contenido A:hover {
text-decoration: none;
}
/******** Caja de Errores ********/
.caja_error_copete {
background-color: #EDF0F9;
font-weight: bold;
}
.caja_error_descr {
background: url(/css/cajas/flecha.gif) no-repeat;
background-position: center left;
text-decoration: none;
padding-left: 17px;
}
.caja_error_contenido {
background-color: #FFFFFF;
padding: 3px;
font-family: tahoma, verdana, arial, sans-serif;
color: #69696C;
font-size: 11px;
font-style: normal;
font-weight: normal;
}    
/******** Notas ********/
.caja_nota_titulo {
background: url(/css/cajas/flecha.gif) no-repeat;
background-position: center left;;
color: #000000;
text-decoration: none;
font-weight: bold;
padding-left: 17px;
BACKGROUND-COLOR: inherit;    
}
.caja_nota_contenido {
text-decoration: none;
color: #000000;
BACKGROUND-COLOR: inherit;    
}    
/***** Los bordes de las cajas *****/
.caja_borde_sup_izq {
background: url(/css/cajas/borde_sup_izq.gif) no-repeat;
}
.caja_borde_sup {
background: url(/css/cajas/borde_sup.gif);
background-repeat: repeat-x;
}
.caja_borde_sup_der {
background: url(/css/cajas/borde_sup_der.gif) no-repeat;
}
.caja_borde_izq {
background: url(/css/cajas/borde_izq.gif);
background-repeat: repeat-y;
}
.caja_borde_der {
background: url(/css/cajas/borde_der.gif);
background-repeat: repeat-y;
}
.caja_borde_inf_izq {
background: url(/css/cajas/borde_inf_izq.gif) no-repeat;
}
.caja_borde_inf {
background: url(/css/cajas/borde_inf.gif);
background-repeat: repeat-x;
}
.caja_borde_inf_der {
background: url(/css/cajas/borde_inf_der.gif) no-repeat;
}
