header .container #buscador {
  float: right;
  padding-left: 5px;

}
header .container #buscador input[type=search] {
	
  width: 40px;
  height: 40px;
  padding-left: 40px;
  color: transparent;
  cursor: pointer;
  background-color: #363636;
  border: none;
  background: #F4C628 no-repeat url('../img/generico/lupa.png') 0 center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;


}
#buscador input::placeholder {
  color: white;
}
header .container #buscador input[type=search]:hover {
  background-color: #363636;
}
header .container #buscador input[type=search]:focus {
  width: 200px;
  color: white;
  cursor: auto;
   border: none;
}
/*--*/

.categoria>a{
	color: #F4C628 !important;
}
.padding-content{
	margin-top: 0px !important;
}
.navbar {
	margin-bottom: 0px !important;
}
span, i{
	color: white;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
}
header .li-search{
	background-color: #F4C628; 
	border-radius: 0px; 
	margin:0px;
	float:right;
	width: 40px;
	height: 40px;

	display: flex;
	justify-content: center;/* horizontal*/
	align-items: center; /*vertical*/
}
header .li-solicitud{
	background-color: #222121; 
	color:white; 
	border-radius: 0px; 
	font-size: 14px;
	float:right;
	height: 40px;
	width: 200px;
	border-left: 1px solid #DDDDDD;

	display: flex;
	justify-content: center;/* horizontal*/
	align-items: center; /*vertical*/
}

.li-solicitud a{
	font-family: 'Roboto Condensed', sans-serif;
	color: #DDDDDD;
	font-size: 15px;
}
header .li-red{
	background-color: #222121; 
	border-radius: 0px; 
	list-style:none;
	float:right;
	height: 40px;
	width: 50px;
	border-left: 1px solid #DDDDDD;

	display: flex;
	justify-content: center;/* horizontal*/
	align-items: center; /*vertical*/
}
header .li-contacto{
	background-color: #222121; 
	color:white; 
	border-radius: 0px;
	float:right;
	height: 40px;
	width: 110px;
	display: flex;
	justify-content: center;/* horizontal*/
	align-items: center; /*vertical*/
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	border-left: 1px solid #999999;
}
header .li-contacto a{
	font-family: 'Roboto Condensed', sans-serif;
	color: #DDDDDD;
	font-size: 14px;
} 
.cont-flex a{
	font-family: 'Roboto Condensed', sans-serif;
	color: #1F1F1F;
	font-size: 17px;
	font-weight: 600;
}
.back{
	background-color: white;
	padding: 0px 25px;

}
.navbar-nav {
    float: none !important;
}
.navbar-default {
    background-color: white;
    border: 0px; 
}
.boton{
	margin-top: 50px;
}
.div-image{
	display: inline-block;
}
.logo{
	margin-left: 5%;
    width: 50%;
    margin-top: 10px;
}
@media only screen and (max-width: 990px) and (min-width: 768px){
	.contenedor{
		width: 100% !important;
	}
	.cont-flex a{
		font-size: 14px;
	}
	.back{
		padding: 0px;
	}
}
@media only screen and (min-width: 990px) {
	
}
@media only screen and  (min-width: 768px){
	.cont-flex{
		display: flex;
	    justify-content: space-between;
	    align-items: center;
	    border-bottom: 1px solid #EEEEEE;
	}
	.navbar-nav{
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.categoria{
		height: 177px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    border-top: 5px solid #F4C628;
	}
}


/*footer*/
.titulo{
	font-weight: bold;
	color:white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}
.image-foo{
	display: flex;
    justify-content: center;
}
.footer-cont{
	background-color: #363636;
	padding-top: 60px;
	padding-bottom: 50px;
}

body{
	background-color: white;
}
.padding-empresa{
	padding-left: 136px;
}
.sitemap a, .taller{
	color: white;
	font-size: 15px;
	font-family: 'Roboto Condensed', sans-serif;
}
.margen-lg{
	padding: 0px 30px;
}
@media only screen and (max-width: 480px){
	.xs-padding{
		padding-top: 25px;
	}
	.margen-lg{
		padding: 0px 20px;
	}
	.footer-cont{
		padding-top: 0px;
	}
	.padding-content{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media only screen and (max-width: 1200px){
	.padding-empresa{
		padding-left: 10px;
	}
	.margen-top{
		padding-top:20px;
	}
}
.redes{
	padding-top: 10px;
}