body,td,th {
    color: #666666;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
}
.boton_idioma{
	padding: 2px; 
	width: 26px; 
	height: 24px;
	background: #FFF;
	font: normal;
	font-size: 14px;
	color: #636363;
	border-color: #C9CACF;
	
		
}
.boton_idioma_seleccionado{
	padding: 2px; 
	width: 26px; 
	height: 24px;
	font: normal;
	font-size: 14px;
	background: #C9CACF;
	border-color: #C9CACF;
	
}
.especialidades {
  font-size: 12px;
}
.enlaces_mas {
  font-size: 14px;
color: #232323;
  
}
.tarjetaespecialidades{
	height: 130px; 
	background: #FFFFFF; 
	color: #666; 
	border-radius: 10px;
	border: 5px solid #00A4A9;
}
.fotosmedicos{
	background: #FFFFFF; 
	color: #666; 
	border-radius: 3px;
	border: 2px solid #E8E8E8;
}
#map {
        height: 400px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
       }
@media only screen and (min-width: 100px) and (max-width: 700px) {
	#logocabecera {
		width: 180px;
	}
	#TelefonoCabecera{
		text-decoration: none;
		color: #00A4A9; 
		font-size: 18px;
	}
}
@media only screen and (min-width: 700px) and (max-width: 1024px) {
	#logocabecera {
		width: 250px;
	}
	#TelefonoCabecera{
		text-decoration: none;
		color: #00A4A9; 
		font-size: 22px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 2500px) {
	#logocabecera {
		width: 250px;
	}
	#TelefonoCabecera{
		text-decoration: none;
		color: #00A4A9; 
		font-size: 22px;
	}
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00A4A9;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #00A4A9;
}