/*=============================================
REDES SOCIALES
=============================================*/

.redSocial{
	width:38px;
	height:38px;
	text-align: center;
	line-height:38px;
}


/*FACEBOOK*/

.facebookBlanco{
	color:white;
}

.facebookNegro{
	color:black;
}

.facebookColor{
	color:white;
	background:#46639f;
}

/*YOUTUBE*/

.youtubeColor{
	color:white;
	background:#d71617;
}

.youtubeBlanco{
	color:white;
}

.youtubeNegro{
	color:black;
}

/*TWITTER*/

.twitterColor{
	color:white;
	background:#0ab2e6;
}

.twitterBlanco{
	color:white;
}

.twitterNegro{
	color:black;
}

/*SNAPCHAT*/

.snapchatColor{
	color:black;
	background:#FFFC00;
}

.snapchatBlanco{
	color:white;
}

.snapchatNegro{
	color:black;
}

/*INSTAGRAM*/

.instagramColor{
	color:white;
	background:linear-gradient(45deg, #fca925, #ee1d5f,  #6350a2);

}

.instagramBlanco{
	color:white;
}

.instagramNegro{
	color:black;
}

.mostrarTalles{
	display: table-cell;
}

.ocultarTalles{
	display: none;
}

.card.card-bord-primary {
  border-top: 3px solid #3c8dbc !important;
}

.card.card-bord-success {
  border-top: 3px solid #00a65a !important;
}

.danger {
  background-color: #f2dede;
}
.success {
  background-color: #dff0d8;
}

table.dataTable tbody td{
	vertical-align: middle !important;
}

