/*=============================================
REDES SOCIALES
=============================================*/

.redSocial{
	width:30px;
	height:30px;
	text-align: center;
	line-height:30px;
}

/*FACEBOOK*/

.facebookBlanco{
	color:white;
	background: black;
}

.facebookNegro{
	color:black;
}

.facebookColor{
	color:white;
	background:#46639f;
}

/*YOUTUBE*/

.youtubeColor{
	color:white;
	background:#d6513e;
}

.youtubeBlanco{
	color:white;
	background: black;
}

.youtubeNegro{
	color:black;
}

/*TWITTER*/

.twitterColor{
	color:white;
	background:#0ab2e6;
}

.twitterBlanco{
	color:white;
	background: black;
}

.twitterNegro{
	color:black;
}

/*GOOGLE PLUS*/

.google-plusColor{
	color:white;
	background:#d71617;
}

.google-plusBlanco{
	color:white;
	background: black;
}

.google-plusNegro{
	color:black;
}

/*INSTAGRAM*/

.instagramColor{
	color:white;
	background:linear-gradient(45deg, #fca925, #ee1d5f,  #6350a2);

}

.instagramBlanco{
	color:white;
	background: black;
}

.instagramNegro{
	color:black;
}

/*SUBIR ARCHIVO*/
#form_subir input[type="file"]{
	margin: 0 0 15px!important;
	padding: 10px 1%!important;
	border-radius: 3px!important;
}
.principal{
	width: 80%;
	margin:0 auto;
	padding: 3% 0 6% 0;
	clear: both;
}
.barra{
	background-color: #f3f3f3;
	border-radius: 5px;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,.2);
	height: 25px;
	margin-bottom: 10px;
}
.cancel{
	background: #ed1f3c!important;
}
.barra_azul{
	background-color: #247CC0;
	border-radius: 10px;
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
	width: 0%;
}
.barra_verde{
	background-color: #2EA265!important;
}
.barra_roja{
	background-color: #DE3152!important;
}
#form_subir{
	margin:1.5% 0;
	padding:2%;

}
#barra_estado span{
	color:#fff;
	font-weight: bold;
	line-height: 25px;
}