.errorValidated {
	color: #B00;
}

.list-group-item, .list-group-item:hover, .list-group-item:focus{
	border-color: #c53678;
	color: #c53678;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	/* border-top-width: 1px; */ 
	padding: 10px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus{
	background-color: #c53678;
	color: #FFF; 
}

.flechaSubmenu {
	background-color: #c53678;
	color: #FFF; 
	padding: 15px;
	float: right;
	margin: -10px;
	border-left-color: #c53678;
	border-left-width: 2px;
	border-left-style: solid;
}

.flechaSubmenuActive {
	background-color: #FFF;
	color: #c53678; 
	padding: 15px 12px;
	float: right;
	margin: -10px;
	border-color-left: #c53678;
	border-left-width: 2px;
	border-left-style: solid;
}

.tablaPrecios{
	border-color: #0047ba !important;
	border-width: 2px;
	color: #0047ba; 
}

.cabeceraTabla {
	background-color: #c53678;
	color: #FFF;
	font-weight: bold !important;
	font-size: 15px;
	text-align: center;
}

.sky-form{
	border-color: #c53678;
}

.sky-form header{
	background-color: #c53678;
	color: #FFF;
	font-weight: bold !important;	
	/* font-family: Montserrat Regular Web; */
}

.titulo-new, .description-new{
	display: block;
}

.description-new{
	margin-top: 10px;
}

#pills-tab > .nav-item{
	float: inherit;
}

#pills-tab > .nav-item > a{
	text-align: center;
}

@media only screen and (min-width: 992px){	
	#pills-tab > .nav-item{
		float: left;
	}
}