body {
	color: #000000;
	font-weight: 400;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	
}
a {
	text-decoration: none;
	outline: none;
}

.cabecera {
	height: 85px;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cabecera ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header-img {
	width: 255px;;
    height: 25px;
	padding-left: 75px;
}
.idiomas {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	font-size: 12px;
	padding-right: 30px;
}
.idioma:hover {
    text-decoration: underline;
}
.cabecera-linea {
    background-color: white;
}
.header_div {
	display: inline-block;
}
.left-div-header {
	display: flex;
	justify-content: left;
	width: 60%;
}
.right-div-header {
	display: flex;
	justify-content: right;
	width: 25%;
}
.desplazada {
  position: relative;
  left: 38%;
}
.secciones {
	width: 100%;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-color: white;
}
.secciones h1 {
	font-size: 44px;
	color: rgb(51,51,51);
	text-align: center;
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	background-color: #e8ebed;
	margin-bottom: 25px;
}
.button-citas {
  border-radius:10px;
  background-color: #006089;
  height:73px;
  width:117px;
  font-size:24px;
  display: block;
  color: white;
  padding-top:10px;
  cursor: pointer;
}

button {
	border: none;
	letter-spacing: 1px;
	cursor: pointer;	
	padding: 0em;
	margin: 0px;
	color: #FFF;
	background-color: transparent;
}
.iniciar{
    border-radius: 10px;
    border: #007bc4;
    color:#007bc4; 
    border-style:solid;
    padding: 10px;
}
.pie {
    left: 0;
    bottom: 0;
    width: 100%;
	height: 120px;
	margin-top: 30px;
	text-align: center;
	background-color: #333333;
}
.txt {
	text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 1em;
    color: #717171;
}
.inferior{
    background-color: #526570;
	padding-top: 15px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
	height: 130px;	
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding-bottom: 12px;
}
.menu-inferior {
	text-align: center;
}

.menu-inferior li {
    list-style-type: none;
    color: white;
}

.menu-inferior a {
    color: white;
}

section {
	padding: 1em;
	text-align: center;
}

.footer-text {
	color: white;
	font-size: 16px;
	font-weight: normal;
}
.footer-img {
	width: 85px;
}
.header2-img {
	height: 85px;
	width: 100%;
}
@media screen and (max-width: 1440px) {
	.inferior {
		margin-top: 38px;
	}
}

@media screen and (max-width: 1024px) {
	.inferior {
		margin-top: 0px;
	}
}

@media screen and (max-width: 1000px) {

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

}

@media screen and (max-width: 800px) {

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
}

@media screen and (max-width: 750px) {

.secciones h1 {
font-size: 40px}
}

@media screen and (max-width: 700px) {

.menu-inferior {
    flex-wrap: wrap;
}

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
}

.secciones h1 {
font-size: 35px}

.desplazada {
    position: relative;
    left: 25%;
}

@media screen and (max-width: 600px) {
    .secciones h1 {
    font-size: 30px}
    }
	.inferior {
		font-size: 11px;
	}

@media screen and (max-width: 499px) {
	.menu-inferior li {
		margin-left: 0px !important;
	}

}
@media screen and (max-width: 320px) {

.cabecera li {
	padding: 0px;
	display: inline;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4%;
}

.cabecera li img {
	max-width: 38%;
	max-height: 75%;
}

.desplazada {
    position: relative;
    left: 1%;
}

}
}}
@media (min-width: 700px) and (max-width: 800px) {
	.menu-inferior li {
		margin-left: 0px !important;
	}
}
@media (max-width: 500px) {
	.left-div-header {
		width: 60%;
	}
	.right-div-header {
		width: 40%;
	}
	.right-div-header img {
		margin-left: 50px;
	}
}
@media (max-width: 850px) {
  #botonfullscreen {
    display: none !important;
  }
}
@media (max-width: 1024px) {
	.menu-inferior{
		display: flex;
        align-items: center;
        justify-content: space-between;
	}
}
@media screen and (max-width: 710px) {
	.header-img {
		width: 200px;
        height: 20px;
        padding-left: 40px;
	}
}
@media screen and (max-width: 461px) {
	.header-img {
		width: 150px;
        height: 18px;
        padding-left: 25px;
	}
	.footer-text {
		font-size: 15px;
	}
}
@media screen and (max-width: 386px) {
	.cabecera {
		height: 80px;
	}
	.header2-img {
		height: 80px;
	}
	.header-img {
        width: 120px;
        height: 15px;
        padding-left: 15px;
    }
	.idiomas {
		font-size: 10px;
        padding-right: 15px;
	}
	.footer-text {
		font-size: 14px;
	}
	.footer-img {
		width: 70px;
	}
}
@media screen and (max-width: 320px) {
	.header-img {
		width: 100px;
        height: 12px;
	}
	.footer-text{
		font-size: 12px;
	}
}