@charset "utf-8";
/* CSS Document */
::selection {
background: #5AA0FA;
color:#fff;
}
::-moz-selection {
background:#5AA0FA;
color:#fff;
}
::-webkit-selection {
background: #5AA0FA;
color:#fff;
} 
body, html {
	margin: 0;
	padding: 0;
	font-family: "PT Sans", Verdana Sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	background: #fff url(cadera.png);
	color: #111;
	height: 100%;
}
a:link, a:hover, a:visited {
	color: inherit;
	text-decoration: none;
}
img {
	max-width: 100%;
	border: 0;
}
.clear {
	clear: both;
}
#doctor {
	text-align: center;
	width: 100%;
	position:fixed;
	top: 0;
	background: #112e49;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	overflow: hidden;
	font-weight: 700;
}
.telefonos {
	float: left;
	padding:4px 8px;
}
.separa {
	float: left;
}
.direccion {
	float: right;
	padding:4px;
}
.encabezado {
	text-align: center;
	width: 100%;
	padding: 10px 0;
	margin: 28px auto 0;
	background: #5AA0FA;
	overflow: hidden;
}
#cirugia {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	background: #fff;
}
.animacion {
	width: 100%;
	max-width: 1400px;
	height: 460px;
	background: url(cartel.png) top;
	overflow: hidden;
	margin: 0px auto;
}
@keyframes reparacion {
0% {margin-top:0;}
30% {margin-top:0;}
33% {margin-top:-460px;}
63% {margin-top:-460px;}
66% {margin-top:-920px;}
97% {margin-top:-920px;}
100% {margin-top:0;}
}
@-moz-keyframes reparacion {
0% {margin-top:0;}
30% {margin-top:0;}
33% {margin-top:-460px;}
63% {margin-top:-460px;}
66% {margin-top:-920px;}
97% {margin-top:-920px;}
100% {margin-top:0;}
}
@-webkit-keyframes reparacion {
0% {margin-top:0;}
30% {margin-top:0;}
33% {margin-top:-460px;}
63% {margin-top:-460px;}
66% {margin-top:-920px;}
97% {margin-top:-920px;}
100% {margin-top:0;}
}
.slider {
	width: 100%;
	height: 1380px;
	text-align: left;
	animation: reparacion 24s infinite;
	-moz-animation: reparacion 24s infinite;
	-webkit-animation: reparacion 24s infinite;
}
.fotosl {
	text-align:center;
	width: 100%;
	float:left;
	height: 460px;
	overflow: hidden;
}
.fototre {
	background: #fff url(quemado.jpg) center;
	background-size: cover;
}
.fotodos {
	background: #fff url(lala.png) center;
	background-size: cover;
}
.fotouno {
	background: #fff url(lala.png) center;
	background-size: cover;
}
.traumatologia {
	width: 100%;
	height: 460px;
	background: url(reemplazo.png) left center no-repeat;
}
.traumatologo {
	width: 100%;
	height: 460px;
	background: url(rodilla.png) 80px center no-repeat;
}
.tratamiento {
	width: 90%;
	margin: 0 auto;
	padding-top: 60px;
	text-align: right;
}
.clinica {
	font-weight: 300;
	font-size: 90px;
	color: #5AA0FA;
}
.operacion {
	font-weight: 400;
	font-style: italic;
	font-size: 24px;
	line-height: 20px;
	color: #111;
}
.medico {
	width: 90%;
	margin: 0 auto;
	padding-top: 100px;
	text-align: left;
}
.operar {
	font-weight: 700;
	font-size: 70px;
	color: #fff;
}
.compro {
	margin: 20px 0;
}
h1 {
	margin-bottom: 0;
	color: #5aa0fa;
}
h2 {
	margin: 0 0 15px;
}
h3 {
	color: #5aa0fa;
}
h4 {
	letter-spacing: 2px;
	color: #376299;
	font-weight: 700;
	font-size: 23px;
}
#cirujano h4 {
	margin-bottom: 10px;
}
.cirugia {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 16px;
}
.cirugia p {
	text-align: justify;
	margin: 10px 40px;
}
.curriculum {
	width: 76%;
	margin: 0 auto;
	text-align: left;
}
.pie {
	margin: 44px 0 0;
	color: #5AA0FA;
}
.consultorio {
    width:240px;
    height: 44px;
	padding: 8px 0;
    position:fixed;
	bottom: 20px;
    right: 24px;
    background: rgba(90,160,250,0.8);
	z-index: 8;
	font-size: 36px;
	overflow: hidden;
	font-weight: 800;
	line-height: 44px;
	color: #000;
	border-radius: 5px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	cursor: pointer;
}
.consultorio:hover {
    background: rgba(37,65,102,1);
	color: #fff;
}
#cirujano {
	width: 400px;
	height: 100%;
	position: fixed;
	top: -100%;
	right: 0;
	margin: 0 auto;
	text-align: center;
	background: #8cbcfa;
	color: #000;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	overflow: hidden;
}
.cerrar {
	margin-top: 60px;
	background: #376299;
	padding: 12px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	cursor: pointer;
}
.cerrar:hover {
	background: #254166; 
}
.doctor {
	padding: 8px 3px;
	font-size: 16px;
	margin: 4px 0;
	width: 88%;
	border: 1px solid #aaa;
	border-radius: 6px;
	-o-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-family: "PT Sans", Arial, sans-serif;
}
.especialista {
	padding: 8px 16px;
	margin: 10px 10px 0;
	border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #313339;
	font-family: "PT Sans", Arial, sans-serif;
	border: 0;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	font-weight: 700;
	box-shadow: 0px 0px 12px 1px #182027 inset;
	cursor: pointer;
}
.especialista:hover {
	background: #182027;
	color: #62a1c7;
}
.dolorosa {
	width: 50%;
	text-align: center;
	float: left;
	font-size: 12px;
	margin-bottom: 12px;
}
.formalizar {
	width: 100%;
	text-align:center;
	font-size: 12px;
	margin-bottom: 12px;
}
.columna {
	width: 100%;
	text-align: center;
}
.dolorosa iframe {
	width: 90%;
	height: 320px;
	border: 0;
}
.enviado {
	width: 100%;
	height: 70%;
	background: url(consultorio.jpg) center;
	background-size: cover;
	font-weight: 700;
	text-align: center;
}
.gigante {
	font-size: 52px;
}
.hueso {
	width: 86%;
	max-width: 360px;
	font-weight: 700;
	font-size: 26px;
	color: #fff;
	background: url(bk.gif);
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
@media only screen and (max-width: 1040px) {
.clinica {
	font-weight: 300;
	font-size: 50px;
}
.operar {
	font-weight: 700;
	font-size: 50px;
}
.operacion {
	font-size: 20px;
	line-height: 20px;
}
.animacion, .traumatologia, .traumatologo  {
	height: 360px;
}
.fotosl  {
	height: 360px;
	margin-bottom: 100px;
}
.dolorosa {
	width: 100%;
	float: none;
}
.metalmetal {
	display: none;
}
}
@media only screen and (max-width: 770px) {
#doctor {
	font-size: 14px;
}
}
@media only screen and (max-width: 690px) {
.telefonos {
	width: 50%;
	padding: 0;
}
.direccion {
	float: none;
	width: 100%;
	padding: 0;
}
.separa {
	display: none;
}
.cirugia {
	float: none;
	width: 100%;
}
.cirujano {
	display: none;
}

}
@media only screen and (max-width: 560px) {
.slider {
	animation: none;
	-moz-animation: none;
	-webkit-animation: none;
}
.fotodos, .fotouno {
	display: none;
}
#cirujano {
	width: 100%;
	height: 100%;
}
.doctor {
	padding: 3px;
	font-size: 14px;
	margin: 3px 0;
	width: 88%;
}
.cerrar {
	margin-top: 40px;
	width: 150px;
}
.consultorio {
    width:220px;
    height: 44px;
	padding: 3px 0;
    position:fixed;
	bottom: 20px;
    right: 50%;
	margin-right: -110px;
}
}
@media only screen and (max-width: 450px) {
#doctor {
	position: static;
	top: auto;
}
.metalmetal {
	display: inline;
}
#cirugia {
	width: 100%;
}
.animacion, .fotosl {
	height: 240px;
}
.medico {
	padding-top: 44px;
}
.operar {
	font-size: 40px;
}
.telefonos {
	width: 100%;
	float: none;
}
.encabezado {
	margin: 0 auto;
}
.columna iframe {
	width: 96%;
	height: 250px;
}
.enviado {
	height: auto;
}
}