﻿@import url('calendar.css');
.contenedorCal {
    width: 255px;
    height: 245px;
    float: left;
    font-family: 'Open Sans';
    margin-bottom: 20px;
}

.contenedorTablaEventos {
    overflow: auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.contenedorEventos {
    width: 350px;
    height: 245px;
    float: left;
    margin-left: 40px;
    margin-top: -20px;
    font-family: 'Open Sans';    
}

.contenedorAreas {
    height: 245px;
    float: left;
    margin-left: 40px;
    font-family: 'Open Sans';
    font-size: 16pt;
}

    .contenedorAreas table {
        width: 100%;
        border-collapse: collapse;
    }

.tituloArea {
    height: 40px;
    background-color: black;
    color: white;
    text-align: center;
    text-decoration: none;
}

    .tituloArea a {
        color: white;
    }

a.linkAgenda {
    font-size: 10pt;
    text-decoration: none;
    color: black;
}

    a.linkAgenda:visited {
        color: black;
    }

    a.linkAgenda:hover {
        color: black;
    }

.imagenArea {
    height: 75px;
}

.imgArea {
    height: 75px;
}

.contenedorEventos table {
    width: 100%;
    color: black;
}

.diaEvento {
    font-size: 42pt;
    text-align: center;
    width: 20%;
    vertical-align: bottom;
    padding: 0;
}

.diaEventoTexto {
    font-size: 12pt;
    text-align: left;
    width: 80%;
    vertical-align: bottom;
    padding-bottom: 10px;
    padding-left: 15px;
}

.diaEventoDesc {
    font-size: 16pt;
    text-align: left;
    vertical-align: top;
    height: 200px;
}

.tituloMes {
    text-transform: capitalize;
}

.tieneEvento {
    background-color: white !important;
}

.tieneEvento a {
    color: red !important;
    font-size: 14pt !important;
}

.tieneEventoHoy a {
    color: red !important;
    font-size: 14pt !important;
    font-weight: bold !important;
}

.ocultarDia a {
    display: none !important;
}

.estiloDia {
    font-size: 14pt !important;
}

.diaSelect {
    font-weight: bold !important;
    font-size: 14pt !important;
    background-color: transparent;
}

.diaHoy {
    font-weight: bold !important;
    font-size: 14pt !important;
    background-color: white;
    color: white;
}

.diasCero {
    font-size: 14pt !important;
    color: black;
    text-decoration: none;
}

.diasCero :visited {
    font-size: 14pt !important;
    color: white;
    text-decoration: none;
}

.diaName {
    text-transform: uppercase;
    font-size: 14pt !important;
    font-weight: bold !important;
}

.enlaceEventoTD {
    height: 17px;
    text-align: right;
}

.separadorEvento {
    background-color: black;
    height: 1px;
}
