.barra_superior
{
	display: flex;
	align-items: center;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-weight: bolder;
	font-size: 24px;

	overflow: auto;
}
.barra_superior img 
{
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 30px;
}
.barra_superior button
{
	padding: 16px;
	margin: 25px;

	background-color: #ffd76000;

	border: 0px solid;

	/*Fuente*/
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-weight: bolder;
	font-size: 24px;

	transition: 0.2s;
}
.barra_superior button:hover
{
	color: lightblue;
}
.barra_superior .contacto
{
	padding-right: 15px;

	margin-left: 10px;
	border: #000000cb 2px solid;
	border-radius: 8px;

	display: flex;
	align-content: center;
	justify-content: center;
}
.barra_superior .contacto img
{
	margin-right: 10px;
	margin-top: 20px;
	width: auto;
	height:40px;
}


/* Barra inferior, diferente al resto*/
.barra_inferior
{
	display: flex;
	align-items: center;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-weight: bolder;
	font-size: 24px;

	margin-top: 40px;
	padding: 20px;

	overflow: auto;
}
.barra_inferior img 
{
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 30px;
}
.barra_inferior button
{
	padding: 16px;
	margin: 25px;

	background-color: #ffd76000;

	border: 0px solid;

	/*Fuente*/
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-weight: bolder;
	font-size: 24px;

	transition: 0.2s;
}
.barra_inferior button:hover
{
	color: lightblue;
}
.barra_inferior .contacto
{
	padding-right: 15px;

	margin-left: 10px;
	border: #000000cb 2px solid;
	border-radius: 8px;

	display: flex;
	align-content: center;
	justify-content: center;

	transition: 0.2s;
}
.barra_inferior .contacto img
{
	margin-right: 10px;
	margin-top: 20px;
	width: auto;
	height:40px;
}
.barra_inferior .contacto_boton:hover
{
	cursor: pointer;
	filter: brightness(70%);
}
