.ContenedorSliders
{
	position: relative;
	width: 100%;
	margin-top: 120px;
}

.Slider
{
	position: absolute;
	left: 100%; top: 0px;
	width: 100%;
	background-color: black;
}

.ImgSlider
{
	width: 100%;
}

.TextoSlider
{
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 15vw;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
	color: white;
	text-shadow: 2px 2px 5px #000;
	line-height: 1.3em;
}

.FotoGrandota
{
	position: relative;
	width: 100%;
	height: 500px;
	overflow:hidden;
	left: 0px;
	top: 0px;
	display: inline-block;
}

.FotoGrandota img
{
	width: 100%;
}


.mapa
{
	position: relative;
	width: 100%;
}

#map
{
	width: 100%;
	height: 400px;
}

.ContBolas
{
	position: relative;
	width: 100%;
	text-align: center;
	
	margin: 0px;
	padding: 0px;
	margin-bottom: 100px;
}

@media only screen and (min-width: 800px)
{
	.Bola
	{
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 11%;
		padding-top: 11%;
		margin-right: 2%;
		border-radius: 100%;
		background-color: #DDD;
		text-align: center;
	}

}

@media only screen and (max-width: 799px)
{
	.Bola
	{
		position: relative;
		display: inline-block;
		box-sizing: border-box;
		width: 31%;
		padding-top: 31%;
		margin-right: 1%;
		border-radius: 100%;
		background-color: #DDD;
		text-align: center;
		margin-bottom: 30px;
	}

}


.Bola img
{
	position: absolute;
	width: 50%;
	height: 50%;
	top: 25%;
	left: 25%;
}

.Mes
{
	width: 100%;
	font-size: 35px;
	color: #777;
	text-align: left;
	margin-bottom: 40px;
	border-bottom: 1px solid #888;
	padding-bottom: 5px;
}

.ContDias
{
	position: relative;
	vertical-align: top;
}

.Dias
{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	
	display: inline-block;
	background-color: #e4007c;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
	font-size: 15px;
	color: white;
	vertical-align: top;
}

.Numero
{
	position: absolute;
	left: 20px; top: 20px;
	width: 50px; height: 50px;
	border-radius: 25px;
	box-sizing: border-box;
	text-align: center;
	font-size: 25px;
	color: #e4007c;
	background-color: white;
	padding-top: 10px;
	font-weight: 800;
}

.TituloCal
{
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding-left: 70px;
	padding-top: 10px;
	font-size: 24px;
	color: white;
	text-align: left;
	margin-bottom: 30px;

}

.TextoCal
{
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-left: 70px;
	padding-right: 20px;
}

.Quad
{
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	background-color: #e4007c;
	display: inline-block;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px;
	font-size: 15px;
	color: white;
	vertical-align: top;
}

.Tip
{
	font-size: 25px;
	font-weight: bold;
	padding-bottom:20px;
}

