/****************************************************************************************/
/* CABECERA, MENÚ PRINCIPAL IZQUIERDO Y COLUMNA DERECHA COMUNES PARA TODAS LAS PÁGINAS. */
/****************************************************************************************/

/* CABECERA DIVIDIDA EN TRES FILAS */
.cabecera1Caja    {width: 100%; height: 80px; background-color: rgb(87,67,138)}
.cabecera1        {width: 760px; height: 80px; background-image: url(../imagenes/cabecera1.jpg); font-size: 1px}
.cabecera2Caja    {width: 100%; height: 4px; background-color: rgb(255,255,255); font-size: 1px}                   
.cabecera2        {width: 760px; height: 4px; background-image: url(../imagenes/cabecera2.jpg)}
.cabecera3Caja    {width: 100%; height: 171px; background-color: rgb(255,255,255)}                   
.cabecera3        {width: 760px; height: 171px; background-image: url(../imagenes/cabecera3.jpg)}

/* ORACIÓN BAJO LA CABECERA */
.oracionCaja      {width: 100%; height: 20px; margin-top: 4px; background-color: rgb(51,51,51)}
.oracion          {width: 760px; height: 20px; background-image: url(../imagenes/oracion.jpg)}                   

/* CONTENEDORES DE LAS COLUMNAS IZQUIERDA Y DERECHA BAJO LA CABECERA */
.bloquePrincipal  {width: 100%; background-color: rgb(255,255,255)}
.columnasCaja     {width: 760px; background-color: rgb(240,238,228)}
/* COLUMNA IZQUIERDA */
.columnaIzquierda {float: left; width: 160px; margin-top: 1px; background-color: rgb(240,238,228)}
/* CELDAS Y MENÚ IZQUIERDO */
.celdaMenu        {width: 157px; height: 21px; line-height: 21px; margin-top: 4px; 
                   background-color: rgb(228,205,252)}
.menu             {padding-left: 3px; display: block; text-align: left; font-size: 13px; 
                   font-weight: bold; color: rgb(0,0,128); text-decoration: none}                   
.menu:hover       {background-color: rgb(0,0,128); color: rgb(228,205,252); display: block; text-decoration: none}  

/* CELDAS Y MENÚ IZQUIERDO --> CONTADOR DE CUENTA ATRÁS PARA VIERNES SANTO. */
.cajaContador     {margin-top: 15px; width: 157px; height:120px; margin-bottom: 40px; background-image: url(../imagenes/fondo_contador.jpg);
                  text-align: center; font-size: 14px; font-weight: bold; color: rgb(87,87,138)}
.capaFechaTitulo  {width: 157px; padding-top: 18px}
.capaFecha        {width: 157px}
.capaContador     {width: 157px; padding-top: 18px}    
                 
/* COLUMNA DERECHA */
.columnaDerecha   {float: left; width: 588px; margin-top: 0px; padding: 11px 6px 4px 6px; 
                   background-color: rgb(240,238,228)}
                 
/* LÍNEA INFERIOR CON NOMBRE COMPLETO DE LA HERMANDAD */
.nombreHdadCaja   {clear: both; width: 100%; height: 20px; background-color: rgb(51,51,51)}
.nombreHdad       {width: 760px; height: 20px; background-image: url(../imagenes/nombre_hdad.jpg)}

/* SEPARACIÓN INFERIOR */
.sepInferior      {height: 100px}
