@charset "utf-8";
/* CSS Document */

.contenedor_cabecera {
	width: 1000px;
	position: fixed;
	height:35px;
	background-color: #098493;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:right;
}

.botones_cabecera_barra {
	float: right;
	text-align: center;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 10px 0px;
	text-decoration: none;
}

.botones_cabecera a {
	float: right;
	text-align: center;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}

.botones_cabecera a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
	color:#fff;
}

.botones_cabecera_idioma a {
	float: right;
	text-align: center;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 10px 5px 10px 5px;
	text-decoration: none;
}

.botones_cabecera_idioma a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
	color:#fff;
}

.fb-share-button {
	float: right;
	text-align: center;
	font-size: 12px;
	color: #000;
	text-align: center;
	padding: 10px;
	text-decoration: none;
}

#custom-tweet-button {
    display: block;
	float: right;
	text-align: center;
	color: #fff;
	text-align: center;
  }

#ajustador_cabecera {
	clear:left;
	height:37px;
}