@import url(http://fonts.googleapis.com/css?family=Roboto:500,900,400italic,100,300,700,500italic,400);
@font-face {
	font-family: "Flaticon";
	src: url("../font/flaticon.eot");
	src: url("../font/flaticon.eot#iefix") format("embedded-opentype"),
	url("../font/flaticon.woff") format("woff"),
	url("../font/flaticon.ttf") format("truetype"),
	url("../font/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
body{
	font-size: 16px;
	color: rgb(100,100,100);
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}
figure{
	margin: 0px;
}
#loading-img{
	display: none;
	width: 22px;
	margin: 0px auto 12px auto;
}
.inline-box{
	display: inline-block;
}
.respuesta{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999999;
	opacity:.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
	background: rgba(0,0,0,0.9);
	text-align: center;
}
.content-respuesta{
	background: #02458B;
	border: 1px solid #08325A;
	border-radius: 0.5em;
	padding: 20px 20px;
	width: 80%;
	color: white;
	position: relative;
	margin: 0px auto;
	margin-top: 20%;
	margin-bottom: 20%;
}
.boton-cerrar-msn{
	color: #08325A;
	display: block;
	background: #CFD81B;
	border-radius: 0.5em;
	border-bottom: 3px solid #AAAA11;
	padding: 5px 10px;
	margin: 30px auto 10px auto;
	text-align: center;
}
.figure-encabezado{
	position: relative;
	top: 115px;
	height: 128px;
	line-height: 120px;
	padding-left: 20px;
}
.fondo-encabezado-01{
	background: url(../img/tramaLine.png), url(../img/backgraound_mobile_historia_medilabcao.png);
	background-size: 42px 29px , cover;
	background-position: top, center bottom;
}
.fondo-encabezado-02{
	background: url(../img/tramaLine.png), url(../img/backgraound_mobile_producctos_medilabcao.png);
	background-size: 42px 29px , cover;
	background-position: top, center bottom;
}
.fondo-encabezado-03{
	background: url(../img/tramaLine.png), url(../img/backgraound_mobile_servicios_medilabcao.png);
	background-size: 42px 29px , cover;
	background-position: top, center bottom;
}
.fondo-encabezado-04{
	background: url(../img/tramaLine.png), url(../img/backgraound_mobile_contact_medilabcao.png);
	background-size: 42px 29px , cover;
	background-position: top, center bottom;
}
.columna-links{
	display: none;
}
.mapa{
	display: none;
}
.content-doctora{
	display: none;
}
.nav-footer{
	display: none;
}
.encabezado{
	position: fixed;
	z-index: 99999;
	right: 0px;
	left: 0px;
	top: 0px;
}
.menu-mobile{
	background: #003E8A;
}
.barra-menu{
	color: white;
	text-align: center;
	height: 38px;
	line-height: 35px;
	background: #003C77;
}
#btn-cerrar{
	display: none;
}
.a-menu{
	color: white;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 1s;
}
.a-menu:before{
	font-family: Flaticon;
	font-size: 20px;
	content: "\e00b";
}
.a-menu-cerrar{
	color: white;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 1s;
}
.a-menu-cerrar:before{
	font-family: Flaticon;
	font-size: 15px;
	content: "\e002";
}
.lista-menu{
	display: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.item-lista{
	padding: 1.2em 0px;
	border-bottom: 1px solid #003C77;
}
.link-item{
	color: white;
	padding: .7em 3em;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}
.item-anim-iz{
	-webkit-animation: 1s slide-item-iz 1;
}
@-webkit-keyframes slide-item-iz {
  0% {
  	-webkit-transform: translateX(-100px);
  }
  50% {
  	-webkit-transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
.item-anim-de{
	-webkit-animation: 1s slide-item-de 1;
}
@-webkit-keyframes slide-item-de {
  0% {
  	-webkit-transform: translateX(100px);
  }
  50% {
  	-webkit-transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
.content-logo{
	text-align: center;
	padding: .3em 0px .3em 0px;
	background: rgba(255,255,255,.9);
	box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.6);
}
.slide-show{
	height: 521px;
	margin-top: 1.4em;
	margin-bottom: -16px;
	overflow: hidden;
}
.item-slide{
	height: 521px;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
.article-item-slide{
	bottom: 7em;
	color: white;
	position: absolute;
	right: 5%;
	text-align: right;
	width: 12em;
	z-index: 9;
}
.titulo-item-slide{
	font-size: 35px;
	font-weight: 400;
	margin: 0px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}
.mensaje-item-slide{
	margin: 0px;
	position: absolute;
	right: 0px;
	width: 15em;
}
#item-slide-1{
	background: url(../img/slider_mobile_01.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat; 
	background-attachment: scroll;
}
#item-slide-2{
	background: url(../img/slider_mobile_02.jpg);
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat; 
	background-attachment: scroll;
	display: none;
}
#item-slide-3{
	background: url(../img/slider_mobile_03.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat; 
	background-attachment: scroll;
	display: none;
}
#item-slide-4{
	background: url(../img/slider_mobile_04.jpg);
	background-position: top left;
	background-size: cover;
	background-repeat: no-repeat; 
	background-attachment: scroll;
	display: none;
}
/*Inicio de Adorno Slide*/
.corner-slide{
	height: 521px;
	position: absolute;
	width: 100%;
}
.corner-article1{
	border-right: 200px solid rgba(0,102,204,0.7);
	border-top: 521px solid transparent;
	display: inline-block;
	float: right;
	height: 100px;
	position: relative;
	right: 30%;
}
.background-article1{
	background: rgba(0,102,204,0.7);
	display: inline-block;
	float: right;
	height: 521px;
	position: absolute;
	right: 0px;
	vertical-align: top;
	width: 30%;
}
/*Fin de Adorno Slide*/
.content-msg-interno{
	padding-top: 20px;
}
.content-msg-gerente{
	background-image: url(../img/tramaLine.png), url(../img/image_back_msg_gerente.jpg);
	background-position: 0 0,center;
	background-size: 50px 38px, cover;
	color: white;
	height: 260px;
	margin: 16px auto;
	padding: 0px;
	position: relative;
}
.comilla{
	display: block;
}
.comilla{
	color: #08325A;
	font-size: 23px;
	font-weight: 900;
	text-shadow: none;
}
.pos-si{
	left: -1em;
	position: absolute;
	top: -0.5em;
}
.pos-si:before{
	content: "\e007";
	font-family: Flaticon;
}
.pos-id{
	bottom: -0.3em;
	position: absolute;
	right: -1em;
}
.pos-id:before{
	content: "\e00d";
	font-family: Flaticon;
}
.msg-gerente{
	margin: 0 auto;
	position: relative;
	text-align: center;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
	top: 20px;
	width: 80%;
}
.content-gerente{
	color: #08325A;
	font-style: italic;
	position: relative;
	top: 0px;
	margin-top: 30px;
	text-align: left;
	left: 1em;
	width: 80%;
}
.content-gerente p{
	margin: 0px;
}
.nom-gerente{
	font-weight: 900;
	font-size: 1.1em;
}
.content-section{
	padding: 2.5em 0 1.5em 0;
	text-align: center;
}
.titulo-section{
	color: #02458B;
	font-size: 28px;
	font-weight: 700;
}
.det-servicios{
	padding: 0px 1.5em;
}
.det-servicios figure{
	position: relative;
}
.det-servicios p{
	margin-bottom: 3em;
}
.content-serv{
	width: 80%;
	margin: 20px auto;
}
.imgEquipos{
	height: 100%;
	width: 100%;
	border-radius: 0.5em;
}
.content-cuadro-boton{
	margin-top: 45px;
}
.cuadro-boton{
	background: rgb(240,240,240);
	border-radius: 0.5em;
	border: 1px solid #CFD81B;
	margin: 10px auto 1.5em auto;
	padding: 1em;
	position: relative;
	text-align: center;
}
.cuadro-width{
	width: 65%;
}
.content-figmedical img{
	width: 90%;
}
.icon-cuadro-01:before{
	color: #CFD81B;
	content: "\e00a";
	font-family: Flaticon;
	font-size: 40px;
}
.icon-cuadro-02:before{
	color: #CFD81B;
	content: "\e011";
	font-family: Flaticon;
	font-size: 40px;
}
.icon-cuadro-03:before{
	color: #CFD81B;
	content: "\e003";
	font-family: Flaticon;
	font-size: 40px;
}
.icon-cuadro-04:before{
	color: #CFD81B;
	content: "\e001";
	font-family: Flaticon;
	font-size: 40px;
}
.cuadro-boton ul{
	color: #02458B;
	list-style: none;
	padding: 0px;
}
.cuadro-boton ul li:before, .cuadro-boton ul li:after{
	content: ' - '
}
.ver-mas{
	background: #CFD81B;
	border-right: 7px solid #AFAF12;
	color: white;
	display: block;
	font-weight: normal;
	padding: 0.5em 0px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	width: 100px;
}
.content-certificacion{
	background: url(../img/tramaLine.png), url(../img/fondo-certificacion.jpg);
	background-position: 0 0, right;
	background-size: 50px 38px, cover;
}
.text-white{
	color: white;
}
.font-delgado{
	font-weight: 300;
}
.det-certificacion{
	padding: 0px 1.5em;
}
.det-certificacion figure{
	position: relative;
}
.det-certificacion p{
	margin-bottom: 3em;
}
.content-certificados{
	background: rgba(255,255,255,0.5);
	border-radius: 0.5em;
	border: 1px solid rgba(255,255,255,0.8);
	margin: 0px auto;
	padding: 1.5em 0px;
	width: 90%;
}
.logo-certificado{
	display: inline-block;
	vertical-align: middle;
	margin: 0px 1em;
}
.article-medical{
	width: 90%;
	background: #CFD81B;
	color: white;
	padding: 1em 0.5em;
	margin: 2em auto;
	border-radius: 0.5em;
}
.article-medical img{
	border-radius: 0.5em;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	position: relative;
}
.titulo-medical{
	text-align: left;
	padding-left: 0.5em;
	font-size: 25px;
	margin-bottom: 0.5em;
}
.detalle-medical{
	text-align: left;
	padding: 0px 0.7em;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
.ver-mas-interno{
	color: #0C3F6D;
	display: block;
	font-weight: normal;
	position: relative;
	right: 10%;
	text-align: center;
	text-align: right;
}
/*Seccion de Nosotros*/
.content-section-interno{
	margin-top: 85px;
}
.content-interior{
	padding: 0.8em 1em; 
	padding-top: 2em;
}
.titulo-interior{
	color: #02458B;
	font-weight: bold;
	font-size: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #02458B;
}
.text-white-titulo{
	color: white;
}
.border-none-titulo{
	border: none;
}
.texto-contenido{
	text-align: justify;
}
.margin-top-contenido{
	margin-top: 0px;
	padding-top: 0px;
}
.texto-ubicacion{
	font-size: 12px;
	color: #666666;
}
.texto-leer-mas{
	display: none;
}
.texto-activo{
	font-weight: bold;
	color: #CFD81B;
}
.seguir-texto{
	font-size: 14px;
	font-weight: bold;
	color: #02458B;
	position: absolute;
	right: 1.5em;
}
.titulo-certificado{
	color: #02458B;
	font-size: 28px;
	text-align: center;
	margin: 20px 0px;
}
.content-image-certificado{
	text-align: center;
	background: #EFF1EE;
	border-radius: 0.7em;
	padding: 20px 0px;
	border: 1px solid #CCCCCC; 
	margin: 30px auto;
}
/*Fin de seccion de Nostros*/
/*Seccion Productos*/
.content-select{
	text-align: center;
	position: relative;
}
.titulo-seleccionar{
	background: #02458B;
	color: white;
	text-align: center;
	padding: 0.5em 0px;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
}
#cmb-seleccion{
	width: 90%;
	position: relative;
	top: 0px;
	margin: 10px 0px 13px 0px;
	padding: 0.5em 0px;
}
.content-productos{
	text-align: center;
}
.content-producto{
	width: 280px;
	padding: 2px 2px 2px 0px;
	border-radius: 0.5em;
	margin: 20px 10px;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.content-producto:nth-child(odd){
	background: #BFC932;
}
.content-producto:nth-child(even){
	background: #0187D0;
} 
.content-imagen-producto{
	width: 92%;
	height: 278px;
}
#titulo-productos{
	text-align: center;
	padding-left: 0px;
	font-size: 30px;
	color: #003F8B;
}
.titulo-producto{
	color: white;
	text-align: center;
	height: 60px;
	overflow: hidden;
	margin: -2px -1.5px 15px 0px;
	border-radius: 0.5em 0.4em 0 0;
	padding: 10px 0px;
	background: rgba(0,0,0,0.1);
}
.titulo-descripcion{
	text-align: left;
	font-style: italic;
	padding: 10px;
	width: 84%;
	margin: 0px auto;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.content-descripcion{
	padding: 10px;
	text-align: justify;
	font-size: 15px;
	color: white;
	text-shadow: 1px 1px 3px black;
	height: 90px;
	overflow: hidden;
}
.texto-detalle{
	color: white;
	padding: 3px 0px;
}
.content-ficha{
	background: #FF5151;
	color: white;
	padding: 10px 0px;
	border-radius: 0px 0px 9px 9px;
	margin: 8px -2px -14px 0px;
	border-bottom: 3px solid #C52727;
}
.a-ficha{
	color: white;
	text-decoration: none;
	display: block;
}
.content-producto{
	color: rgba(0,0,0,0.5);
}
/*Servicios*/
.servicios-varios{
	display: inline-block;
	padding: 40px 20px;
	color: white;
	text-align: center;
}
.titulo-serviciosv{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
}
.descripcion-servicios-varios{
	font-weight: normal;
	font-style: italic;
}
.icon-servicio-tecnico-1:before{
	font-family: "Flaticon";
	font-size: 55px;
	content: "\e010";
	color: #0066CC;
	background: white;
	border-radius: 50%;
	padding: 15px;
}
.icon-servicio-tecnico-2:before{
	font-family: "Flaticon";
	font-size: 40px;
	content: "\e00f";
	color: #0066CC;
	background: white;
	border-radius: 50%;
	padding: 20px;
}
.fondo-servicio-1{
	background: #0066CC;
}
.fondo-servicio-2{
	background: #05589B;
}
/*Fin Servicios*/
/*Contactenos*/
.form-contacto{
	text-align: center;
	margin: 50px auto;
	width: 90%;
	display: block;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.content-input-form{
	position: relative;
}
.input-contacto{
	width: 100%;
	display: block;
	padding: 0.5em 20px;
	border: 1px solid #B0B0B0;
	border-radius: 0.5em;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.float-rigth{
	position: absolute;
	right: 8%;
}
.icon-right:before{
	font-family: "Flaticon";
	font-size: 20px;
	color: rgba(0,0,0,0.5);
	content: "\e005";
	position: absolute;
	top: 8px;
	left: 8px;
	margin-left: -10px;
}
.boton-enviar{
	display: block;
	background: #0066cc;
	border: none;
	border-bottom: 3px solid #08325A;
	padding: 5px 22px;
	border-radius: 0.5em;
	color: white;
	position: relative;
	left: 0px;
}
.boton-dimension{
	width: 90%;
	margin: 5px auto;
}
.mapa-smartphone{
	display: block;
}
.mapa-iframe-smartphone{
	width: 100%;
	height: 300px;
}
/*Fin Contactenos*/
footer{
	background: #08325A;
	color: white;
	font-weight: 300;
	padding: 2.5em 0px 2em 0px;
	text-align: center;
}
.item-footer{
	margin-bottom: 1em;
}
.icon-footer{
	display: inline-block;
	font-family: Flaticon;
	font-size: 35px;
	margin-right: 0.5em;
	vertical-align: top;
	width: 40px;
}
.content-item-footer{
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 65%;
}
#icon-local:before{
	content: "\e009";
}
#icon-telefono:before{
	content: "\e00c";
	font-size: 41px;
}
#icon-email:before{
	content: "\e008";
	font-size: 43px;
}
.link-facebook{
	text-decoration: none;
	color: white;
}
.link-facebook:link{
	text-decoration: none;
	color: white;
}
.link-facebook:visited{
	text-decoration: none;
	color: white;
}
#icon-facebook:before{
	content: "\e006";
	font-size: 40px;
}
.titulo-item{
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	color: rgba(255,255,255,0.4);
}
.titulo-item:after{
	content: ': ';
}
.creditos{
	margin-top: 3em;
	text-align: right;
	margin-right: 2em;
}

/*Inicio de Mediaqueries para Desktop*/
/*Inicio de Mediaqueries para Desktop*/
@media screen and (max-width:390px){
	.image-certificado1{
		width: 80%;
	}
}
@media screen and (min-width:470px){
	.content-cuadro-boton {
		width: 98%;
		text-align: center;
		margin: 45px auto;
	}
	.cuadro-width{
		width: 200px;
		display: inline-block;
		margin: 10px 2px;
	}
}
/*Inicio de Mediaqueries para Desktop*/
/*Inicio de Mediaqueries para Desktop*/

@media screen and (min-width:1000px){
	.content-respuesta{
		width: 40%;
		margin: 15% auto;
	}
	.figure-encabezado{
		position: relative;
		top: 0px;
	}
	.figure-encabezado{
		padding-left: 60px;
	}
	.fondo-encabezado-01{
		background: url(../img/tramaLine.png), url(../img/backgraound_historia_medilabcao.png);
		background-size: 42px 29px , cover;
		background-position: top, right bottom;
	}
	.fondo-encabezado-02{
		background: url(../img/tramaLine.png), url(../img/background-productos-medilabcao.png);
		background-size: 42px 29px , cover;
		background-position: top, right bottom;
	}
	.fondo-encabezado-03{
		background: url(../img/tramaLine.png), url(../img/backgraound_servicios_medilabcao.png);
		background-size: 42px 29px , cover;
		background-position: top, right bottom;
	}
	.fondo-encabezado-04{
		background: url(../img/tramaLine.png), url(../img/backgraound_contact_medilabcao.png);
		background-size: 42px 29px , cover;
		background-position: top, right bottom;
	}
	.barra-menu{
		display: none;
	}
	.encabezado{
		position: relative;
		background: rgba(255,255,255,0.8);
		height: 100px;
		box-shadow: 0px 5px 30px -5px rgba(0,0,0,0.6); 
	}
	.menu-mobile{
		background: none;
		position: absolute;
		right: 20px;
		top: 32px;
	}
	.lista-menu{
		display: block;
		background:none;
	}
	.item-lista{
		display: inline-block;
		border-bottom: none;
		border-right: 1px solid #CCCCCC;
		padding: 0px;
		margin: 0px;
	}
	.item-lista:last-child{
		border: none;
	}
	.link-item{
		padding: 0px;
		margin: 0px;
		font-size: 15px;
		color: black;
		text-shadow: none;
		padding: 10px 10px;
		margin-right: 4px;
		display: block;
		-webkit-transition: all 0.5s;
	}
	.link-item:hover{
		color: white;
		background: #003E8A;
		border-radius: 0.8em;
		-webkit-transition: all 0.5s;
	}
	.link-foco{
		color: white;
		background: #003E8A;
		border-radius: 0.8em;
		-webkit-transition: all 0.5s;	
	}
	.link-foco2{
		background: #08477C;
		padding-left: 20px;
		padding-top: 5px;
		padding-bottom: 5px;
		border-radius: 0.8em;
		letter-spacing: 0px;
		-webkit-transition: all 0.5s;
	}
	.content-logo{
		position: absolute;
		box-shadow: none;
		background: none;
		left: 20px;
		top: 10px;
	}
	.slide-show{
		height: 650px;
		margin-top: -100px;
		margin-bottom: -16px;
		overflow: hidden;
	}
	#item-slide-1{
		background: url(../img/slider_desktop_01.jpg);
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat; 
		background-attachment: scroll;
	}
	#item-slide-2{
		background: url(../img/slider_desktop_02.jpg);
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat; 
		background-attachment: scroll;
	}
	#item-slide-3{
		background: url(../img/slider_desktop_03.jpg);
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat; 
		background-attachment: scroll;
	}
	#item-slide-4{
		background: url(../img/slider_desktop_04.jpg);
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat; 
		background-attachment: scroll;
	}
	.item-slide{
		height: 650px;
		overflow: hidden;
		position: absolute;
		width: 100%;
	}
	.corner-slide{
		height: 650px;
		position: absolute;
		width: 100%;
	}
	.corner-article1{
		border-right: 200px solid rgba(0,102,204,0.7);
		border-top: 650px solid transparent;
		display: inline-block;
		float: right;
		height: 100px;
		position: relative;
		right: 30%;
	}
	.background-article1{
		background: rgba(0,102,204,0.7);
		display: inline-block;
		float: right;
		height: 650px;
		position: absolute;
		right: 0px;
		vertical-align: top;
		width: 30%;
	}
	.article-item-slide{
		bottom: 180px;
		position: absolute;
		right: 5%;
		width: 370px;
	}
	.mensaje-item-slide{
		width: 350px;
		top: 70px;
	}
	.content-msg-gerente{
		background-image: url(../img/tramaLine.png), url(../img/background-textogerente-medilabcao.png);
		background-position: 0 0,center;
		background-size: 50px 38px, cover;
		border-bottom: 5px solid #808014;
	}
	.content-msg-interno{
		width: 397px;
		margin: 0px auto;
		position: relative;
		left: 20px;
		display: inline-block;
	}
	.content-gerente{
		text-align: left;
		width: 300px;
	}
	.content-doctora{
		display: inline-block;
		vertical-align: top;
		position: absolute;
		right: 20px;
		top: 0px !important;
	}
	.content-certificacion {
		background-position: 0 0, left;
		background-size: 50px 38px, cover;
	}
	.det-servicios{
		width: 60%;
		margin: 20px auto;
	}
	.content-serv{
		width: 25%;
		margin: 20px 3%;
		display: inline-block;
		vertical-align: top;
	}
	.content-certificacion{
		height: 600px;
		position: relative;
		border-bottom: 5px solid #064375;
	}
	.content-descert{
		width: 560px;
		position: absolute;
		right: 5%;
		top: 150px;
		text-align: right;
	}
	.content-certificados{
		position: relative;
	}
	.logo-certificado-1{
		width: 256px;
		height: 76px;
		position: absolute;
		left: 0px;
		top: 40px;
		margin-left: 20px;
	}
	.logo-certificado-2{
		width: 90px;
		height: 106px;
	}
	.article-medical{
		position: relative;
		width: 280px;
		height: 440px;
		display: inline-block;
		vertical-align: top;
		margin: 20px 10px;
		text-align: center;
	}
	.ver-mas{
		margin: 0px auto;
		border: none;
		border-bottom: 4px solid #AFAF12;
		border-radius: 0.5em;
		padding-left: 30px;
		padding-right: 30px;
		-webkit-transition: all 0.5s;
	}
	.ver-mas-interno{
		position: absolute;
		bottom: 27px;
	}
	.ver-mas:hover{
		padding-left: 50px;
		padding-right: 50px;
		-webkit-transition: all 0.5s;	
	}
	/*Nosotros Desktop*/
	.content-section-interno{
		margin-top: 0px;
		padding: 5px 30px;
		position: relative;
	}
	.content-heigth-1{
		height: 750px;
	}
	.seguir-texto{
		display: none;
	}
	.texto-leer-mas{
		display: block;
	}
	.texto-contenido{
		line-height: 28px;
		text-align: left;
		width: 70%;
	}
	.texto-contenido-total{
		width: auto;
	}
	.columna-links{
		display: block;
		width: 350px;
		text-align: center;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.article-medical-small{
		width: 260px;
		margin-right: 0px;
	}
	.ver-mas-interno{
		-webkit-transition: 0.5s all;
	}
	.ver-mas-interno:hover{
		color: #075E9E;
		letter-spacing: 1px;
		-webkit-transition: 0.5s all;
	}
	/*Fin Nosotros Desktop*/
	/*Productos*/
	#loading-img{
		display: none;
		margin: initial;
		margin-top: -3px;
		width: 22px;
		position: absolute;
		left: 0px !important;
	}
	#titulo-productos{
		text-align: center;
		font-size: 35px;
	}
	.content-select{
		width: 300px;
		position: absolute;
		right: 20px;
		top: 10px;
	}
	#cmb-seleccion{
		width: 100%;
	}
	.content-producto{
		width: 300px;
	}
	.boton-dimension{
		margin-top: -10px;
		width: 130px;
		float: right;
	}
	/*Fin Productos*/
	/*Servicios*/
	.content-cuadro-boton {
		width: 98%;
		margin: 45px auto;
		text-align: center;
	}
	.cuadro-width{
		width: 250px;
		display: inline-block;
		margin: 10px 10px;
	}
	.content-servicios-varios{
		position: relative;
	}
	.servicios-varios{
		display: block;
	}
	.descripcion-servicios-varios{
		width: 40%;
		margin: 0px auto;
	}
	/*Fin Servicios*/
	footer{
		text-align: left;
		position: relative;
	}
	.nav-footer{
		display: block;
		display: inline-block;
		vertical-align: top;
		width: 200px;
		border-right: 1px solid #003E8A;
	}
	.nav-footer ul{
		list-style: none;
		height: 250px;
		margin-right: 0px;
	}
	.nav-footer ul li{
		padding: 15px;
	}
	.nav-footer ul a{
		display: block;
		color: white;
		text-decoration: none;
		-webkit-transition: 0.5s all;
	}
	.nav-footer ul a:hover{
		text-decoration: underline;
		-webkit-transition: 0.5s all;
	}
	.items-footer{
		display: inline-block;
		vertical-align: top;
		margin-left:20px;
		margin-top: 20px;
	}
	.content-item-footer{
		width: 450px;
	}
	.form-contacto{
		width: 500px;
		margin: 20px auto 60px auto;
	}
	.mapa-smartphone{
		display: none;
	}
	.mapa{
		display: inline-block;
		vertical-align: top;
		position: absolute;
		top: 60px;
		right: 60px;
		width: 30%;
	}
	.mapa-iframe{
		width: 100%;
		height: 260px;
	}
}