@charset "utf-8";
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">

body{
    background-color: #d8d8d8;
}

* {
    box-sizing: border-box;
    list-style: none;
    margin:0;
    padding:0;
    outline: none;
}
*{margin: 0 0 0 0.1;
padding: 0;
box-sizing: border-box}

/*  menues del header */
nav{
    width: 100%;
    float: left;
}

nav ul li {
    list-style-type: none;
    line-height: 2rem;
    position: relative;
}

nav ul li a{
    text-decoration: none;
    color: black;
    padding: 0 2rem;
    display: block;
    color: white;
    font-family: "Roboto", sans-serif;
}

/*menu hamburguesa*/
nav ul#hamburguesa> li{
    background-color: #5f6db3;
    line-height: 0;
}
nav ul#hamburguesa li:hover>ul{
    max-height: 500px;
    overflow: hidden;
}

/* menu principal*/
ul#principal{
    background-color: #5f6db3;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
ul#principal li{
    border-bottom: 0.5px solid #ccc;
}
/* menu secundario */

ul#principal li ul{
    max-height: 0;
    overflow: hidden;
}
ul#principal li ul, ul#principal{
    max-height: 0;
    overflow: hidden;
}
.footercalendario2 {
} 
h1 {
    font-family: "Roboto", sans-serif; 
    text-align: center;
    font-size: 30px;
    color:#5f6db3;
    
}

#cal { 
    box-shadow:0px 3px 3px rgba(0, 0, 0, 0.25); 
    box-shadow:0px 3px 3px rgba(0, 0, 0, 0.25); 
    margin:25px auto; 
    font: 13px; 
    font-family: 'Roboto', sans-serif;
    display: table; 
     
}
#cal .header { 
    cursor:default; 
    background: #5f6db3; 
    background: linear-gradient(top, #b32b0c, #cd310d); 
    height: 34px; 
    position: relative; 
    color:white; 
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px;  
    border-top-left-radius: 5px; 
    border-top-right-radius: 5px; 
    font-weight:bold; 
    text-transform: uppercase; 
    font-family: 'Roboto', sans-serif;
} 
#cal .header span { 
    display:inline-block; 
    line-height:34px; 
    font-family: 'Roboto', sans-serif;
}

#cal .header .button { 
    width:24px; 
    text-align:center; 
    position:absolute; 
} 
#cal .header .left.button { 
    left:0; 
    border-top-left-radius: 5px; 
    border-top-left-radius: 5px; 
    border-right:1px solid white; 
} 
#cal .header .right.button { 
    right:0; 
    top:0; 
    border-left:1px solid #fff; 
    border-bottom-left-radius: 5px; 
    border-bottom-right-radius: 5px; 
    border-top-right-radius: 5px; 
} 
#cal .header .month-year { 
    letter-spacing: 1px; 
    width: 100%; 
    text-align: center; 
}
#cal table { 
    background:white; 
    border-collapse:collapse; 
} 
#cal td { 
    color:#5f6db3; 
    width:40px; 
    height:30px; 
    line-height:30px; 
    text-align:center; 
    border:1px solid #e6e6e6; 
    cursor:default;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
} 
#cal #days td { 
    height:26px; 
    line-height: 26px; 
    text-transform:uppercase; 
    font-size:90%; 
    color:black; 
} 
#cal #days td:not(:last-child) { 
    border-right:1px solid #fff; 
}
#cal #cal-frame td.today { 
    background:#ededed; 
    color:#0d0d0d; 
    box-shadow:1px 1px 0px #fff inset; 
    box-shadow:1px 1px 0px #fff inset; 
    box-shadow:1px 1px 0px #fff inset; 
} 
#cal #cal-frame td:not(.nil):hover { 
    color:#fff; 
    background:#5f6db3; 
    background: linear-gradient(top, #b32b0c, #cd310d); 
    background: linear-gradient(linear, left top, left bottom, from(#b32b0c), to(#cd310d)); 
    box-shadow:0px 0px 0px; 
    box-shadow:0px 0px 0px; 
    
}
#cal #cal-frame td span { 
    font-size:80%; 
    position:relative; 
} 
 
#cal #cal-frame td span:last-child { 
    top:5px; 
}
#cal #cal-frame table.curr { 
    float:left;      
} 
#cal #cal-frame table.temp { 
    position:absolute; 
}

.footercalendario2 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 10px;
  width: 100%;
  height: 40px;
  color:black;
}

.eventoa{ 
    font-family: 'Roboto', sans-serif;
    list-style: none;
    font-size: 1em;
    color: #000000;
    background: white;
    margin-top: 20px;
    text-align: center;
} 

.horario{ 
    font-family: 'Roboto', sans-serif;
    list-style: none;
    font-size: 1em;
    color: #000000; 
    margin-bottom: 20px;
    text-align: center;
    
    
} 

.numerocalendario{ 
    font-family: 'Roboto', sans-serif;
    list-style: none;
    font-size: 30px;
    padding: 5px;
    color: #ffffff; 
    background-color: black;
    font-weight: bold;
    max-height: 100px;
    text-align: center;

    
} 
 .evento .boxcalendario{ 
width: 280px;
    
} 
.evento { 
    max-width: 280px;
   display:auto;
    margin: auto;
    margin-bottom: 20px;
}
/*REPONSIVE*/

@media all and (max-width:0rem) (min-width: 0rem) {
    ul#hamburguesa> li img{
    display: none;
    }
    nav ul#principal{
        flex-direction: row;
        max-height: 50rem;
        position: relative;
    }