/**definición de colores**/
.bg-primario, .btn-primary{
	background:#702082;
}
.btn-primary{
	border:2px solid #702082;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
	background:#df4661 !important;
}
.btn-secundary{
	background:#df4661;
	border:2px solid #df4661;
	color: #fff;
}
.bg-secundario{
	background:#702082;
}
.btn-check{
	background:#fff;
	border:2px solid #5cb8b2!important;
	color: #5cb8b2;
}
.btn-checkAditional {
	background: #fff;
	border: 2px solid #5cb8b2 !important;
	color: #5cb8b2;
}
.btn-check:hover, .btn-check:visited, .btn-check:active, .btn-check:focus{
	border:2px solid #5cb8b2 !important;
	border-radius: 0;
}
.btn-info{
	background:#fff ;
	border:2px solid #5cb8b2!important;
	color: #5cb8b2;
}
.btn-info:hover, .btn-info:focus{
	background:#fff !important;
	border:2px solid #5cb8b2 !important;
	color: #5cb8b2 !important;
}
.bg-fucsia{
	background:#df4661;
}
.bg-tercerearo{
	background: #a77bca;
}
.bg-orange{
	background: #ed8b00;
}
.bg-yellow{
	background: #f2cd00;
}
.bg-orangeyellow{
	background:#eaaa00;
}
.bg-grisclaro{
	background:#F2F2F2;
}
.bg-grisoscuro{
	background:#666;
}
.bg-turquesa{
	background:#5cb8b2 !important;
}
.text-primario{
	color:#702082;
}
.text-secundario{
	color:#df4661;
}
.links-blue{
	color: #009cde;
}
.text-tercerearo{
	color: #a77bca;
}
.text-orange{
	background: #ed8b00;
}
.text-yellow{
	color: #f2cd00;
}
.text-orangeyellow{
	color:#eaaa00;
}
.text-grisclaro{
	color:#eaeaea;
}
.text-grisoscuro{
	color:#666;
}
.text-white{
	color:#fff;
}
.text-turquesa{
	color:#5cb8b2 !important;
}