* {
	margin: 0;
	padding: 0;
	font-family: "Gotham SSm A", "Gotham SSm B", Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
}
html {
	display: block;
}
body {
	margin: 0;
	padding: 0;
	top: 0;
}

/* HEADER */
header {
	width: 100%;
	position: relative;
	float: left;
	min-height: 110px;
	background-color: #00b0ad;
}
#logo {
	position: relative;
	float: left;
	width: 245px;
	top: 23px;
	
	color: white;
	padding-left: 20px;
	
}
#logo a{
	text-decoration: none;
	color: white;
}
#logo img {
	position: relative;
	float: left;
}
#logo h1 {
	position: relative;
	float: left;
	top: 10px;
	left: 10px;
	font-size: 20px;
}
#divMenu {
	position: relative;
	float: right;
	color: white;
	background-color: #00b0ad;
	height: 70px;
	width: 540px;
	font-weight: bold;
	padding-top: 20px;
	
}
#divMenu a {
	text-decoration: none;
	color: white;
}
#divMenu ul {
	list-style-type: none;
	float: right;
	padding: 0px;
	height: 100%;
}
#divMenu ul li {
	float: left;
	height: 100%;	
}
.divider {
	height: 100%;
	width: 2px;
	background: white;
	margin-left: 0px;
	margin-right: 20px;
}
#divMenu .icono {
	position: relative;
	float: left;
	padding-top: 10px;
}
#divMenu .texto {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 10px;
}

.btn_llamanos {
	position: relative;
	float: right;
	color: white;	
	height: 70px;
	width: 220px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 20px;
}
.btn_llamanos h2 {
	font-size: 29px;
	text-decoration: none;
}
.btn_menu {
	position: relative;
	float: right;
	width: 50px;
	display: none;
}

/* FIN HEADER */

.titulo_pagina{
	color: #565962;	
	font-weight: 400;
	margin: 30px;
	position: relative;
	float: left;
	margin-left: 50px;
	font-size: 18px;
}

.titulo_pagina a{
	text-decoration: none;
}

section {
	float: left;
	width: 100%;
}
.portada {
	min-resolution: 500px;
	width: 100%;
	background-image: url("../images/10243219_l-3.jpg");
	background-size: 75%;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.portada #eslogan {
	position: relative;
	float: left;
	top: 150px;
	left: 40px;
	width: 350px;
}
.portada #eslogan h2 {
	color: #00b0ad;
	font-size: 50px;
}
.portada #eslogan span {
	font-size: 13px;
	color: #565962;
}
.portada #eslogan input {
	position: relative;
	float: left;
	height: 50px;
	width: 200px;
	color: White;
	font-size: 20px;
	background-color: #00b0ad;
}
.estadisticas {
	background-color: #e04726;
	height: auto;
	max-height: 90px;
	color: white;
	width: 100%;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 17px;
}
.estadisticas .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.stat {
	width: 27%;
	float: left;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
.counterNumber {
	font-size: 50px;
}
.statText {
	font-size: 15px;
}
.espacialistas {
	width: 100%;
	
	height: 400px;
}
.espacialistas #eslogan {
	position: relative;
	float: left;
	text-align: center;
	top: 50px;
	width: 100%;
	
}
.espacialistas #eslogan h2 {
	color: #00b0ad;
	font-size: 50px;
}
.espacialistas #eslogan span {
	font-size: 13px;
	color: #565962;
}
.espacialistas #eslogan input {
	position: relative;
	float: left;
	height: 50px;
	width: 200px;
	color: White;
	font-size: 20px;
	background-color: #00b0ad;
	left: 50%;
	margin-left: -100px;
 
}
.informaciones {
	background-color: #fcb526;
	height: auto;
	max-height: 260px;
	color: white;
	width: 100%;
	text-align: center;
	padding-top: 60px;	
	padding-bottom: 60px;	
	position: relative;
	float: left;
}
.informaciones .container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.informaciones img{
	width: 80%;
	max-width: 180px;
}


