﻿
* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
}

#contenedor {
    display: inline-block;
    text-align: center;
    width: 100%;
}

#contenedor1 {
    position: relative;
    margin-top: 25px;
    display: inline-block;
    border: 0px solid red;
}

    #contenedor1 > div {
        display: inline-block;
        padding: 5px;
        margin: 0px;
        text-align: center;
        width: 26px;
        cursor: pointer;
    }

.mes {
    border: 0px solid red;
    position: absolute;
    left: -45px;
    color: cornflowerblue;
}

.tiempo {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: left;
    border: 0px solid red;
    position: absolute;
    left: 45px;
    color: cornflowerblue;
    font-size: 11px;
    padding: 0px;
}

.evento {
    display: inline-block;
    width: 30px;
    height: auto;
    text-align: left;
    border: 0px solid red;
    position: absolute;
    left: 45px;
    top: 20px;
    font-size: 7px;
    line-height: 120%;
}


#contenedor2 {
    position: fixed;
    padding: 15px;
    box-sizing: border-box;
    left: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    border: 0px;
    overflow: auto;
}

#contenedor {
    margin: 45px 0px;
}

#f1 {
    font-size: 16px;
    margin: 0px;
}

div {
    position: relative;
    margin: 10px 0px;
}

.titulo {
    color: red;
    font-size: 12px;
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    border: 0px solid red;
}

.cuerpo {
    padding: 0px 0px;
    border: 0px solid red;
}

.defecto {
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 10px;
}

.introduccion {
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 10px;
}

.salterio {
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 10px;
}

.misa {
    border-bottom: 1px solid #C0C0C0;
}

.cometario-lectura {
    list-style-position: inside;
    list-style: none;
}

.comentario-misa {
    list-style: inside url("/img/cruz.png");
    list-style-position: outside;
    list-style-type: circle;
    margin: 5px 0px 0px -5px;
}

.liturgia {
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 10px;
}


.liturgia > ul > li {
    list-style: inside url("/img/cruz.png");
    list-style-position: outside;
    list-style-type: circle;
    margin: 5px 0px 0px -5px;
}

.martirologio {
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 10px;
}

.calendarios {
    border-bottom: 1px solid #C0C0C0;
    padding-bottom: 10px;
}

#cerrar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 50px;
    height: 100%;
    background-color: transparent;
}

.icon1 {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 7px;
    opacity: 0.3;
}

.icon2 {
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: 1px;
    font-size: 7px;
    opacity: 0.4;
    color: red;
}

.texto1 {
    position: absolute;
    right: 1px;
    top: 3px;
    font-size: 6px;
}

.texto2 {
    position: absolute;
    right: 1px;
    bottom: 5px;
    font-size: 8px;
    opacity: 0.5;
}

#marco {
    position: absolute;
    left: -216px;
    border-bottom: 3px solid rgba(255,0,0,0.5);
    width: 252px;
    height: 23px;
}

#contenedor3 {
    padding-bottom: 35px;
}

ul {
    margin: 5px 20px;
    list-style-type: square;
}

li {
    padding:2px 0px;
}

.cruces {
    margin: 5px 5px;
    list-style: inside url("/img/cruz.png");
}

.calendarios ul {
    margin: 5px 20px;
    list-style-type: circle;
}