@charset "UTF-8";

/* SLIDES */
#slideshow { 
    /* margin: auto; */ 
    position: relative; 
    /* width: 240px; */ 
    height: 290px; 
    /* padding: 10px; */ 
    /* box-shadow: 0 0 20px rgba(0,0,0,0.4); */
    width: 100%;
}

#slideshow > div { 
    position: absolute; 
    /* top: 10px; */ 
    /* left: 10px; */ 
    /* right: 10px; */ 
    /* bottom: 10px; */ 
}

@media only screen and (min-width: 980px) /* Desktop */ {
	#slideshow { 
		height: 290px;
	}
}

@media only screen and (max-width: 979px) /* Tablet */ {
	#slideshow { 
		height: 230px;
	}
}

@media only screen and (max-width: 500px) /* Mobile */ {
	#slideshow { 
		height: 100px;
	}
}    

/* PIE DE PÁGINA*/
/* TELÉFONO */
#pietel {
	width: 204px; 
	height: 34px;	
}

@media only screen and (min-width: 980px) /* Desktop */ {
	#pietel { 
		width: 204px; 
		height: 34px;	
	}
}

@media only screen and (max-width: 979px) /* Tablet */ {
	#pietel { 
		width: 190px; 
		height: 24px;	
	}
}

@media only screen and (max-width: 500px) /* Mobile */ {
	#pietel { 
		width: 80px; 
		height: 64px;	
	}
}    

/* DIRECCIÓN */
#piedir {
	font-size: 8pt; 
	font-weight: bold;	
}

@media only screen and (min-width: 980px) /* Desktop */ {
	#piedir { 
		font-size: 8pt; 
	}
}

@media only screen and (max-width: 979px) /* Tablet */ {
	#piedir { 
		font-size: 6pt; 
	}
}

@media only screen and (max-width: 500px) /* Mobile */ {
	#piedir { 
		font-size: 6pt; 
	}
}    

/* AVISO DE PRIVACIDAD */
#pieaviso {
	font-size: 8pt; 
	font-weight: bold;		
}

@media only screen and (min-width: 980px) /* Desktop */ {
	#pieaviso { 
		font-size: 8pt; 
	}
}

@media only screen and (max-width: 979px) /* Tablet */ {
	#pieaviso { 
		font-size: 6pt; 
	}
}

@media only screen and (max-width: 500px) /* Mobile */ {
	#pieaviso { 
		font-size: 6pt; 
	}
}    

/* DIV PARA MOSTRAR LOS SLIDES */
@media only screen and (min-width: 980px) /* Desktop */ {
	.flexslider { 
		height: 270px;
	}
}

@media only screen and (max-width: 979px) /* Tablet */ {
	.flexslider { 
		height: 200px;
	}
}

@media only screen and (max-width: 500px) /* Mobile */ {
	.flexslider { 
		height: 70px;
	}
}    

/* DIV PAR AMOSTRAR LAS FOTOS DE LA CLINICA Y MAPA */
@media only screen and (min-width: 980px) /* Desktop */ {
	#divfotos {
		height: 300px;
	}
}

@media only screen and (max-width: 979px) and (orientation: landscape) /* Tablet */ {
	#divfotos { 
		height: 300px;
	}
}

@media only screen and (max-width: 979px) and (orientation: portrait) /* Tablet */ {
	#divfotos { 
		height: 490px;
	}
}

@media only screen and (max-width: 550px) and (orientation: landscape) /* Mobile */ {
	#divfotos { 
		height: 490px;
	}
}    

@media only screen and (max-width: 500px) and (orientation: portrait) /* Mobile */ {
	#divfotos { 
		height: 440px;
	}
}    

/* SANITARIO */
#piesani {
	font-size: 6pt; 
	font-weight: bold;	
}

@media only screen and (min-width: 980px) /* Desktop */ {
	#piesani { 
		font-size: 6pt; 
	}
}

@media only screen and (max-width: 979px) /* Tablet */ {
	#piesani { 
		font-size: 4pt; 
	}
}

@media only screen and (max-width: 500px) /* Mobile */ {
	#piesani { 
		font-size: 4pt; 
	}
}    