.redes-sociales {
	width: 100%;
	background-color: #cc0000;
	height: 30px;
	position: relative;
	float: left;	
	padding-top: 9px;
}

.redes-sociales ul{
	list-style: none;
}

.redes-sociales ul li {
    float: left;
    width: 25%;
    height: 24px;
    box-sizing: border-box;
    border-right: 1px solid rgba(255,255,255,0.3);
    
    display: list-item;
    text-align: -webkit-match-parent;
}


.redes-sociales ul li a{
	width: 24px;
    height: 100%;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    text-decoration: none;
}



/* VISITANOS */

#div_visitanos{
	width: calc(100% - 100px);
	float: left;
	position: relative;
	margin-bottom: 20px;
}

#view_street{
	width: calc(50% - 10px);
	height: 400px;
}

#view_map{
	width: calc(50% - 10px);
	height: 400px;
	margin-left: 15px;
}

/* VISITANOS */



/* REDES SOCIALES */

.facebook{
	background-image: url(../images/fb-blanco.png);	
}

.youtube{
	background-image: url(../images/yt-blanco.png);	
}

.twitter{
	background-image: url(../images/tw-blanco.png);	
}

.linkedin{
	background-image: url(../images/in-blanco.png);	
}

/* REDES SOCIALES */



/* FOOTER */

footer {
	clear: both;
	background-color: #666870;
	width: calc(100% - 100px);
	height: auto;
	display : flex;
	height : auto;
	min-height : 100%;
	color: white;
	font-size: 14px;
	padding: 50px;
	font-weight: 400;
}

footer #contenedor{
	width: calc(100%);
	height: 100%;
	background-color: #666870;
	position: relative;
	float: left;

}

footer .seccion{
	width: 33.3%;
	position: relative;
	float: left;
	height: 100%;
	background-color: #666870;
}

footer a{
	text-decoration: none;
	color: white;
}


#izq{
	text-align: left;
}

#cen{
	text-align: center;
}

#der{
	text-align: right;
}

/* FOOTER */



#parrafo{
	
	height: auto;
	padding: 20px;
	background-color: #0079c8;
	border: 1px solid #3fa6e9;
	color: white;
	margin:0 auto;
	margin: 20px;
}

#parrafo h2{
	border-bottom: 1px solid #3fa6e9;
}

#parrafo h2{
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.especialidades .sp_titulo{
	float: left;
	position: relative;
	width: calc(100%  - 60px);
	background-color: #fcb526;
	text-align: center;
	padding: 30px;
	color: white;
	font-size: 24px;
	font-weight: bold;
}

.div_profesionales{
	margin: 30px;
	
}


.especialidades .titulo{
	float: left;
	position: relative;
	width: calc(100% - 60px);
	background-color: #f6f6f6;
	text-align: center;
	padding: 30px;
	color: #00b0ad;
	font-size: 24px;
	font-weight: bold;
	margin-top: 30px;
}

.div_especialidades{
	float: left;
	position: relative;
	background-color: #f6f6f6;
	width: 100%;
}

.sp_doctor{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;

}

.sp_doctor .sp_imagen{
	height: 100%;
	float: left;
	position: relative;
	width: auto;
	margin-left: 30px;
	margin-right: 30px;
} 

.sp_doctor .sp_nombre{
	float: left;
	position: relative;
	width: calc(80% - 150px);
	height: 40px;
	font-size: 33px;	
	margin-top: 30px;
	overflow-y: auto;
}

.sp_doctor .sp_especialidad{
	float: left;
	position: relative;
	width: calc(80% - 150px);
	min-height: 30px;	
	margin-bottom: 5px;
}

.sp_doctor .sp_extracto{
	float: left;
	position: relative;
	width: calc(80% - 150px);
	height: auto;	
	margin-bottom: 20px;
}

.sp_doctor input {
	position: relative;
	float: left;
	height: 50px;
	width: 200px;
	color: White;
	font-size: 16px;
	background-color: #00b0ad;
}



