/*=============================================
REDES SOCIALES
=============================================*/
.metodos {
	display: none;
}

.redSocial {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.redes th {
	width: 33%;
}

.destacados th {
	width: 20%;
}

.select2-container .select2-selection--single {
	height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 33px !important;
}

span.select2 {
	width: 100% !important;
}

#modalVerPedido .modal-body {
	padding: 0;
}

#listado div {
	padding: 3px;
}

#listado .input-lg {
	padding: 5px;
	text-align: center;
}

#listDestacados div {
	padding-right: 3px;
	padding-left: 3px;
}

#listDestacados .form-group {
	margin-bottom: 0px;
}

.no-filtro input {
	display: none;
}

.verimg{
	max-width: 80%;
	margin: 0% 10%;
}

.filtros th input {
	width: 85px;
	padding: 6px 8px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.descripcion input {
	width: auto !important;
}