/* CABECERA */
header{
	margin: 0px;
	padding: 0px;
	background-color: #FFF;

	/*Para fijar la cabecera*/
	/*/width: 100%;
	left: auto;
	top: 0px;
	position: fixed !important;
	z-index: 100;*/
}
/*@media (max-width: 1281px) {
	header{
		width: 1263px;
	}
}*/

#cab {
	margin: 0px !important;
	padding: 0px !important;
	height: 62px;
}
#cab span{
	margin: 0px !important;
	vertical-align: top;
	text-align:center;
	height: 62px;
	display:inline-block;
}
#cab label.literal {
	font-family: proximaNovaSB;
	font-size: 12.5px;
}
#logo {
	padding-left: 56px;
	padding-top: 7px !important;
	text-align: left !important;
}

#colBuscador span:first-child{
	padding-top:4px; 
	padding-right:5px;
}
#colBuscador span:nth-child(1n+2){
	height: 23px; 
	width: 31px;
	background-color: #4f5055;
}

#colBuscador .lupa {

}
#colBuscador .searchBox {
	float: right;
	width: 14em;
}

input[type="text"].cabecera {
	border: 1px solid #eee;
	background-color: #fff;
	height: 21px !important;
	padding: 0px;
	width: 30%;
	font-size: 0.7em;
	padding-left: 5px;
}
.btnOK{
	background-color: #4f5055;
	border: 0px solid red;
	color: #fff;
	font-family: proximaNovaSB;
	font-size: 10px;
	/*font-weight: bold;*/
	text-decoration: none;
	height:23px;
	/*padding-top:5px;*/
}

#colBuscador .searchBox .form-control{
	width: 10em;
}

span#colRSS a{
	display: inline-block;
	width: 18% !important;
}
.icoFacebook, .icoTwiter, .icoB, .icoYouToube, .icoLinkedin{
	text-decoration: none;
	width: 100%;
	height: 100%;
	border-right:1px solid #f1f1f1;
}
.icoLinkedin{
	background: url(../img/icoLinkedin.png)  no-repeat center;
	border-left:1px solid #f1f1f1;
}
.icoLinkedin:hover{
	background: url(../img/icoLinkedinH.png)  no-repeat center;
}
.icoFacebook{
	background: url(../img/icoFacebook.png)  no-repeat center;
	/*border-left:1px solid #f1f1f1;*/
}
.icoFacebook:hover{
	background: url(../img/icoFacebookH.png)  no-repeat center;
}
.icoTwiter{
	background: url(../img/icoTwiter.png)  no-repeat center;
}
.icoTwiter:hover{
	background: url(../img/icoTwiterH.png)  no-repeat center;
}
.icoB{
	background: url(../img/icoB.png)  no-repeat center;
}
.icoB:hover{
	background: url(../img/icoBH.png)  no-repeat center;
}
.icoYouToube{
	background: url(../img/icoYouToube.png)  no-repeat center;
}
.icoYouToube:hover{
	background: url(../img/icoYouToubeH.png)  no-repeat center;
}
span#icoMenu{
	display: none;
}

@media (max-width: 1085px) {
  #colBuscador {
    width: 48% !important;
  }
}
@media (max-width: 971px) {
  #colBuscador {
    width: 46% !important;
  }
}
@media (max-width: 916px) {
  #colBuscador {
    width: 44% !important;
  }
  span#colRSS{
	width: 27% !important;
  }
}
@media (max-width: 880px) {
  #colBuscador {
    width: 42% !important;
  }
}
@media (max-width: 848px) {
  #colBuscador {
    width: 40% !important;
  }
  span#colRSS{
	width: 29% !important;
  }
}
@media (max-width: 805px) {
  #colBuscador {
    width: 34% !important;
  }
  span#colRSS{
	width: 31% !important;
  }
  span#idiomas{
  	width: 10% !important;
  }
}
/*@media (max-width: 1066px) {
  #colBuscador {
    width: 49% !important;
  }
}
@media (max-width: 954px) {
  #colBuscador {
    width: 47% !important;
  }
  input[type="text"].cabecera {
    width: 40% !important;
  }
}
@media (max-width: 863px) {
  #colBuscador {
    width: 44% !important;
  }
  input[type="text"].cabecera {
    width: 40% !important;
  }
}*/
