body{
	font-family: Verdana;
	background-color: white;
	color: #4B4B4D;
}
a{
	color: #4B4B4D;
}
a:hover{
	color: #000000;
	text-decoration: none;
}
.text-gris{
	color: #4B4B4D;
}
.text-gris:hover{
	color: #000000;
	text-decoration: none;
}
.x50{
	font-size: 50%;
}
.x75{
	font-size: 75%;
}
.x120{
	font-size: 120%;
}
.x130{
	font-size: 130%;
}
.x150{
	font-size: 150%;
}
.x200{
	font-size: 200%;
}
.x250{
	font-size: 250%;
}
.x300{
	font-size: 300%;
}
.contenedor{
	min-height: 800px;
}

.bg-rosa{
	background-color: #F06277;
}
.text-rosa{
	color: #F06277;
}
.bg-rosa2{
	background-color: #FFCFD3;
}

.text-rosa2{
	color: #FFCFD3;
}

.link-rosa{
	color: #F06277;
	decoration: none;
}

.btn-rosa{
	background-color: #F06277;
	color: white
}
.btn-rosa:hover{
	background-color: #ED425C;
	color: white
}
.btn-outline-rosa{
	background-color: white;
	color: #F06277;
	border: 2px solid #F06277;
}
.btn-outline-rosa:hover{
	background-color: #F06277;
	color: white;
}

.list-group-rosa{
	background-color: #F06277;
	color: white;
}
.list-group-rosa:hover{
	background-color: #ED425C;
	color: white;
}