#titulo{
	margin-left: 28%;
}

.festivo{
	background-color: #34F10F;
}
 
#mensaje{
	position:absolute;
	left:82.5%;
	top: 106px;
	margin:10px;
	padding: 0px 15px 50px 15px;
	border-radius: 15px; 
	font-size:18px;
	width: 150px;
	text-align:center;
	color: white;
	border: 0.5px solid transparent;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

#tabla1{
	margin:left;
	margin-top: 30px;
	padding:5px;
	width: 80%;
}

th, td{
	padding: 10px;
}

#tabla1 td{
	text-align: center;	
}

#btn{
	
}
#btn:hover {
  color: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 1px 5px rgba(34,34,34,0.75);
  transition: all 0.2s ease;
}

#selector-theme{
	padding: 10px;
}

#to-green,  #to-red, #to-blue, #to-purple, #to-brown{
	position: absolute;
	width: 25px;
	height: 25px;
	border: 1px solid white;
	margin: 0px auto;
	margin-top: 38px;
	margin-bottom: 5px;
	cursor:pointer;
}

#p{
	left: 8%;
	top: 30px;
	position: absolute;
	margin: 0px auto;
	margin-top: 38px;
	margin-bottom: 5px;
}


#cerrar{
	position: absolute;
	right:8px;
	top:8px;
}
#cerrar1{
	position: absolute;
	right:8px;
	top:8px;
}
#cerrar2{
	position: absolute;
	right:8px;
	top:8px;
}
#cerrar3{
	position: absolute;
	right:8px;
	top:8px;
}
#formulario{
	margin:auto;
	background: #F0F3F5;
	box-shadow: 0 1px 5px rgba(34,34,34,0.75);
	width: 30%;
	padding: 33px;
	position: absolute;
	border-radius: 22px;
	left:34%;
	top:20%;
	display: none;
	font-size: 15px;
}

#formulario1{
	margin:auto;
	background: #F0F3F5;
	box-shadow: 0 1px 5px rgba(34,34,34,0.75);
	width: 30%;
	padding: 33px;
	position: absolute;
	border-radius: 22px;
	left:34%;
	top:20%;
	display: none;
	font-size: 15px;
}
#formulario2{
	margin:auto;
	background: #F0F3F5;
	box-shadow: 0 1px 5px rgba(34,34,34,0.75);
	width: 30%;
	padding: 33px;
	position: absolute;
	border-radius: 22px;
	left:34%;
	top:20%;
	display: none;
	font-size: 15px;
}
#formulario3{
	margin:auto;
	background: #F0F3F5;
	box-shadow: 0 1px 5px rgba(34,34,34,0.75);
	width: 30%;
	padding: 33px;
	position: absolute;
	border-radius: 22px;
	left:34%;
	top:20%;
	display: none;
	font-size: 15px;
}
#correo, #actividad{
	font-family:Verdana,Helvetica;
	font-size: 18px;
	border-radius: 5px;
	border: 1px solid #797979;
	width: 56%;
}

#env{
	font-size:15px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
    color:white;
    background: red;
	line-height: 5px;
	width: 100px;
	height: 30px;
	border:0px;
}
#env:hover {
  background: #FF4A4A;
  transition: all 0.2s ease;
}