/* para 1045px o menos */
@media screen and (max-width:1045px) {
	
	.portada {
		background-image: none;
	}
	
	.stat {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#divMenu{
		width: 250px;
		position: absolute;
		right: 0px;
		top: 110px;
		height: auto;
		padding-top: 0px;
		z-index: 10;
		-webkit-box-shadow: -4px 9px 25px -7px rgba(0,0,0,0.75);
		-moz-box-shadow: -4px 9px 25px -7px rgba(0,0,0,0.75);
		box-shadow: -4px 9px 25px -7px rgba(0,0,0,0.75);
	}
	
	#divMenu ul{
		width: 100%;
	}
	#divMenu ul li{
		width: 100%;
		display: block;
		padding: 10px;
		padding-left: 20px;
	}
	
	#divMenu ul li:hover{
		background-color: gray;
	}
	
	#divMenu ul li a{
		display: block;
		height: 20px;
	}
	#divMenu ul li a img{
		position: relative;
		float: left;
	}
	#divMenu ul li a .texto{
		position: relative;
		float: left;
		width: calc(100% - 50px);
		padding-left: 15px;
		padding-top: 15px;
	}
	.divider{
		visibility: hidden;
		display: none !important;
	}
	.divMenuInvisible{
		display: none;
	}
	.divMenuVisible{
		display: inherit;
	}
	.btn_menu{
		padding-top: 35px;	
		padding-right: 35px;
		padding-left: 10px;
		display: inherit;
	}
	#contenedor{
		width: 70%;
	}
}



/* para 700px o menos */
@media screen and (max-width:700px) {
	
	.sp_doctor .sp_imagen{
		margin-right: 0;
	}
	
	.sp_doctor .sp_imagen img{
		width: 80%;
	}

	.sp_doctor .sp_nombre{
		overflow-y: auto;
		margin-top: 5px;
		font-size: 26px;
	    height: 36px;
	}
	
	.sp_doctor .sp_extracto{
		display: none;
	}
	
	
	
}



/* para 600px o menos */
@media screen and (max-width:600px) {

	header{
		
	}
	
	.btn_llamanos {
		position: relative;
		float: left;
		width: calc(100% - 20px);
		background-color: #797979;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 20px;
		height: auto;
		top:30px;
		margin-bottom: 30px;
	}
	ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		width: calc(100%);
	}
	li {
		display: block;
		padding-top: 5px;
		text-decoration: none;
		width: 75px;
	}
	.divider {
		display: none;
	}
	
	.statText {
		font-size: 12px;
	}
	.stat {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 10px;
	}
	.counterNumber {
		font-size: 35px;
	}
	#divMenu{
		width: 100%;
		
	}
	#contenedor{
		width: 80%;
		
	}
	
	.sp_doctor .sp_imagen{
		width: 100%;
		float: left;
		position: relative;
		width: calc(100% - 60px);
	}
	
	.sp_doctor .sp_imagen img{
		width: calc(100%);
	}
	
	.sp_doctor .sp_nombre{
		
		float: left;
		position: relative;
		width: calc(100%);
		text-align: center;
	}
	
	.sp_doctor .sp_especialidad{
		
		float: left;
		position: relative;
		width: calc(100%);
		text-align: center;
	}
	
	.sp_doctor input{
		left: calc(50% - 100px);
	}
	
	/* VISITANOS */
	
	#view_street{
		width: calc(100%);
	}
	
	#view_map{
		width: calc(100%);
		margin-top: 20px;
		margin-left: 0;
	}
	
	/* VISITANOS */
	
	#izq{
		text-align: left;
		float: left;
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 16px;
	}
	
	#cen{
		margin-top: 30px;
		text-align: center;
		float: right;
		position: relative;
		width: 100%;
		margin-bottom: 30px;
		
	}
	
	#der{
		text-align: right;
		float: left;
		position: relative;
		width: 100%;
		text-align: center;
	}

}
