 /*@import url(//fonts.googleapis.com/css?family=Inder);
@import url(//fonts.googleapis.com/css?family=Istok+Web:400,700,400italic,700italic);*/

@import url(https://www.labmoreira.com/fonts/Lato-Regular.ttf);
@import url(https://www.labmoreira.com/fonts/Lato-Italic.ttf);
@import url(https://www.labmoreira.com/fonts/Lato-BoldItalic.ttf);


/*
@font-face {
    font-family: 'Open Sans';
    src: url('open-sans.eot');
    src: local('icomoonregular'),
         url('open-sans.eot?#iefix') format('embedded-opentype'),
         url('open-sans.woff') format('woff'),
         url('open-sans.ttf') format('truetype'),
         url('open-sans.svg#open-sans') format('svg');
}
*/

@font-face {
  font-family: 'Lato Regular';
  src: url('https://www.labmoreira.com/fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato Italic';
  src: url('https://www.labmoreira.com/fonts/Lato-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Lato BoldItalic';
  src: url('https://www.labmoreira.com/fonts/Lato-BoldItalic.ttf') format('truetype');
}

body {
	font-family: 'Lato Italic';
	font-size: 14px; 
	color: #979797;
}

a {
	text-decoration: none;
}
a:link{
	text-decoration: none;
	color: #FFF;
}
a:visited{
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 12px;
	line-height: 24px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
}
h1.navbar-brand_ a {
	display: inline-block;
	padding: 5px 0;
}
h1.navbar-brand_ span {
	display: none;
}
h2 {
	font: 26px/26px ;
	color: #262626;
	margin: 0 0 47px 0;
	text-transform: uppercase;
}
h2.indent {
	margin: 0 0 32px 0;
}
h3 {
	font: 18px/18px ;
	color: #3a3a3a;
	margin: 0 0 35px 0;
}
h3.indent {
	font-weight: normal;
	color: #666;
	margin: 0 0 5px 0;
}
h4 {
	font:24px ;
	color: #666;
	margin: 20 0 31px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #ffffff;
}
.global.indent {
	padding: 47px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	background: #ffffff;
	padding: 0 0 15px 0;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.menuBox.indent {
	padding: 31px 0 19px 0;
	border-bottom: 1px solid #e1e1e1;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: -3px 0 0 0;
	float: right;
	min-height: 0;
}
nav.tm_navbar li {
	float: left;
	font-size: 17px;
    font-weight: bold;
	line-height: 24px;
	padding: 0;
	text-align: center;
	margin-left: 17px;
	position: relative;
}
nav.tm_navbar li:first-child {
	margin-left: 0;
}
nav.tm_navbar li em {
	display: inline-block;
	position: relative;
	top: -30px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background:#00C;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: italic 17px/18px ;
	color: #242323;
	background: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar li.active > a {
	color: #0B619D;
	background: none;
}
nav.tm_navbar li.active em {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}
nav.tm_navbar li:hover > a {
	color: #f26b5d;
	background: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar li:hover em {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
nav.tm_navbar .sfHover > a {
	color: #f26b5d;
	background: none;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
nav.tm_navbar .sfHover em {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
	-webkit-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: -6px;
	z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 110px;
	left: -27px;
	top: 52px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #515151;
	padding: 29px 10px 16px 16px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 13px 0;
	padding: 0;
	display: block;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #f26b5d !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #f26b5d !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 107px;
	left: 94px;
	top: -9px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #f26b5d;
	padding: 9px 10px 0 10px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #010101 !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 11;
	background: #ffffff;
	border-top: 8px solid #36C;
}
header.indent .menuBox {
	border-bottom: 1px solid #ccc;
}

#divFooter {
	background: #00338f;
	padding: 0 5em;
}

footer {
	padding: 13px 5em;
	background: #00338f;
}
footer p {
	margin-bottom: 0;
	/*font: 12px ;*/
	color: #ffffff;
	background: #00338f;
	font-size:14px;
	letter-spacing:1px;

}
footer p a {
	/*font: 12px ;*/
	
	font-size:14px;
	letter-spacing:1px;

	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #262626;
}
footer p span {
	/*font: 18px ;*/
	color: #ffffff;
}
footer em {
	font-style: normal;
}
#toTop {
	display: none;
	width: 42px;
	height: 42px;
	background: url(../images/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -640px !important;
	right: 50%;
	bottom: 165px;
	z-index: 999;
}
#toTop:hover {
	background: url(../images/top.png) 0 bottom no-repeat;
}
.Address_icon {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
}
.Address_icon li {
	float: left;
	margin-left: 38px;
	font: 12px ;
	color: #717171;
}
.Address_icon li:first-child {
	margin-left: 0;
}
.Address_icon li img {
	float: left;
	margin-right: 9px;
}
.Address_icon li a {
	font: 12px ;
	color: #717171;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.Address_icon li a:hover {
	color: #f08213;
}
.follow-box {
	overflow: hidden;
	padding: 7px 0 5px 0;
	background: #ffffff;
	border-bottom: 1px solid #e4e4e4;
}
.follow-box p {
	float: left;
	font: 14px 'Arial';
	color: #c5c4c4;
	margin: 4px 0 0 0;
}
.follow-box p > a {
	font: 14px 'Arial';
	color: #e22004;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow-box p > a:hover {
	color: #ffffff;
}
.follow_icon {
	padding: 0;
	margin: -3px 0 0 0;
	float: right;
	list-style: none;
}
.follow_icon li {
	display: inline-block;
	margin-left: 13px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	opacity: 0.82;
	filter: alpha(opacity=82);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	display: block;
}
.follow_icon li a:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.follow_icon.indent {
	float: none;
}
.follow_icon.indent li {
	margin-left: 21px;
}
.follow_icon.indent li:first-child {
	margin-left: 0;
}
.follow_icon.indent li a {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.follow_icon.indent li a:hover {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.tools-box {
	padding-bottom: 20px;
}
.tools-box h3{
	/*
	font-family: 'Lato Italic';*/

	font-size:14px;
	letter-spacing:1px;
}
.tools-box p {
	font: 18px/22px ;
	color: #3a3a3a;
	margin: 0;
}
.tools-box p a {
	color: #3a3a3a;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.tools-box p a:hover {
	color: #f08211;
}
.tools-box .col-lg-3 > div {
	border-right: 1px solid #e8e8e8;
	padding-top: 40px;
	padding-bottom: 20px;
}
.tools-box .col-lg-3 > div.indent {
	border-right: none;
}
.privacyBox {
	overflow: hidden;
	padding-bottom: 53px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 51px;
}
.blog-box {
	padding: 63px 0 40px 0;
	position: relative;
}
.comment-box {
	padding: 11px 0 26px 0;
	background: #fed46f;
}
.comment-box figure {
	border-radius: 100%;
	float: left;
	margin-right: 45px;
	border: 3px solid #fee097;
}
.comment-box figure img {
	border-radius: 100%;
}
.comment-box .extra-wrap {
	padding-top: 15px;
}
.comment-box p {
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	margin-bottom: 0;
}
.comment-box p a {
	font: bold italic 14px , "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}
.comment-box p a:hover {
	text-decoration: underline;
}
.block-box {
	padding: 37px 0 29px 0;
	background: #3f3f3f;
}
.block-box p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}
.trainerBox {
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure a {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.trainerBox figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
.trainerBox figure img {
	width: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	outline: 1px solid transparent;
}
.testimBox {
	background: #f9f9f9;
	padding: 48px 0 41px 0;
	margin-bottom: 51px;
}
.links-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 57px 0 33px 0;
	margin-bottom: 58px;
}
.links-box h3 {
	color: #ffffff;
}
.links-box h3 > span {
	background: #ffffff;
}
.links-box h5 {
	color: #ffffff;
}
.links-box p {
	color: #ffffff !important;
}
.latest-box {
	background: url(../img/bg_pic1.jpg) center top fixed no-repeat;
	padding: 57px 0 48px 0;
	margin-bottom: 58px;
}
.latest-box h3 {
	color: #ffffff;
}
.latest-box h3 > span {
	background: #ffffff;
}
.latest-box h5 {
	color: #ffffff;
}
.latest-box p {
	color: #ffffff;
}
.servicesBox {
	padding: 68px 0 20px 0;
	border-top: 1px solid #eeefef;
	background: #ffffff;
}
.servicesBox .col-lg-4 {
	margin-bottom: 65px;
}
.servicesBox .col-lg-4 p {
	margin-bottom: 27px;
}
.servicesBox hr {
	border-top: 1px solid #eee;
	margin: 0;
}
.overviewBox {
	padding: 83px 0 33px 0;
	background: #ffffff;
}
.gallery-box {
	overflow: hidden;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 51px;
}
.blogBox {
	margin-bottom: 48px;
}
.about-box {
	text-align: center;
	margin-bottom: 83px;
}
.about-box > div {
	border-top: 1px solid #eee;
	padding: 63px 0 0 0;
}
.proposition-box {
	text-align: center;
	background: url(../img/bg_pic2.jpg) center top fixed no-repeat;
	padding: 56px 0 61px 0;
}
.proposition-box .title {
	font: bold 70px/70px ;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 32px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.17);
}
.proposition-box p {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.17);
	color: #ffffff;
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 24px;
}
.group-box {
	overflow: hidden;
	background: #f9f9f9;
	padding: 49px 0 37px 0;
	margin-bottom: 51px;
}
.center-box {
	text-align: center;
	/*background: #dbdbdb;*/
	background: white !important;
	padding: 0 0 0 0; /*padding: 20px 0 0 0;*/
	border-bottom: 13px solid #ffffff;
}
.center-box .title {
	font: 700 italic 24px/24px ;
	color: #1970C8;
	margin-bottom: 5px;
	font-size: 20px;
    font-weight: bold;

}
.center-box p {
	color: #6C6C6C;
	margin-bottom: 25px;
	font-size:16px;
}
.center-box .col-lg-3 {
	margin-bottom: 20px;
}
.center-box-copia{
	text-align: center;
	background: url(../images/bg2.png) center top fixed no-repeat;
	padding: 80px 20% 0 20%;
	border-bottom: 13px solid #ffffff;
}
.center-box-copia.title {
	font: 700 italic 24px/24px ;
	color: #1970C8;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.17);
	margin-bottom: 5px;
}
.center-box-copia p {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.17);
	color: #6C6C6C;
	margin-bottom: 25px;
	font-size:16px;
}
.center-box-copia .col-lg-3-copia {
	margin-bottom: 20px;
}

.clsResizeBgImg{
	/*background: url(../imagenes/bg.jpg) no-repeat #093 scroll;*/
	background-position:50% 0%;
	background-size: 100% 100% /*auto 100%*/;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	/* This works in IE 8 & 9 too */
	/* ... but also 5, 6, 7 */
	filter: alpha(opacity=100);
	/* Older than Firefox 0.9 */
	-moz-opacity:1;
	/* Safari 1.x (pre WebKit!) */
	-khtml-opacity: 1;
	/* Modern!
	/* Firefox 0.9+, Safari 2?, Chrome any?
	/* Opera 9+, IE 9+ */
	opacity: 1;
	/*background-repeat:no-repeat;
	background-color:#e7e6e6;*/
}

.thumb-pad-pic {
	text-align: center;
	display: inline-block;
	/*width: 211px;
	height: 211px;
	*/
	width: 100%;
	height: 100%;

	margin-bottom: 10px;
}

.thumb-pad-pic a:link {
	color:#FFF;
}
.thumb-pad-pic a:visited {
	color:#FFF;
}

.thumb-pad-pic .caption {
	width: 100%;
	height: 100%;
	padding: 0;
	border-radius: 100%;
	position: relative;
	cursor: default;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.caption-img-1 {
	background: url(../images/foto-5.png) no-repeat;
}
.caption-img-2 {
	background: url(../images/foto-6.png) no-repeat;
}
.caption-img-3 {
	background: url(../images/foto-7.png) no-repeat;
}
.caption-img-4 {
	background: url(../images/foto-8.jpg) no-repeat;
}
.caption-info {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	padding-top: 80px;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden;
}
.caption-info .title {
	position: relative;
	text-shadow: none;
	margin-bottom: 0;
	font: 15px ;
	color: #ffffff;
}
.caption-info .description {
	color: #ffffff;
	padding: 5px 0 0 0;
	font: 12px 'Arial';
	margin: 5px 50px 0 50px;
	text-shadow: none;
	border-top: 1px solid #ffffff;
}
.thumb-pad-pic .caption:hover {
	box-shadow: inset 0 0 0 110px rgba(242, 107, 93, 0.55), inset 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}
.caption:hover .caption-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/*-----*/
.newsform-box {
	background: url(../img/bg_pic2.jpg) center top fixed no-repeat;
	padding: 52px 0;
	margin-bottom: 60px;
}
.newsform-box p {
	font: 18px ;
	color: #ffffff;
	margin-bottom: 0;
	float: left;
}
.newsform-box p strong {
	font-size: 24px;
	color: #e22004;
}
.follow_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.follow_list li {
	margin-bottom: 23px;
	display: block;
}
.follow_list li span {
	float: left;
	font-size: 25px;
	color: #ce3b28;
	margin-right: 16px;
}
.follow_list li a {
	font: 18px , "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_list li a:hover {
	color: #ce3b28;
}
.who-box .col-lg-4 {
	margin-bottom: 61px;
}
.advice-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.headlines-box {
	background: #f8f8f8;
	padding-top: 58px;
	padding-bottom: 54px;
}
.banner-box {
	margin-top: 8px;
}
.banner-box .col-lg-6 {
	margin-bottom: 30px;
}
.banner-box figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.banner-box figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.banner-box figure img {
	width: 100%;
}
.banner-box hr {
	margin: 80px 0 0 0;
	border-top: 1px solid #cdcdcd;
}
.advantages-box {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 39px;
}
.advantages-box .col-lg-4 {
	margin-bottom: 80px;
}
.values-box p {
	color: #737885;
}
.welcome-box {
	padding: 92px 0 45px 0;
	margin-bottom: 58px;
	overflow: hidden;
	background: #f9f9f9;
}
.welcome-box .title {
	font: bold 48px/48px ;
	color: #262626;
	margin-bottom: 24px;
}
.welcome-box .description {
	font: bold 18px/36px ;
	color: #495060;
	margin-bottom: 7px;
}
.welcome-box p {
	margin-bottom: 44px;
}
.welcome-box .badge {
	padding: 0;
	margin: 0;
	border-radius: 100%;
	background: #e5e5e5;
	width: 135px;
	height: 135px;
	text-align: center;
	font: bold italic 140px/125px ;
	color: #ffffff;
	float: left;
	margin-right: 20px;
}
.services-box {
	background: #f8f8f8;
	padding: 66px 0 17px 0;
	margin-bottom: 65px;
}
.all-box {
	margin-bottom: 64px;
}
.all-box p {
	margin-bottom: 23px;
}
.fitness-box {
	padding-bottom: 66px;
}
.fitness-box .title {
	font: bold 45px/45px ;
	color: #f26b5d;
	margin-bottom: 33px;
}
.fitness-box p {
	margin-bottom: 32px;
}
/*-----thumbs-----*/
.thumb-pad00 {
	margin: 0 0 54px 0;
}
.thumb-pad00 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad00 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad00 .thumbnail .caption p {
	margin-bottom: 14px;
}
.thumb-pad00 figure {
	margin: 0 0 22px 0;
}
.thumb-pad00 figure img {
	width: 100%;
}
.thumb-pad00 figure a {
	position: relative;
	display: block;
	overflow: hidden;
}
.thumb-pad00 figure a em {
	position: absolute;
	top: -400px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad00 figure a em span {
	background: url(../img/zoom.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.thumb-pad00 figure a:hover em {
	top: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad0 {
	margin: 0 0 45px 0;
	overflow: hidden;
}
.thumb-pad0:hover figure img {
	margin-top: -52px;
}
.thumb-pad0:hover .btn-default.btn4 {
	color: #495060 !important;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0 0 0 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail .caption p {
	margin: 0 0 14px 0;
}
.thumb-pad0 .thumbnail .caption .title {
	font: 22px/24px ;
	color: #495060;
	margin-bottom: 9px;
}
.thumb-pad0 figure {
	margin: 0 9px 0 0;
	float: left;
	width: 52px;
	height: 52px;
	overflow: hidden;
}
.thumb-pad1 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad1.indent {
	margin-bottom: 42px;
}
.thumb-pad1.indent figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
	text-align: center;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	border-radius: 0;
}
.thumb-pad1 .thumbnail .caption a {
	font: bold 18px ;
	color: #f26b5d;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #262626;
	background: none;
}
.thumb-pad1 figure {
	margin: 0 0 24px 0;
	border-radius: 100%;
}
.thumb-pad1 figure a {
	display: block;
	border-radius: 100%;
	position: relative;
}
.thumb-pad1 figure a em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.25s ease-in;
	transition: all 0.25s ease-in;
}
.thumb-pad1 figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.thumb-pad1 figure a:hover em {
	box-shadow: inset 0 0 0 140px rgba(242, 107, 93, 0.55);
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
.thumb-pad1 figure img {
	border-radius: 100%;
}
.thumb-pad2 {
	margin: 0 0 61px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	background: #f26b5d;
	border-radius: 6px;
}
.thumb-pad2 .thumbnail .caption > div {
	padding: 0 0 5px 0;
}
.thumb-pad2 .thumbnail .caption .title {
	margin: 0 0 17px 0;
	color: #ffffff;
	background: #f68f83;
	border-radius: 6px 6px 0 0;
	padding-left: 37px;
	font: bold 24px/52px ;
}
.thumb-pad2 .thumbnail .caption p {
	color: #ffffff;
	padding-left: 37px;
}
.thumb-pad2 figure {
	margin: 0;
}
.thumb-pad2 figure img {
	width: 100%;
	border-radius: 6px;
}
.thumb-pad3 {
	overflow: hidden;
	margin-bottom: 40px;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #979797;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption h5 {
	margin-bottom: 7px;
}
.thumb-pad3 figure {
	margin: 0 0 32px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.popular-box {
	padding-bottom: 18px;
	margin-bottom: 44px;
	border-bottom: 1px solid #e8e8e8;
}
.popular-box.indent {
	border-bottom: none;
	margin-bottom: 56px;
	padding-bottom: 0;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
/*.thumb-pad4 .thumbnail .caption .btn-default.btn2 {
	margin-top: 20px;
}*/
.thumb-pad4 figure {
	margin: 0 0 43px 0;
}
.thumb-pad4 figure img {
	width: 100%;
	border-radius: 6px;
}
.thumb-pad5 {
	margin: 0 0 26px 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	color: #979797;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption .title {
	font: bold 18px/24px ;
	color: #f26b5d;
}
.thumb-pad5 figure {
	margin: 0 58px 0 0;
	float: left;
}
.thumb-pad5 figure img {
	border-radius: 100%;
}
.thumb-pad6 {
	overflow: hidden;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail a {
	font: 15px , "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #262626;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
	color: #f08211;
}
.thumb-pad6 .thumbnail p {
	color: #979797;
	margin-bottom: 9px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #979797;
}
.thumb-pad6 .thumbnail figure {
	float: left;
	margin: 7px 13px 0 0;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	display: inline-block;
	padding: 0;
	margin: 0;
	text-shadow: none;
	width: 51px;
	height: 51px;
	line-height: 51px;
	border-radius: 100%;
	border: none;
	background: #616161 url(../images/more_arrow.png) center center no-repeat;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1:hover {
	background: #999 url(../images/more_arrow.png) center center no-repeat;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 47px;
	font: 14px/42px 'Lato Italic';
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	border-radius: 5px;
	background: #0D2856;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #0D2856;
	background: #e5e5e5;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 25px;
	font: bold italic 18px/38px ;
	margin: 0;
	text-shadow: none;
	color: #262626;
	border-radius: 5px;
	background: #ffffff;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #ffffff;
	background: #f58376;
	text-decoration: none !important;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px ;
	margin: 0;
	text-shadow: none;
	color: #f08211;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 > span {
	background: url(../img/more_arrow.png) center 0 no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.btn-default.btn4:hover {
	color: #495060;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 18px ;
	margin: 0;
	text-shadow: none;
	color: #495060;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn5 > span {
	background: url(../img/more_arrow.png) center 0 no-repeat;
	width: 6px;
	height: 5px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.btn-default.btn5:hover {
	color: #f08211;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0 32px;
	font: 14px/34px , "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	color: #ffffff;
	background: #9f9f9f;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn6:hover {
	color: #ffffff;
	background: #f08211;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list1-1 {
	margin: 0 0 22px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 16px;
	padding-left: 18px;
	background: url(../img/list_point.png) left 7px no-repeat;
}
.list1-1 li a {
	font: 14px , "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #979797;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #e22004;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 25px;
}
.list1 li .badge {
	padding: 0;
	margin: 0;
	width: 69px;
	height: 69px;
	font: bold 30px/69px ;
	text-align: center;
	color: #ffffff;
	border-radius: 100%;
	background: #f26b5d;
	float: left;
	margin-right: 32px;
	margin-top: 5px;
}
.list1 li p {
	margin-top: 0;
}
.list1 li a {
	font: bold 18px ;
	color: #f26b5d;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #262626;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 12px;
	padding-left: 20px;
	background: url(../img/list_arrow.png) left 3px no-repeat;
}
.list2 li p {
	margin-bottom: 0;
}
.list2 li a {
	color: #9f9f9f;
	font: 14px , "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #262626;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 13px;
}
.list3 li a {
	font: 18px/18px ;
	color: #1e2731;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #e22004;
}
.list3 li p {
	margin-bottom: 0;
	margin-top: 14px;
}
.list3 li .extra-wrap {
	padding-top: 8px;
}
.list3 li .badge {
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 9px;
	display: inline-block;
	color: #ffffff;
	font: bold 24px/52px ;
	background: #e22004;
	border: none;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	text-align: center;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border-radius: 0;
	background: none;
	text-align: center;
	width: 35px;
	float: left;
	border: none;
	margin-right: 10px;
}
.list6 li .badge time {
	font: bold 24px/21px ;
	color: #e4351c;
}
.list6 li .badge time span {
	display: block;
	font: bold 18px/18px ;
	color: #e4351c;
	margin-top: 0;
}
.list6 li p {
	margin-bottom: 0;
	margin-top: 14px;
	color: #737885;
}
.list6 li a {
	font: 18px/18px ;
	color: #1e2731;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list6 li a:hover {
	color: #e4351c;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 33px;
}
.list8 li h3 {
	font: bold 18px/24px ;
	color: #f26b5d;
	margin-bottom: 5px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
}
#search-404 input {
	box-shadow: none;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e8e8e8;
	background: #ffffff;
	font: 14px , "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #979797;
	padding: 9px 14px;
	height: 40px;
	resize: none;
	margin-bottom: 15px;
}
#search {
	margin: 28px 0 0 0;
	position: relative;
	border-radius: 38px;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	display: inline-block;
	width: 213px;
	float: right;
}
#search a {
	position: absolute;
	float: left;
	top: 2px;
	right: 11px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 215px;
	outline: none;
	font: 14px , "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	float: left;
	color: #979797;
	background: none;
	height: 26px;
	padding: 3px 0 9px 20px;
	resize: none;
	overflow: hidden;
}
/*-----map-----*/
.map-box {
	margin: 0 0 51px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
	position: relative;
}
.map-box iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 410px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.map {
	margin: 0 0 61px 0;
	width: 100%;
	line-height: 0;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 486px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 39px;
	text-align: left;
}
.info h4 {
	margin-bottom: 14px;
}
.info h3 {
	margin-bottom: 10px;
	text-shadow:none;
}
.info p {
	margin-bottom: 3px;
	text-shadow:none;
}
.info p span {
	width: 110px;
	display: inline-block;
}
.info p a {
	color: #428bca;
	text-shadow:none;
}
.info p a:hover {
	text-decoration: underline;
}
.clsFormInput{
	font-weight:normal;
	width:90%;
	height:34px;
	resize:none;
	background:#F3F3F3;
}
.clsFormTxtArea{
	font-weight:normal;
	width:90%;
	height:120px;
	resize:none;
	border:1px solid #ccc;
	border-radius:6px;
	background:#F3F3F3;
}
.err-box {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 51px;
}
.errorBox1 {
	margin-bottom: 35px;
}
.errorBox1 .title {
	font: bold 70px/70px ;
	color: #f26b5d;
	text-transform: uppercase;
	margin-top: 38px;
	margin-bottom: 0;
}
.errorBox1 .description {
	font: 40px/40px ;
	color: #262626;
	text-transform: uppercase;
}
/*-----form-----*/
.formBox {
	padding: 48px 0 61px 0;
	background: #f9f9f9;
	margin-bottom: 51px;
}
.mail {
	color: #f26b5d;
	font: bold 18px ;
	text-decoration: none;
}
.mail:hover {
	color: #3a3a3a;
	text-decoration: none;
}


/*------------------------------------------------------media queries---------------------------------------------------------*/
/*---------------------------------------------------------------------------------------------------------------------------*/




.img-element-home {
	position: relative;
	
	/*
	width: 211px;
	height: 211px;
	*/

	width: 100%;
	height: 100%;
	

    float: left;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.img-element-home:hover {
	margin-top: -8px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.img-iconos-home{
	position: relative;
	margin: 0 auto;
	
	width: 211px;
	height: 211px;

	background-repeat: no-repeat;
  	background-size: 211px 211px;

	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img-iconos-home:hover{
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;

	background-repeat: no-repeat;
  	/*background-size: 211px 211px;*/

}

.img-iconoresultados{
	background: url(../images2020/index/ico1.png);
	
	background-repeat: no-repeat;
    background-size: 190px 190px;
    background-position-x: center;
}

.img-iconoresultados:hover {
	background: url(../images2020/index/ico1-2.png);/*ahover2*/
	
	background-size: 190px 190px;
    background-position-x: center;
  	background-repeat: no-repeat;

}

.img-iconomedicos{
	background: url(../images2020/index/ico2.png);/*home-medicos5*/
	
	background-repeat: no-repeat;
    background-size: 190px 190px;
    background-position-x: center;
}

.img-iconomedicos:hover {
	background: url(../images2020/index/ico2-2.png);/*home-medicos5hover*/
	
	background-size: 190px 190px;
    background-position-x: center;
  	background-repeat: no-repeat;

}
.img-iconodirectorio{
	background: url(../images2020/index/ico3.png);/*home-directorio-medico5*/
	
	background-repeat: no-repeat;
    background-size: 190px 190px;
    background-position-x: center;
}

.img-iconodirectorio:hover {
	background: url(../images2020/index/ico3-2.png);/*home-directorio-medico5hover*/
	
	background-size: 190px 190px;
    background-position-x: center;
  	background-repeat: no-repeat;

}
.img-iconosucursales{
	background: url(../images2020/index/ico4.png);
	
	background-repeat: no-repeat;
    background-size: 190px 190px;
    background-position-x: center;
}

.img-iconosucursales:hover {
	background: url(../images2020/index/ico4-2.png);
	
	background-size: 190px 190px;
    background-position-x: center;
  	background-repeat: no-repeat;

}
/*=====================*/

.img-iconotarfre1{ 
	background: url(../images2020/index/ico5.png);
	background-repeat: no-repeat;
    background-size: 190px 190px;
    background-position-x: center;
}

.img-iconotarfre1:hover {
	background: url(../images2020/index/ico5-2.png);/*ahover2*/

	background-size: 190px 190px;
    background-position-x: center;
  	background-repeat: no-repeat;

}
.img-iconotarfre2{ 
	background: url(../images2020/index/ico6.png);
	background-repeat: no-repeat;
	background-size: 190px 190px;
    background-position-x: center;
}

.img-iconotarfre2:hover {
	background: url(../images2020/index/ico6-2.png);/*ahover2*/

	background-size: 190px 190px;
    background-position-x: center;
  	background-repeat: no-repeat;

}
.img-iconotarfre3{ 
	background: url(../images2020/index/ico7.png);
	background-repeat: no-repeat;
	background-size: 190px 190px;
    background-position-x: center;
}

.img-iconotarfre3:hover {
	background: url(../images2020/index/ico7-2.png);/*ahover2*/

	background-size: 190px 190px;
    background-position-x: center;
  	background-repeat: no-repeat;

}

@media (min-width: 992px) and (max-width: 1219px) {
	 header {
	 text-align: center; color:#0F0;
	}
	 h1.navbar-brand_ {
	 float: none;
	}
	 nav.tm_navbar {
	 float: none;
	 display: inline-block;
	}
	 .newsform-box {
	 background: url(../img/bg_pic2.jpg) center top no-repeat;
	 text-align: center;
	}
	 .newsform-box p {
	 float: none;
	 margin-bottom: 25px;
	}
	 .form-div-1,  .form-div-2,  .form-div-3 {
	 width: 100%;
	 float: none;
	 margin-right: 0;
	}
	 .thumb-pad0 .thumbnail .caption p {
	 font-size: 14px;
	 line-height: 21px;
	}
	 .errorBox img {
	 width: 100%;
	}
	 .errorBox .title {
	 font-size: 80px;
	 line-height: 80px;
	}
	 .errorBox .description {
	 font-size: 55px;
	 line-height: 55px;
	}
	 .thumb-pad1 figure img {
	 width: 100%;
	}
	 .thumb-pad1 figure a:hover em {
	 box-shadow: inset 0 0 0 150px rgba(242, 107, 93, 0.55);
	}
	 .center-box,  .proposition-box {
	 background: #DDDFE0;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	 header {
	 text-align: center;
	}
	 h1.navbar-brand_ {
	 float: none;
	}
	 nav.tm_navbar {
	 float: none;
	 display: inline-block;
	}
	 .follow-box {
	 text-align: center;
	}
	 .follow-box .Address_icon {
	 float: none;
	 display: inline-block;
	 margin-bottom: 15px;
	}
	 .follow-box .follow_icon {
	 float: none;
	}
	 .newsform-box {
	 background: url(../img/bg_pic2.jpg) center top no-repeat;
	 text-align: center;
	}
	 .newsform-box p {
	 float: none;
	 margin-bottom: 25px;
	}
	 .tools-box .col-lg-3 > div {
	 border-right: none;
	}
	 .thumb-pad0 {
	 margin: 0 0 30px 0;
	 overflow: hidden;
	}
	 .thumb-pad0 .thumbnail .caption p {
	 font-size: 14px;
	 line-height: 21px;
	}
	 .form-div-1,  .form-div-2,  .form-div-3 {
	 float: none;
	 width: 100%;
	 margin-right: 0;
	}
	 .categories-box {
	 margin-bottom: 40px;
	}
	 .list1 li .title br {
	 display: none;
	}
	 #search {
	 float: none;
	}
	 .servicesBox .col-lg-4 {
	 margin-bottom: 0;
	}
	 .overviewBox {
	 padding: 40px 0 33px 0;
	}
	 #options {
	 margin-bottom: 20px;
	}
	 .map-box {
	 margin-top: 30px;
	}
	 .map-box figure img {
	 width: auto;
	}
	 .errorBox img {
	 width: 100%;
	}
	 .testimBox .col-lg-3 {
	 margin-bottom: 40px;
	}
	 .errorBox .title {
	 font-size: 80px;
	 line-height: 80px;
	}
	 .errorBox .description {
	 font-size: 55px;
	 line-height: 55px;
	}
	 .bookingForm {
	 margin-top: 30px;
	}
	 .thumb-pad2 .thumbnail .caption .title {
	 font-size: 15px;
	 padding-left: 15px;
	}
	 .thumb-pad2 .thumbnail .caption p {
	 font-size: 15px;
	 padding-left: 15px;
	 padding-right: 15px;
	}
	 .thumb-pad5 .thumbnail .caption {
	 overflow: visible;
	}
	 .center-box,  .proposition-box {
	 background: #DDDFE0;
	}	
	/*.clsResizeBgImg{
		background: #F0F; 
	}*/
	.thumb-pad1 figure a:hover em {
	 box-shadow: inset 0 0 0 175px rgba(242, 107, 93, 0.55);
	}
}

/*---------------------------------------------------------------------------------------------------------------------------*/
.select-menu-examenes {
	display: none;
	margin-top:-4px;
	height:33px;
}

.clsDivArtSalIndex{
	width:22%;
}

.clsDivArtSalIndex1{
	margin-left: 10px;
}

@media (max-width: 990px) {
	.select-menu-examenes {
		display: inline-block !important;
		padding-top: 4px;
		padding-right: 3px;
		padding-bottom: 4px;
		width: 100%;
		border: 1px solid #3b4348;
		background: #3b4348;
		color: #ffffff;
		cursor: pointer;
		font-size: 12px;
		vertical-align: middle;
	}

	.clsDivArtSalIndex1{
		margin-left: 10px;
	}
}
@media (max-width: 767px) {
	.select-menu {
		display: inline-block !important;
		padding-top: 4px;
		padding-right: 3px;
		padding-bottom: 4px;
		width: 100%;
		border: 1px solid #3b4348;
		background: #3b4348;
		color: #ffffff;
		cursor: pointer;
		height: 30px;
		font-size: 12px;
		vertical-align: middle;
	}

	header {
	 	text-align: center;
	}

	h1.navbar-brand_ {
	 	float: none;
	}

	h4 {
	 	font-size: 30px;
	}

	.follow-box {
	 	text-align: center;
	}

	.follow-box .Address_icon {
		float: none;
		display: inline-block;
		margin-bottom: 15px;
	}

	.follow-box .Address_icon li {
		float: none;
		margin: 0 0 10px 0;
		text-align: left;
	}

	.follow-box .follow_icon {
	 	float: none;
	}

	h1.navbar-brand_ {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	nav.tm_navbar {
		float: none;
		display: inline-block;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	nav.tm_navbar .nav {
		display: none;
	}

	.btn-default.btn1 {
		padding: 0 23px;
		font-size: 14px;
		line-height: 32px;
		font-weight: normal;
	}

	.follow-box p {
		float: none;
		margin-bottom: 15px;
	}

	.follow-box .follow_icon {
		float: none;
	}

	.newsform-box {
		background: url(../img/bg_pic2.jpg) center top no-repeat;
		text-align: center;
	}

	.newsform-box p {
		float: none;
		margin-bottom: 25px;
	}

	.tools-box .col-lg-3 > div {
		border-right: none;
	}

	.thumb-pad2 figure {
		margin: 0 20px 0 0;
		float: left;
	}

	.links-box {
		padding-bottom: 0;
	}
	 
	.links-box .col-lg-8 {
		margin-bottom: 50px;
	}
	 
	.map-box {
		margin-top: 30px;
	}
	 .map-box figure img {
	 width: auto;
	}
	 .errorBox img {
	 width: 100%;
	}
	 .thumb-pad0 {
	 margin: 0 0 30px 0;
	 overflow: hidden;
	}
	 .thumb-pad0 .thumbnail .caption p {
	 font-size: 14px;
	 line-height: 21px;
	}
	 .testimBox .col-lg-3 {
	 margin-bottom: 40px;
	}
	 .form-div-1,  .form-div-2,  .form-div-3 {
	 width: 100%;
	 float: none;
	 margin-right: 0;
	}
	 .map iframe {
	 height: 300px;
	}
	 .info {
	 margin-bottom: 50px;
	}
	 .proffesional-box {
	 padding: 70px 0;
	}
	 .proffesional-box .title {
	 font-size: 21px;
	}
	 .privacyBox {
	 margin-bottom: 50px;
	}
	 .pict {
	 background: none;
	 padding: 0 0 90px 0;
	}
	 .categories-box {
	 margin-bottom: 40px;
	}
	 .block-box article {
	 margin-bottom: 50px;
	}

	.list1 li .title br {
	 display: none;
	}

	#divFooter {
		padding: 10px;
	}

	footer {
	 text-align: center;
	 padding: 25px 0;
	}
	footer ul {
	 display: none;
	}
	.thumb-pad4 figure {
	 margin: 0 20px 0 0;
	 float: left;
	}
	 .thumb-pad4 .thumbnail .caption {
	 overflow: visible;
	}
	 .thumb-pad3 figure {
	 margin: 0 20px 0 0;
	 float: left;
	}
	 #search {
	 float: none;
	}
	 .servicesBox .col-lg-4 {
	 margin-bottom: 0;
	}
	 .overviewBox {
	 padding: 40px 0 33px 0;
	}
	 .errorBox .title {
	 font-size: 80px;
	 line-height: 80px;
	}
	 .errorBox .description {
	 font-size: 55px;
	 line-height: 55px;
	}
	 .bookingForm {
	 margin-top: 30px;
	}
	 .testimBox {
	 padding: 48px 0 0 0;
	}
	 .thumb-pad2 figure {
	 margin: 0;
	 float: none;
	}
	 .proposition-box .title {
	 font-size: 40px;
	 line-height: 40px;
	}
	 .thumb-pad2 .thumbnail .caption .title {
	 font-size: 15px;
	 padding-left: 15px;
	}
	 .thumb-pad2 .thumbnail .caption p {
	 font-size: 15px;
	 padding-left: 15px;
	 padding-right: 15px;
	}
	 .center-box,  .proposition-box {
	 background: #DDDFE0;
	}
	 .thumb-pad1 figure a:hover em {
	 box-shadow: inset 0 0 0 175px rgba(242, 107, 93, 0.55);
	}
	.clsDivArtSalIndex1{
		margin-left: 10px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
	 .thumb-pad4 figure {
	 margin: 0 0 20px 0;
	 float: none;
	}
	 .latest-box {
	 background: #f26b5d;
	}
	 .thumb-pad3 figure {
	 margin: 0 0 20px 0;
	 float: none;
	}
	 .thumb-pad5 .thumbnail .caption {
	 overflow: visible;
	}
	.clsDivArtSalIndex{
		width:30%;
	}
	.clsDivArtSalIndex1{
		margin-left: 10px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
	 .topic-box {
	 width: 100%;
	 float: none;
	}
	 .welcome-box {
	 padding: 45px 0;
	}
	 .welcome-box .col-lg-7 .extra-wrap {
	 overflow: visible;
	}
	 .welcome-box .title {
	 font-size: 30px;
	 line-height: 30px;
	}
	 .fitness-box .title {
	 font-size: 30px;
	 line-height: 30px;
	}
	 .thumb-pad5 figure {
	 margin: 0 0 20px 0;
	 float: none;
	}
	.clsDivArtSalIndex{
		width:48%;
	}
	.clsDivArtSalIndex1{
		margin-left: 0px;
	}
}/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
	 h1.navbar-brand_ a img {
	 width: 100%;
	}
	 .tools-box .col-lg-3 {
	 width: 100%;
	 float: none;
	}
	 .baner-box {
	 width: 100%;
	 float: none;
	}
	 .trainerBox {
	 width: 50%;
	}
	 .overviewBox .col-xs-6 {
	 width: 100%;
	 float: none;
	}
	 .projects-box .col-xs-6 {
	 width: 100%;
	 float: none;
	}
	 .center-box .col-lg-3 {
	 /*width: 48%;*/
	 float: left;

	}

	.img-iconos-home{
		width: 111px;
		height: 111px;

	  	background-size: 111px 111px;

	}
	.img-iconos-home:hover{
		background-repeat: no-repeat;
  		background-size: 111px 111px;
	}
		

	 #search-404 {
	 width: 283px;
	}
	 #search-404 input {
	 width: 247px;
	}
	 .errorBox .title {
	 font-size: 40px;
	 line-height: 40px;
	}
	 .errorBox .description {
	 font-size: 30px;
	 line-height: 35px;
	}
	 .pad1Box {
	 width: 100%;
	 float: none;
	}
	 .testimBox .col-xs-6 {
	 width: 100%;
	 float: none;
	}
	 .thumb-pad1 figure a:hover em {
	 box-shadow: inset 0 0 0 217px rgba(242, 107, 93, 0.55);
	}
	.clsResizeBgImg{
		background-size: auto auto; 
		background-position:50% 0%;
		
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

	}
	.clsDivArtSalIndex{
		width:48%;
	}
	.clsDivArtSalIndex1{
		margin-left: 0px;
	}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
	 h1.navbar-brand_ a img {
	 width: 100%;
	}
	 .trainerBox {
	 width: 100%;
	 float: none;
	}
	 .about-box .col-xs-6 {
	 width: 100%;
	 float: none;
	}
	 .thumb-pad1 figure a:hover em {
	 box-shadow: inset 0 0 0 140px rgba(242, 107, 93, 0.55);
	}
	.img-iconos-home:hover{
		background-repeat: no-repeat;
  		background-size: 111px 111px;
	}
	.clsDivArtSalIndex{
		width:48%;
	}
	.clsDivArtSalIndex1{
		margin-left: 0px;
	}

}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 63px;
}
.padBot {
	padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
input{
	padding:4px;
	background:#FFF;
	border:1px solid #CCC;
	border-radius:4px;
}
.ui-widget{padding-left:15px;}
.ui-widget h1{ padding-left:6px; font:Verdana, Geneva, sans-serif; font-size:16px; font-weight:800; color:#000; }
.ui-widget label{ padding-left:6px; font:Verdana, Geneva, sans-serif; font-size:14px; font-weight:normal; color:#000; }
.ui-widget select {
	height:22px;
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 1px 0 #ccc, 0 -1px #fff inset;
    background:#FFF;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    cursor:pointer;
}
/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

#tblSalud td{
	height:55px;
	padding:2px;
	padding-top:4px;
	padding-bottom:4px;
	
}
.caption {
	font-size:16px;
}
.caption h1{
	font-size:24px;
	color:#333;
}

hr{
	border:0;
	border-bottom:1px solid #F3F3F3;
	width:80%;
	margin:5%;
	margin-left:10%;
	margin-right:10%;
}

.elemSecc2{
	width: 240px; 
	height: 280px;
	overflow:hidden;
	float: inherit;
	
	position:relative;
	float:left;
	text-align:center;
	letter-spacing:1px;

	color:#666;
	font-size:24;
	font-weight:500;
	background-color:#F2F2F2;
	
	-webkit-transition: all .9s ease-out;
	-moz-transition: all .9s ease-out;
	-o-transition: all .9s ease-out;
	transition: all .9s ease-out;

}
.elemSecc2:hover{
	color:#666;
	background-color:#E2E2E2;
	-webkit-transition: all .9s ease-out;
	-moz-transition: all .9s ease-out;
	-o-transition: all .9s ease-out;
	transition: all .9s ease-out;
}

.img-icono1{
	position: relative;
	width: 200px;
	height: 188px;
    margin: 0px 20px 20px 20px;
	background: url(../images2020/index/ico5.png);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img-icono1:hover {
	background: url(../images2020/index/ico5-2.png);/*#16a3f5*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.img-icono2{
	position: relative;
	width: 200px;
	height: 188px;
    margin: 0px 20px 20px 20px;
	background: url(../images2020/index/ico6.png);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img-icono2:hover {
	background: url(../images2020/index/ico6-2.png);/*#16a3f5*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}	

.img-icono3{
	position: relative;
	width: 200px;
	height: 188px;
    margin: 0px 20px 20px 20px;
	margin-bottom: 20px;
	background: url(../images2020/index/ico7.png);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img-icono3:hover {
	background: url(../images2020/index/ico7-2.png);/*#16a3f5*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.img-icono4{
	position: relative;
	width: 200px;
	height: 188px;
    margin: 0px 20px 20px 20px;
	margin-bottom: 20px;
	background: url(../images2020/index/ico8.png.png);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.img-icono4:hover {
	background: url(../images2020/index/ico8-2.png);/*#16a3f5*/
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.img-iconogral{
	position: relative;
	width: 100%;
	height: 145px;
}

#divSeccion3{
	width:93%; height:60px; margin-top:40px;
	position:relative;
	margin-left:auto;
	margin-right:auto;

}
#divSeccion3 a:link{
	text-decoration:none;
	color:#093;
}
#divSeccion3 a:visited{
	text-decoration:none;
	color:#093;
}
#divSeccion3 a:hover{
	text-decoration:none;
	color:#F90;
}

#divSeccion4{
	width:100%; height:300px; font-size:10px; border:0px solid #FFF; padding-top:0px; margin-bottom:20px; padding-left:90px; padding-right:90px;
	position:relative;
	margin-left:auto;
	margin-right:auto;

}
.elemSecc4{

	font-weight:normal;
	font-size:18px;
	color:#FFF;
	vertical-align:middle;
	
	float:left;
	position:relative;
	text-align:center;
	letter-spacing:1px;
}
/*-------------textArticle hover--------------------------------------------------------------*/

.container1{
	width: 235px; 
	height: 230px;
	overflow:hidden;
	position:relative;
}
.textArticle{
	background:rgba(0,0,0,0.7);
	top:200px;
	color:white;
	font-size:13px;
	width:100%;
	height:230px;
	line-height:18px;
	position:absolute;
	/* CSS3 Transition Magic */
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.textArticle label{
	font-size:16px;
	line-height:24px;
}
.textArticle div{
	padding-left:10px; padding-top:3px;
}
.textArticle a:link, a:visited{
	color:#fff;
	display:inherit;
	text-decoration:none;
	/* CSS3 Transition Magic */
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .4s ease-out;
	opacity:.9;
}
.textArticle a:hover{
	color: #FFF;
	text-decoration:none;
	opacity:1;
}
.container1:hover .textArticle{
	top:0px;
	opacity:1;
}
.container1 img{
	opacity:.6;
	-webkit-transition: all .9s ease-out;
	-moz-transition: all .9s ease-out;
	-o-transition: all .9s ease-out;
	transition: all .9s ease-out;
}
.container1:hover img{
	opacity:1;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/*-------------fin textArticle hover--------------------------------------------------------------*/

#divTituloModulo{
	float:left;
	width:100%;
	height:auto;
	
	margin: 0px;
	padding:0px;
	/*background:#FFF;*/
	display:inline-block;
	
}
.img-icono-titulo {
	position: relative;
	width: 147px;
	height: 147px;
	margin:0px 0px 0px -10px;
	background-image: url(../images2020/resultados/ico1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.img-icono-titulo span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.img-icono-titulo:hover {
	background: url(../images2020/resultados/ico1-2.png);/*#16a3f5*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.img-icono-titulo span:hover {
	position: absolute;
	top: 0;
	left: 0;
	border: 0px solid #7ecefd;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.contenido1{
	width:100%;
	height:100%;

	padding:10px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.contenido1:hover{
	background: #EEF4FA;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.Iconoint{
	font-size:18px;
	color:#008FFF; 
	padding:0px;
	background:url(../images/icono-pages-normal.png) no-repeat;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	

}

.contenido1:hover .Iconoint{
	background:url(../images/icono-pages-hover.png) no-repeat;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.lista{
	float:left;
	margin-left:-20px;
}
.textpage{
	width:100%;
	/*margin:0px 40px 0px 90px;*/ 
	font-size:14px; 
	
	color:#818181;
	display:inline-block;
	text-align: justify;
}

.textpage a{
	float:left;
	margin:5px;
}

.textpage2 a{
	margin:5px;
}

.clsDivBgLaterales{
	/*margin-top:30px; margin-left:80px;*/
	float:left;
	width:80%;
	background: url(../images/lineader.png) right repeat-y;
	padding-right:50px;
}

.clsBordeIzq{
	/*float:left;
	border:0px solid #000;
	width:40px;
	height:300px;
	display:block;*/
	background: url(../images/lineaizq.png) left repeat-y;
	padding-left:50px;
}
/*.clsBordeDer{
	float:left;
	border:0px solid #000;
	width:40px;
	height:300px;
	display:block;
	background: url(../images/lineader.png) center repeat-y;
}*/
/*------------------RESULTADOS----------------------------*/

.nuevatabla-resultados{
font-size: 18px;
font-weight: bold;
background-color: #F0F0F0;
color: #10315E;
font-family:  Arial;
text-align:left;
margin-left:10px;
width:50%;

}

.tabla-resultados{
font-size: 18px;
font-weight: bold;
background-color: #F0F0F0;
color: #10315E;
font-family:  Arial;
text-align:left;
margin-left:10px;
width:50%;

}

.tabla {
padding: 60px;
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #44E9BA;
}

#divtexttabla{
	
	font-size:14px;
	font-weight:100;
	text-align:left;
	color: #808080;
	margin-top:30px;
	margin-left:10px;
	
}

.clsItemForm{
	width:90%;

	font-size:14px;
	font-weight:300;
	text-align:left;
	color: #151516;
	margin-top:10px;
	margin-left:10px;
}
.clsDivConEmp{
	float: left;
	width:220px; height:auto; margin:4 auto 4 auto; /*margin-bottom:10px;*/
}
.clsDivConEmp input[type="text"]{
	width:100% /*160px*/; 
	height:40px; font-size:18px; border-radius:5px; border: 1px solid #ccc;
}
.clsDivConEmp textarea{
	width:99% /*160px*/; 
	height:170px; font-size:18px; border-radius:5px; border: 1px solid #ccc;
}
.clsItFo1{
	width:32%;
}
.clsItFo2{
	width:48.5%;
}
.clsItFo3{
	width:99%;
}

#divPadre{
	
	font-size:14px;
	font-weight:200;
	color: #F0F0F0;
	background:#00F;  border: solid 5px #000;   height:530px;
	width:auto; position:relative; margin-left:auto; margin-right:auto;
}

.color {
	width:350px;
	border:2px solid #F0F0F0;
	padding:15px;
	background-color:#F0F0F0;
	float:left; 
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;

}

.color:hover{
	padding:15px;
	background: #EEF4FA;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;

}

.iconotabla{
	width:500px;
	/*height:80px;*/
	font-size:18px;
	text-align:left;
	color:#0177D4; 
	padding:0px;
	/*background:url(../images/icono-pages-normal.png) no-repeat;*/
	/*-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;*/
	/*margin-right:10px;*/
	display: inline-block;
}

.clsIco1Res {
	position: relative;
	width: 147px;
	height: 147px;
	margin:10px;
	background-image: url(../images2020/resultados/ico1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco1Res:hover {
	background: url(../images2020/resultados/ico1-2.png);/*#16a3f5*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco2Res {
	float: left;
	position: relative;
	width: 106px;
	height: 106px;
	margin:0px 0px 0px -10px;
	background-image: url(../images2020/resultados/ico2.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco2Res:hover {
	background: url(../images2020/resultados/ico2-2.png);/*#16a3f5*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco3Res {	
	float: left;
	position: relative;
	width: 106px;
	height: 106px;
	margin:0px 0px 0px -10px;
	background-image: url(../images2020/resultados/ico3.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco3Res:hover {
	background: url(../images2020/resultados/ico3-2.png);/*#16a3f5*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco1Tar {
	position: relative;
	width: 147px;
	height: 147px;
	margin:10px;
	background-image: url(../images2020/tarjetaclientefrecuente/ico1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco1Tar:hover {
	background: url(../images2020/tarjetaclientefrecuente/ico1-2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco1Art {
	position: relative;
	width: 147px;
	height: 147px;
	margin:10px;
	background-image: url(../images2020/articulosdesalud/ico1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco1Art:hover {
	background: url(../images2020/articulosdesalud/ico1-2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


.clsIco1Check {
	position: relative;
	width: 147px;
	height: 147px;
	margin:10px;
	background-image: url(../images2020/checkups/ico1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco1Check:hover {
	background: url(../images2020/checkups/ico2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco1Covid {
	position: relative;
	margin:10px;
	background-image: url(../images2020/covid/covid-19.png);
	background-position:0px 0px;
	
	border-radius: 0px;
}
/*.clsIco1Covid:hover {
	background: url(../images2020/covid/ico2.png);
}*/

/* ----------------------- */

.clsIco1InfCon {
	position: relative;
	width: 147px;
	height: 147px;
	margin:10px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;

	background-image: url(../images2020/informacionparaconvenios/ico1.png);
}
.clsIco1InfCon:hover {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;

	background: url(../images2020/informacionparaconvenios/ico1-2.png);/*#16a3f5*/
} 

.clsIcoInfCon {
	position: relative;
	width: 60px;
	height: 60px;
	margin:0 auto;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}

.clsIcoInfCon:hover {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


.clsIco2InfCon {
	background-image: url(../images2020/informacionparaconvenios/ico2.png);
}
.clsIco2InfCon:hover {
	background: url(../images2020/informacionparaconvenios/ico2-2.png);/*#16a3f5*/
}

.clsIco3InfCon {
	background-image: url(../images2020/informacionparaconvenios/ico3.png);
}
.clsIco3InfCon:hover {
	background: url(../images2020/informacionparaconvenios/ico3-2.png);/*#16a3f5*/
}

.clsIco4InfCon {
	background-image: url(../images2020/informacionparaconvenios/ico4.png);
}
.clsIco4InfCon:hover {
	background: url(../images2020/informacionparaconvenios/ico4-2.png);/*#16a3f5*/
}

.clsIco5InfCon {
	background-image: url(../images2020/informacionparaconvenios/ico5.png);
}
.clsIco5InfCon:hover {
	background: url(../images2020/informacionparaconvenios/ico5-2.png);/*#16a3f5*/
}

.clsIco6InfCon {
	background-image: url(../images2020/informacionparaconvenios/ico6.png);
}
.clsIco6InfCon:hover {
	background: url(../images2020/informacionparaconvenios/ico6-2.png);/*#16a3f5*/
}

.fondoIcono{
	width:80px;
	height:80px;
	font-size:18px;
	color:#0177D4; 
	padding:0px;
	background:url(../images/icono-pages-normal.png) no-repeat;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	position:relative; margin:0 auto; border:0px solid red;
}

.tablacolor:hover .iconotabla{
	background:url(../images/icono-pages-hover.png) no-repeat;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.iconotablaart{
	padding:0px;
	background:url(../images/icono-pages-normal.png) no-repeat;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	/*margin-right:10px;*/
}
	
.button {
  border: 1px solid #dedede;
  border-radius: 5px;
  color: #008FFF;
  display: inline-block;
  font: bold 14px HelveticaNeue, Arial;
  padding: 8px 11px;
  text-decoration: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.buttonResult:link, .buttonResult:visited{
  background: #008FFF;
  color: #FFF;
  margin-top:20px; 
  margin-left:0px;
  text-decoration:none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.buttonResult:hover{
  background: #003475;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  
}

.button .exam{
  background: #008FFF;
  color: #FFF;
  margin:20px 10px 40px 10px;
  text-align:center;
  text-decoration:none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;

}

.button .exam:hover{
  background: #003475;
  margin:20px 10px 40px 10px;
  text-align:center;
  text-decoration:none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;

}

.text-encima {
	color: #FFF;
	width:351px;
	height:122px;
	float: right;
}

/* Formularios Resultados , Convenios , Medicos*/

.clsForms{
	background-color: #FFF; padding:5px; margin-top:100px; vertical-align:top;
}
.clsForms a:link, a:visited{
	color: #0269d2;
}
.clsFormConvenios{
	background:url(../images/dealconv.jpg) right center no-repeat #EAEAEA;
}
.clsFormMedicos{
	background:url(../images/dealmed1.png) right center no-repeat #EAEAEA;
}

/* contacto */
.clsIframeContacto{
	width:100%; 
	height:250px;
}


/* Examenes */

.clsIco0Exa {
	position: relative;
	width: 147px;
	height: 147px;
	background-size: 100%;
	background-repeat: no-repeat;

	margin:10px;
	background-image: url(../images2020/examenes/ico0.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco0Exa:hover {
	background: url(../images2020/examenes/ico0-2.png);/*#16a3f5*/
	background-size: 100%;
	background-repeat: no-repeat;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIcoExa {
	position: relative;
	width: 60px;
	height: 60px;
	margin:0 auto;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}

.clsIcoExa:hover {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco1Exa {
	background-image: url(../images2020/examenes/ico1.png);
}
.clsIco1Exa:hover {
	background: url(../images2020/examenes/ico1-2.png);/*#16a3f5*/
}

.clsIco2Exa {
	background-image: url(../images2020/examenes/ico2.png);
}
.clsIco2Exa:hover {
	background: url(../images2020/examenes/ico2-2.png);/*#16a3f5*/
}

.clsIco3Exa {
	background-image: url(../images2020/examenes/ico3.png);
}
.clsIco3Exa:hover {
	background: url(../images2020/examenes/ico3-2.png);/*#16a3f5*/
}

.clsIco4Exa {
	background-image: url(../images2020/examenes/ico4.png);
}
.clsIco4Exa:hover {
	background: url(../images2020/examenes/ico4-2.png);/*#16a3f5*/
}

.clsIco5Exa {
	background-image: url(../images2020/examenes/ico5.png);
}
.clsIco5Exa:hover {
	background: url(../images2020/examenes/ico5-2.png);/*#16a3f5*/
}

.clsIco6Exa {
	background-image: url(../images2020/examenes/ico6.png);
}
.clsIco6Exa:hover {
	background: url(../images2020/examenes/ico6-2.png);/*#16a3f5*/
}

.clsIco7Exa {
	background-image: url(../images2020/examenes/ico7.png);
}
.clsIco7Exa:hover {
	background: url(../images2020/examenes/ico7-2.png);/*#16a3f5*/
}

.clsIco8Exa {
	background-image: url(../images2020/examenes/ico8.png);
}
.clsIco8Exa:hover {
	background: url(../images2020/examenes/ico8-2.png);/*#16a3f5*/
}

.clsIco9Exa {
	background-image: url(../images2020/examenes/ico9.png);
}
.clsIco9Exa:hover {
	background: url(../images2020/examenes/ico9-2.png);/*#16a3f5*/
}

.clsIco10Exa {
	background-image: url(../images2020/examenes/ico10.png);
}
.clsIco10Exa:hover {
	background: url(../images2020/examenes/ico10-2.png);/*#16a3f5*/
}


/*------------------------------*/

.clsIco1Suc {
	position: relative;
	width: 147px;
	height: 147px;
	margin:10px;
	background-image: url(../images2020/sucursales/ico1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco1Suc:hover {
	background: url(../images2020/sucursales/ico1-2.png);/*#16a3f5*/
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco1Con {
	margin:10px;
	position: relative;

	width: 147px;
	height: 147px;
	background-size: 100%;
	background-repeat: no-repeat;

	background-image: url(../images2020/conozcanos/ico1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco1Con:hover {
	background: url(../images2020/conozcanos/ico1-2.png);
	background-size: 100%;
	background-repeat: no-repeat;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco2Con {
	float: left;
	position: relative;
	width: 51px;
	height: 51px;
	margin:0px 10px 10px 0px;
	background-image: url(../images2020/conozcanos/ico2.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco2Con:hover {
	background: url(../images2020/conozcanos/ico2-2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco3Con {
	float: left;
	position: relative;
	width: 51px;
	height: 51px;
	margin:0px 10px 10px 0px;
	background-image: url(../images2020/conozcanos/ico3.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco3Con:hover {
	background: url(../images2020/conozcanos/ico3-2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco4Con {
	float: left;
	position: relative;
	width: 51px;
	height: 51px;
	margin:0px 10px 10px 0px;
	background-image: url(../images2020/conozcanos/ico4.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco4Con:hover {
	background: url(../images2020/conozcanos/ico4-2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco5Con {
	float: left;
	position: relative;
	width: 51px;
	height: 51px;
	margin:0px 10px 10px 0px;
	background-image: url(../images2020/conozcanos/ico5.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco5Con:hover {
	background: url(../images2020/conozcanos/ico5-2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco6Con {
	float: left;
	position: relative;
	width: 51px;
	height: 51px;
	margin:0px 10px 10px 0px;
	background-image: url(../images2020/conozcanos/ico6.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco6Con:hover {
	background: url(../images2020/conozcanos/ico6-2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


/* Calidad */

.clsIco1Cal {
	margin:10px;
	position: relative;
	width: 147px;
	height: 147px;
	background-size: 100%;
	background-repeat: no-repeat;

	background-image: url(../images2020/calidad/ico1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco1Cal:hover {
	background: url(../images2020/calidad/ico1-2.png);
	background-size: 100%;
	background-repeat: no-repeat;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco2Cal {
	float: left;
	position: relative;
	width: 51px;
	height: 51px;

	margin:0px 10px 10px 0px;
	background-image: url(../images2020/calidad/ico2.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco2Cal:hover {
	background: url(../images2020/calidad/ico2-2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco3Cal {
	float: left;
	position: relative;
	width: 51px;
	height: 51px;
	margin:0px 10px 10px 0px;
	background-image: url(../images2020/calidad/ico3.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco3Cal:hover {
	background: url(../images2020/calidad/ico3-2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco1Conta {
	position: relative;
	width: 147px;
	height: 147px;
	background-size: 100%;
	background-repeat: no-repeat;

	margin:10px;
	background-image: url(../images2020/contacto/ico1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco1Conta:hover {
	background: url(../images2020/contacto/ico1-2.png);
	background-size: 100%;
	background-repeat: no-repeat;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


.clsSelects{
	width:100%;
}
.clsConSucursales{
	width:99.7%;
	float:left;
	padding:6px;
	background:#F0F0F0;
	border-radius:4px;
}
.clsAlfabetoLetra{
	float:left;
	padding:8px;
	
	background: #0D2856;
	/*background: rgba(73,155,234,1);
	background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(8,49,92,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(8,49,92,1)));
	background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(8,49,92,1) 100%);
	background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(8,49,92,1) 100%);
	background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(8,49,92,1) 100%);
	background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(8,49,92,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#08315c', GradientType=0 );*/
	
	border-top:1px solid #036;
	border-left:1px solid #036;
	border-bottom:1px solid #036;
}
.clsAlfabetoLetra:hover{
	background:#03C;
}
.clsAlfabetoRightBorder{
	border-right:1px solid #036;	
}
.clsAlfabetoLetra a{
	color:#FFF;
	font-weight:normal;
	font-size:14px;
	text-shadow:none;
	text-decoration:none;
}
.clsAlfabetoLetra a:link{
	color:#FFF;
}
.clsAlfabetoLetra a:visited{
	color:#FFF;
}
.clsAlfabetoLetra a:hover{
	text-decoration:underline;
}
.clsDivExamen{
	float:left; background:#fff; 
	border:1px solid #CCC;
	margin:0;
	margin-left:-1px;
	margin-top:-1px;
	display:table;
	
	-webkit-transition: all 0.5s ease-in-out;
 	transition: all 0.5s ease-in-out; 

}
.clsDivExamen:hover{
	background:#E5E5E5;
	
	-webkit-transition: all 0.5s ease-in-out;
 	transition: all 0.5s ease-in-out;
}
.clsDivExaTitle{
	font-size:16px; color:#999; border:0px solid #093; 
	float:left; width:100%; height:80px; text-align:center; display:table; padding-top:10px; padding:3px;
}
.clsDivExaTitle span{
		/*display:table-cell; vertical-align:middle;*/
}
.clsContenedorIcoExamen{
	float:left;
	width:100%;
	text-align:center;
}
.clsDivIcoExamen{
	width:80px;
	height:80px;
	border-radius:40px;
	padding:0px;
	margin:0 auto;
	/*background:url(../images/icono-pages-normal.png) no-repeat ;*/
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clsImgIcoExamen{
	margin-top:7px;
}
.clsDivIcoExamen2{
	width:80px;
	height:80px;
	border-radius:40px;
	text-align:center;
	padding:0px;
	float:left;
	/*background:url(../images/icono-pages-normal.png) no-repeat ;
	background:#126ccf;*/
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clsImgIcoExamen2{
	margin-top:7px;
}

.clsDivExaTitle2{
	font-size:16px; color:#126ccf; border:0px solid #093; 
	float:left; width:70%; height:80px; display:table; margin-left:20px;
}
.clsDivExaTitle2 span{
	display:table-cell; vertical-align:middle;
}
.clsDivExaDes{
	float:left; width:96%; height:160px; font-size:14px; color:#999; display:block; padding:8px;	
}
.clsLabelDetExa{
	color:#126ccf;
}
@media print {
    .noPrint {
		display:none;
		visibility:hidden;
    }
}

.nvoexam{
	margin-bottom:50px;
	float:left;
	width:70%;
}	

.textpageexmn{
	width:100%;
	/*margin:0px 40px 0px 90px;*/ 
	font-size:14px; 
	
	color:#818181;
	display:inline-block;
}

.textpageexmn a{
	margin:5px;
	color:#979797;
}


/* CABECERA ARTICULOS */
.clsContenedorCabeceraLinks{
	width:100%; height:35px; text-align:left; margin-bottom:0px; padding:0px; border-top:1px solid #CCC; border-bottom:1px solid #CCC; 
}
.clsCabeceraLinks{
	float:left; width:auto; height:auto; display:inline-block; padding:3px; padding-right:8px; margin-right:5px; border-right:1px solid #CCC; font-size:11px;
}
.clsCabeceraLinks img{
	margin-right:3px;
}
.clsCabeceraLinks a:link, a:visited{
	color:#06F;
}
.clsCabeceraLinks a:hover{
	color:#00CC66;
}
.clsContenedorOtrosArticulosPadre{
	width:100%; height:92px; overflow-y:hidden; overflow-x:auto; margin-top:0px; padding-bottom:10px; background-color:#FFF;
}
.clsContenedorOtrosArticulos{
	width:1300px; height:92px; 
}
.clsDivMasArticulos{
	width:50px; height:50px; position:absolute; right:5px; top:58px; visibility:hidden;  /*background:#FFF; border:1px solid #CCC; border-radius:6px;*/
}
.clsDivLetreroCuantosArticulos{
	font:Arial, Helvetica, sans-serif;
	font-size:35px;
	color:#0066CC; 
	margin:15px;
	margin-top:20px;
	width:auto;
	text-align:left;
}
.ControlTitle{
	padding:6px;
	color:#fff;
	background-color:#03517F;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}
.OtroArticulo{
	width:100%;
	height:79px;
	border:0px;
	border-bottom:2px solid  #1C3A70;
	padding:5px;
	padding-left:150px; 
	display:table-cell; 
	vertical-align:middle; 
	font-weight:bold; font-size:15px;
}
.OtroArticulo:hover{
	color:#00F;
}

.ControlTitle2{
	padding:6px;
	padding-left:10px;
	color:#999;
	background-color:;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:10px;
	border-bottom:1px solid #CCC;
}
.OtroArticulo2{
	float:left;
	background:#0F9;

	width:172px;
	height:92px;
	border:0px;
	border-bottom:0px solid  #1C3A70;
	padding:0px;
	margin-right:1px;
	display:table-cell; 
	vertical-align:middle; 
	font-weight:bold; 
	font-size:15px;
	visibility:hidden;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	opacity:0.7;
}
.OtroArticulo2:hover{
	color:#00F;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	opacity:1;
}
.OtroArticulo2Child{
	float:left;
	background-color: rgb(127, 126, 126);
    background-color: rgba(127, 126, 126, 0.8);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	
	width:171px;
	min-height:30px;
	color:#FFF;
	position:relative;
	top:62px;

}
.clsLabelArticle{
	cursor:pointer;
	margin-top:5px;
	position:relative;
}
.OtroArticulo2:hover .clsLabelArticle{
	color:#333333;
	margin-bottom:5px;
}
.OtroArticulo2Child:hover .clsLabelArticle{
	color:#333333;
	margin-bottom:5px;
}

/* FORMULARIO PIE DE PAGINA */
#divFormContTxt1{
	height:420px;
	margin:10px;
	padding-right:10px;
	padding-left:10px;
	padding-top:1px;
	padding-bottom:5px;
	text-align:left;
	vertical-align:top;
}
#divFormContTxt1 label{
	text-align:left;
	margin-top:10px;
	margin-bottom:-14px;
}
#tblRdBtns
{
	height:10px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	border-spacing:0px;
}
.clsInputFormCont{
	/*width:90%;*/
	height:30px;
	padding:4px;
	font-size:11px;
	margin-bottom:2px;
	margin-top:2px;
	display:block;
	
	color:#666;
	font-size:11px;
	letter-spacing:1px;
	border:1px solid #CCC;
	border-radius:6px;
}
@media (min-width: 992px) and (max-width: 3000px) {
	.clsInputFormCont{
		width:98%;
	}
}
@media (min-width: 200px) and (max-width: 991px) {
	.clsInputFormCont{
		width:96%;
	}
}

.clsBgPieArticulo{
	margin-top:0px; background: url(../articulos-de-salud/imagenes-cabecera/bgParteSupPie2.png) repeat-x #0269d2;	
}
.clsLinksBlancos a:link{
	color:#FFF;
}
.clsLinksBlancos a:visited{
	color:#FFF;
}

.clsJustBtnClose .ui-dialog-titlebar { 	background:none; border:none;  }
.clsJustBtnClose .ui-widget-content { background:none; }
/*.ui-button-text{ background:none; display:none; }
.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin-right: 10px;
}*/

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { display:none; }

/* TARJETAS */

.clsTblTarjetasPuntos{
	width:80%;
	border:1px solid #333333;
	border-collapse:collapse;
	border-radius:4px;
}
.clsTblTarjetasPuntos th{
	padding:3px;
	text-align:center;
	background:#5D88F2;
	color:#FFF;
}
.clsTblTarjetasPuntos td{
	padding:3px;
	background:#f3f3f3;
	border-bottom:1px solid #ccc;

}
.clsTblTarjetasPuntos tfoot td{
	padding:3px;
	background:#5D88F2;
	color:#FFF;
	border-bottom: 1px solid #000;
}

.clsLatoBI p{  	
	/*font-size: 18px;*/ 
}

/* ICONO TITULO PAGINA GENERAL */

.clsIcoTitGral {
  width: 147px;
  height: 147px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.clsIcoTitGral:hover {
  background-size: 100%;
  background-repeat: no-repeat;
}

.clsDivCheckup{
	width:24%; height: 410px; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
}
.clsDivDetCheckup{
	height: 125px; 
}
.clsDivDetCheckup1{
}
.clsDivDetCheckup2{
}
.clsDivDetCheckup3{
}
.clsDivPreCheckup{
	font-size: 22px; margin-top: 10px;
}     

.clsDivSucsCovid{
	min-height: 360px; 
}
.clsDivContSucsCovid{
	width: 280px; 
	float: left;
}

.clsDivSucsCovid1{
	/*width: 53%;*/
	width: 500px; 
	float: left; 
	padding: 10px; margin: 5px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 10px;
}
.clsDivSucsCovid2{
	width: 33%; 
	float: left; 
	padding: 10px; margin: 5px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 10px;
}

.clsDivHorariosCovid1{
	width: 160px; margin: 30px 0px 0px 0px; float: left; font-weight: normal;
}

.clsDivIntCovid{
	width: 60%; float: left; box-sizing: border-box;
}

.clsImgIntCovid{
	width: 100%;
}
.clsDiv1Int{
	text-align: left;
	height: auto;
	min-height: 150px;
	padding: 0px 15px 0px 15px;
    box-sizing: border-box;
}
.clsDiv4Int{
	min-height: 50px;
}

.clsDiv3Amex{
	width: 48%;
}
.clsDiv3ChildAmex{
	width: 100%;
}
.clsImgLineaAmex{
	/*width:100%;*/
	width:400px;
	height:110px;
	font-size: 20px;
}
.clsDivSucCercana{
	width: 50%; font-size: 20px; font-weight: bold; color: white; box-sizing:border-box; margin: 0 auto; padding: 10px; height: auto; background: #07064a; border-radius: 10px;
}
.clsDivSucCercana{
	width: 50%; font-size: 20px;
}

.clsPromocion{
	display: inline-block;
}

.clsDivPromocionDet{
	float: left; width: 70%; font-size: 24px;

}
.clsSpanNomPrue{
	font-size: 16px;
}
.clsAmexConEst{
	padding: 0px; height: auto; margin-top: 20px; border-top: 10px solid #16165d; font-size: 26px;
}
.clsAmexEst1{
	float: left; width: 50%; margin-top: -1px; margin-bottom: 10px; padding: 0px; box-sizing: border-box; border:none; border-right: 10px solid #16165d;
}
.clsAmexEst2{
	float: left; width: 50%; margin-top: -1px; margin-bottom: 10px; padding: 0px; box-sizing: border-box; border:none;
}
.clsAmexUl{
	float: left; width: 100%; text-align: left; font-size: 22px;
}
.clsDivImg1Bg{
    float: left;
    width: 100%;
    min-height: 180px;
    background: #011425 url(../images2020/aeromexico/COVID2_2.png) no-repeat;
    background-position: right top;
    background-size: 60%;
}
.clsDivImg2Bg{
    float: left;
    width: 100%;
    min-height: 180px;
    background: #011425 url(../images2020/aeromexico/COVID.png) no-repeat;
    background-position: right top;
    background-size: 60%;
}
.h3Img{
	color:#fff; text-align: left; margin: 10px; font-size: 24px;
}

.clsDivImg1EntRes{
	float: left; width: 100%; display: none;
}

.clsDivImg2EntRes{
	float: left; width: 30%; display: inline-block;
}
.divConEntRes{
	float: left; width: 70%; font-size: 24px;
}
.h3EntRes{
	color:#16165d; font-size: 26px; margin: 10px 0 15px 0;
}
.clsIcoAmex{
	width: auto;
}

/*NUEVOS SERVICIOS*/

.clsDivNuevoServicioN {
    width: 30%;
    /*max-width: 380px;*/
    /*max-height: 380px;*/
    min-height: 420px;
    text-align: left;
    float: left;
    font-size: 18px;

    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    transition: 0.3s;
    border-radius: 15px;
}
.clsDivNueSerN { 
	margin: 12px;
}
.clsDivNueSerN img{ 
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;

}
.clsPparrafo{
	min-height: 360px;
	margin: 10px 0 10px 0;
	padding: 10px;
}
.clsPparrafo2{
	text-align: center;
	margin-top: 30px;
}
.clsPparrafoN{
	min-height: 100px;
}
.clsSpanTitleNueSer{
	/*background: #023f95;*/ padding: 3px 10px 3px 0px; color: black; border-radius: 15px; font-size: 18px;
}
.clsBtnVerMasNueSer{
	background: #023f95; padding: 5px 15px 3px 10px; color: white; border-radius: 10px; font-size: 20px; margin-top: 10px;
}
.clsDivNuevoServicio{
	width:32%; max-width: 380px; max-height: 380px; text-align:center; float: left; font-size: 18px;
}
.clsDivNueSer1{
	background-image: url(../images2020/nuevosservicios/nuevos/eco1.jpg);
	background-size: 100%;
}
.clsDivNueSer1:hover{
	background-image: url(../images2020/nuevosservicios/nuevos/eco2.jpg);
}

.clsDivNueSer2{
	background-image: url(../images2020/nuevosservicios/nuevos/tomo1.jpg);
	background-size: 100%;
}
.clsDivNueSer2:hover{
	background-image: url(../images2020/nuevosservicios/nuevos/tomo2.jpg);
	/*background-image: url(../images2020/nuevosservicios/nuevos/proximamente.jpg);*/
}
.clsDivNueSer3{
	background-image: url(../images2020/nuevosservicios/nuevos/rayx1.jpeg);
	background-size: 100%;
}
.clsDivNueSer3:hover{
	background-image: url(../images2020/nuevosservicios/nuevos/rayx2.jpg);
	/*background-image: url(../images2020/nuevosservicios/nuevos/proximamente.jpg);*/
}
.clsDivNueSer4{
	background-image: url(../images2020/nuevosservicios/nuevos/mam1.jpg);
	background-size: 100%;
}
.clsDivNueSer4:hover{
	background-image: url(../images2020/nuevosservicios/nuevos/mam2.jpg);
	/*background-image: url(../images2020/nuevosservicios/nuevos/proximamente.jpg);*/
}
.clsDivNueSer5{
	background-image: url(../images2020/nuevosservicios/nuevos/electro1.jpg);
	background-size: 100%;
}
.clsDivNueSer5:hover{
	background-image: url(../images2020/nuevosservicios/nuevos/electro2.jpg);
	/*background-image: url(../images2020/nuevosservicios/nuevos/proximamente.jpg);*/
}
.clsDivNueSer6{
	background-image: url(../images2020/nuevosservicios/nuevos/BOTON-RESONANCIA-AZUL-405x405.png);
	background-size: 100%;
}
.clsDivNueSer6:hover{
	background-image: url(../images2020/nuevosservicios/nuevos/BOTON-RESONANCIA-BLANCO-405x405.png);
	/*background-image: url(../images2020/nuevosservicios/nuevos/proximamente.jpg);*/
}

.clsDivNueSer1{ border:none; border-right: 1px solid blue; border-bottom: 1px solid blue; }
.clsDivNueSer2{ border:none; border-right: 1px solid blue; border-bottom: 1px solid blue; }
.clsDivNueSer3{ border:none; border-bottom: 1px solid blue; }
.clsDivNueSer4{ border:none; border-right: 1px solid blue; }
.clsDivNueSer5{ border:none; border-right: 1px solid blue; }
.clsDivNueSer6{ border:none; }

.clsDivNuevoServicio1{
	width:28%; height: 410px; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
}

.clsDivNuevoServicio2{
	width:70%; height: 410px; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
}

.clsIco1NuevoServicio {
	position: relative;
	width: 147px;
	height: 147px;
	margin:10px;
	background-image: url(../images2020/nuevosservicios/nuevos/ico1.jpg);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
/*.clsIco1NuevoServicio:hover {
	background: url(../images2020/nuevosservicios/ico2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}*/

.clsIco2NuevoServicio {
	position: relative;
	width: 147px;
	height: 147px;
	margin:10px;
	background-image: url(../images2020/nuevosservicios/eco1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco2NuevoServicio:hover {
	background: url(../images2020/nuevosservicios/eco1.2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco3NuevoServicio {
	position: relative;
	width: 147px;
	height: 147px;
	margin:10px;
	background-image: url(../images2020/nuevosservicios/rayx1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco3NuevoServicio:hover {
	background: url(../images2020/nuevosservicios/rayx1.2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco4NuevoServicio {
	position: relative;
	width: 147px;
	height: 147px;
	margin:10px;
	background-image: url(../images2020/nuevosservicios/mamo1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco4NuevoServicio:hover {
	background: url(../images2020/nuevosservicios/mamo1.2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsIco5NuevoServicio {
	position: relative;
	width: 147px;
	height: 147px;
	margin:10px;
	background-image: url(../images2020/nuevosservicios/elec1.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco5NuevoServicio:hover {
	background: url(../images2020/nuevosservicios/elec1.2.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.clsIco6NuevoServicio {
	position: relative;
	width: 147px;
	height: 147px;
	margin:10px;
	background-image: url(../images2020/nuevosservicios/nuevos/BOTON_RESONANCIA_AZUL_147X147.png);
	background-position:0px 0px;

	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
	border-radius: 0px;
}
.clsIco6NuevoServicio:hover {
	background: url(../images2020/nuevosservicios/nuevos/BOTON_RESONANCIA_VERDE_147X147.png);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.clsDivNuevoServicioHeight{
	height: 250px;
}
.clsDivNueSerMarginLeft{
	margin-left: 18%;
}

.clsDivAntigeno{
	width:48%; height: 410px;  margin: 5px; margin-bottom:40px; float: left; font-size: 18px; background-color: #f0eeee; border-radius: 6px;
}

.clsDivAntigeno h3{
	text-align: left; margin-left: 10px; 
}

/* RESPONSIVE */
@media (max-width: 320px) {
  .clsIcoTitGral {
    width: 106px;
  }
  .clsDivAntigeno{
	width:98%; 
  }
  .clsDivCheckup{
	width:48%; margin: 2px; margin-bottom:30px; font-size: 12px; height: 240px;
  }
  .clsDivDetCheckup{
	height: 125px; 
  }
  .clsDivDetCheckup1{
  	height: 125px; 
  }
  .clsDivDetCheckup2{
  	height: 125px; 
  }
  .clsDivDetCheckup3{
  	/*height: 120px; */
  }
  .clsDivPreCheckup{
	font-size: 16px; 
  }  
  .clsDivSucsCovid{
	width: 95%; 
    min-height: 360px;
  }
  .clsDivSucsCovid2{
  	width: auto;
	min-height: 180px;
	margin: 5%;
  }

  .clsDivHorariosCovid1{
	/*width: 95%;*/
	/*margin: 30px 30% 0px 30%;*/
	margin: 45% 0 0 0;
  }
  .clsDivIntCovid{
	width: 95%;
  }
  .clsImgIntCovid{
  	width: 50%;
  }
  .clsDivContSucsCovid{
	width: 130px; 
  }

  .clsDiv3Amex{
	width: 100%;
  }
  .clsDiv3ChildAmex{
    width: 50%;
    margin: 0 auto;
  }
  .clsImgLineaAmex{
	width:150px;
	height:100px;
	font-size:12px;
  }
  .clsDivSucCercana{
	width: 90%; font-size: 12px;
  }

  .clsPromocion{
  	display: none;
  }
  .clsDivPromocionDet{
	width: 100%;
	font-size: 14px;
  }
  .clsSpanNomPrue{
	font-size: 10px;
  }
  .clsAmexConEst{
	padding-top: 15px; font-size: 20px;
  }
  .clsAmexEst1{
	width: 100%; border: 1px solid #16165d;
  }
  .clsAmexEst2{
	width: 100%; border: 1px solid #16165d;
  }
  .clsAmexUl{
	font-size: 12px;
  }
  .clsDivImg1Bg{
    background-position: right bottom;
    background-size: 60%;
  }
  .clsDivImg2Bg{
    background-position: right bottom;
    background-size: 60%;
  }
  .h3Img{
	font-size: 20px;
  }
  .clsDivImg1EntRes{
	display: inline-block;
  }
  .clsDivImg2EntRes{
	display: none;
  }
  .divConEntRes{
	width: 100%; font-size: 12px;
  }
  .h3EntRes{
	font-size: 16px;
  }
  .clsIcoAmex{
	width: 120px;
  }

	.clsDivNuevoServicio{
		width:95%;
	}
	.clsDivNueSer1{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer2{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer3{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer4{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer5{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer6{ border:none; /*border-bottom: 1px solid blue;*/ }

	.clsDivNuevoServicioN{
		width:90%;
	}
	.clsPparrafo{
		min-height: 220px;
	}
	.clsPparrafoN{
		min-height: 250px;
	}
	.clsDivNuevoServicio1{
		width:95%; height: 410px; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
	}

	.clsDivNuevoServicio2{
		width:95%; height: 410px; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
	}
	.clsDivNuevoServicioHeight{
		height: 180px;
	}
	.clsDivNueSerMarginLeft{
		margin-left: 0;
	}
	.clsItFo1{
		width:96%;
	}
	.clsItFo2{
		width:96%;
	}
	.clsDivConEmp textarea{
		width:90%; 
	}
}

@media (min-width: 350px) {
  .clsIcoTitGral {
    width: 106px;
  }
  .clsDivAntigeno{
	width:98%; 
  }

  .clsDivCheckup{
	width:48%; margin: 2px; margin-bottom:30px; font-size: 12px; height: 240px;
  }
  .clsDivDetCheckup{
	height: 100px; 
  }
  .clsDivDetCheckup1{
  	height: 90px; 
  }
  .clsDivDetCheckup2{
  	height: 90px; 
  }
  .clsDivDetCheckup3{
  	/*height: 120px; */
  }
  .clsDivPreCheckup{
	font-size: 16px; 
  }  
  .clsDivSucsCovid{
	width: 95%;
    min-height: 300px;
  }
  .clsDivSucsCovid2{
  	width: 95%;
	min-height: 160px;
	margin: 2%;
  }
  .clsDivHorariosCovid1{
	/*width: 95%;*/
	/*margin: 30px 30% 0px 30%;*/
	margin: 14px 0 0 0;
  }
  .clsDivIntCovid{
	width: 95%;
  }
  .clsImgIntCovid{
  	width: 40%;
  }
  .clsDivContSucsCovid{
	width: 130px; 
  }

  .clsDiv3Amex{
	width: 100%;
  }
  .clsDiv3ChildAmex{
    width: 50%;
    margin: 0 auto;
  }
  .clsImgLineaAmex{
	width:150px;
	height:100px;
	font-size:12px;
  }
  .clsDivSucCercana{
	width: 90%; font-size: 12px;
  }

  .clsPromocion{
  	display: none;
  }

  .clsDivPromocionDet{
	width: 100%;
	font-size: 14px;
  }
  .clsSpanNomPrue{
	font-size: 10px;
  }
  .clsAmexConEst{
	padding-top: 15px; font-size: 20px;
  }
  .clsAmexEst1{
	width: 100%; border: 1px solid #16165d;
  }
  .clsAmexEst2{
	width: 100%; border: 1px solid #16165d;
  }
  .clsAmexUl{
	font-size: 12px;
  }
  .clsDivImg1Bg{
    background-position: right bottom;
    background-size: 60%;
  }
  .clsDivImg2Bg{
    background-position: right bottom;
    background-size: 60%;
  }
  .h3Img{
	font-size: 20px;
  }
  .clsDivImg1EntRes{
	display: inline-block;
  }
  .clsDivImg2EntRes{
	display: none;
  }
  .divConEntRes{
	width: 100%; font-size: 12px;
  }
  .h3EntRes{
	font-size: 16px;
  }
  .clsIcoAmex{
	width: 120px;
  }
  
  	.clsDivNuevoServicio{
		width:95%;
	}
	.clsDivNueSer1{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer2{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer3{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer4{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer5{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer6{ border:none; /*border-bottom: 1px solid blue;*/ }

	.clsDivNuevoServicioN{
		width:90%;
	}
	.clsPparrafo{
		min-height: 190px;
	}
	.clsPparrafoN{
		min-height: 220px;
	}
  	.clsDivNuevoServicio1{
		width:98%; height: auto; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
	}

	.clsDivNuevoServicio2{
		width:98%; height: auto; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
	}
	.clsDivNuevoServicioHeight{
		height: 180px;
	}
	.clsDivNueSerMarginLeft{
		margin-left: 0;
	}
	.clsItFo1{
		width:96%;
	}
	.clsItFo2{
		width:96%;
	}
	.clsDivConEmp textarea{
		width:96.5%; 
	}
}

@media (min-width: 558px) {
  .clsIcoTitGral {
    width: 106px;
  }
  .clsDivAntigeno{
	width:48%; 
  }

  .clsDivCheckup{
	width:48%; margin: 2px; margin-bottom:30px; font-size: 14px; height: 350px;
  }
  .clsDivDetCheckup{
	height: 140px; 
  }
  .clsDivDetCheckup1{
  	height: 120px; 
  }
  .clsDivDetCheckup2{
  	height: 120px; 
  }
  .clsDivDetCheckup3{
  	height: 120px; 
  }

  .clsDivPreCheckup{
	font-size: 18px; 
  }  
  .clsDivSucsCovid{
	width: 95%; 
    min-height: 360px;
  }
  .clsDivSucsCovid2{
  	width: 95%;
	min-height: 180px;
    margin: 10px 25% 0px 25%;
  }

  .clsDivHorariosCovid1{
    margin: 14px 30% 0px 30%;
  }
  .clsDivIntCovid{
	width: 95%;
  }
  .clsImgIntCovid{
  	width: 30%;
  }
  .clsDivContSucsCovid{
	width: 130px; 
  }

  .clsDiv3Amex{
	width: 32%;
  }
  .clsDiv3ChildAmex{
    width: 50%;
    margin: 0 auto;
  }
  .clsImgLineaAmex{
	width:240px;
	height:150px;
	font-size: 15px;
  }
  .clsDivSucCercana{
	width: 50%; font-size: 14px;
  }

  .clsPromocion{
  	display: inline-block;
  }
  .clsDivPromocionDet{
	width: 70%;
	font-size: 20px;
  }
  .clsSpanNomPrue{
	font-size: 15px;
  }
  .clsAmexConEst{
	padding-top: 0px; font-size: 22px;
  }
  .clsAmexEst1{
	width: 100%; border: 1px solid #16165d;
  }
  .clsAmexEst2{
	width: 100%; border: 1px solid #16165d;
  }
  .clsAmexUl{
	font-size: 18px;
  }
  .clsDivImg1Bg{
    background-position: right bottom;
    background-size: 60%;
  }
  .clsDivImg2Bg{
    background-position: right bottom;
    background-size: 60%;
  }
  .h3Img{
	font-size: 20px;
  }
  .clsDivImg1EntRes{
	display: none;
  }
  .clsDivImg2EntRes{
	display: inline-block;
  }
  .divConEntRes{
	width: 70%; font-size: 22px;
  }
  .h3EntRes{
	font-size: 24px;
  }
  .clsIcoAmex{
	width: 120px;
  }  

	.clsDivNuevoServicio{
		width:95%;
	}
	.clsDivNueSer1{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer2{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer3{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer4{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer5{ border:none; border-bottom: 1px solid blue; }
	.clsDivNueSer6{ border:none; /*border-bottom: 1px solid blue;*/ }

	.clsDivNuevoServicioN{
		width:45%;
		min-height: 740px;
	}
	.clsPparrafo{
		min-height: 380px;
	}
  	.clsDivNuevoServicio1{
		width:98%; height: auto; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
	}

	.clsDivNuevoServicio2{
		width:98%; height: auto; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
	}
	.clsDivNuevoServicioHeight{
		height: 200px;
	}
	.clsDivNueSerMarginLeft{
		margin-left: 18%;
	}
	.clsItFo1{
		width:99%;
	}
	.clsItFo2{
		width:99%;
	}
	.clsDivConEmp textarea{
		width:97%; 
	}
}

@media (min-width: 768px) {
  .clsIcoTitGral {
    width: 147px;
  }
  .clsDivAntigeno{
	width:48%; 
  }

  .clsDivCheckup{
	width:24%; margin: 3px; margin-bottom:30px; font-size: 16px; height: 410px;
  }
  .clsDivDetCheckup{
	height: 140px; 
  }
  .clsDivDetCheckup1{
  	height: 120px; 
  }
  .clsDivDetCheckup2{
  	height: 120px; 
  }
  .clsDivDetCheckup3{
  	height: 120px; 
  }

  .clsDivPreCheckup{
	font-size: 20px; 
  }  
  .clsDivSucsCovid{
	width: 95%; 
    min-height: 230px;
  }
  .clsDivSucsCovid2{
  	width: auto;
	min-height: 180px;
    margin: 10px 25% 0px 25%;
  }

  .clsDivHorariosCovid1{
	/*width: 28%;*/
	margin: 30px 0px 0px 30px;
  }
  .clsDivIntCovid{
	width: 95%;
  }
  .clsImgIntCovid{
  	width: 20%;
  }
  .clsDivContSucsCovid{
	width: 270px; 
  }

  .clsDiv3Amex{
	width: 32%;
  }
  .clsDiv3ChildAmex{
	width: 100%;
  }
  .clsImgLineaAmex{
	width:240px;
	height:150px;
	font-size: 18px;
  }
  .clsDivSucCercana{
	width: 50%; font-size: 14px;
  }

  .clsPromocion{
  	display: inline-block;
  }
  .clsDivPromocionDet{
	width: 70%;
	font-size: 20px;
  }
  .clsSpanNomPrue{
	font-size: 15px;
  }
  .clsAmexConEst{
	padding-top: 0px; font-size: 22px;
  }
  .clsAmexEst1{
	width: 50%; border: none; border-right: 10px solid #16165d
  }
  .clsAmexEst2{
	width: 50%; border: none;
  }
  .clsAmexUl{
	font-size: 18px;
  }
  .clsDivImg1Bg{
    background-position: right bottom;
    background-size: 60%;
  }
  .clsDivImg2Bg{
    background-position: right bottom;
    background-size: 60%;
  }
  .h3Img{
	font-size: 22px;
  }
  .clsDivImg1EntRes{
	display: none;
  }
  .clsDivImg2EntRes{
	display: inline-block;
  }
  .divConEntRes{
	width: 70%; font-size: 22px;
  }
  .h3EntRes{
	font-size: 24px;
  }
  .clsIcoAmex{
	width: auto;
  }
  
	.clsDivNuevoServicio{
		width:48%;
	}
	.clsDivNueSer1{ border:none; border-right: 1px solid blue; border-bottom: 1px solid blue; }
	.clsDivNueSer2{ border:none; border-bottom: 1px solid blue; border-right: 1px solid white; }
	.clsDivNueSer3{ border:none; border-right: 1px solid blue; border-bottom: 1px solid blue; }
	.clsDivNueSer4{ border:none; border-bottom: 1px solid blue; border-right: 1px solid white; }
	.clsDivNueSer5{ border:none; border-right: 1px solid blue; border-bottom: 0px solid blue; }
	.clsDivNueSer6{ border:none; }

	.clsDivNuevoServicioN{
		width:29%;
		/*min-height: 740px;*/
	}
	.clsPparrafo{
		min-height: 410px;
	}
	.clsDivNuevoServicio1{
		width:24%; height: 410px; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
	}

	.clsDivNuevoServicio2{
		width:70%; height: 410px; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
	}
	.clsDivNuevoServicioHeight{
		height: 200px;
	}
	.clsDivNueSerMarginLeft{
		margin-left: 18%;
	}
	.clsItFo1{
		width:32%;
	}
	.clsItFo2{
		width:48.5%;
	}
	.clsDivConEmp textarea{
		width:97%; 
	}
}

@media (min-width: 990px) {
   .clsIcoTitGral {
    width: 147px;
  }

  .clsDivAntigeno{
	width:48%; 
  }

  .clsDivCheckup{
	width:24%; margin: 5px; margin-bottom:30px; font-size: 18px; height: 410px;
  }
  .clsDivDetCheckup{
	height: 125px; 
  }
  .clsDivDetCheckup1{
  	height: 120px; 
  }
  .clsDivDetCheckup2{
  	height: 120px; 
  }
  .clsDivDetCheckup3{
  	height: 120px; 
  }

  .clsDivPreCheckup{
	font-size: 22px; 
  }  
  .clsDivSucsCovid{
	width: 43%; 
    min-height: 230px;
  }
  .clsDivSucsCovid1{
	width: 500px; 
  }
  .clsDivSucsCovid2{
  	width: auto;
	min-height: 230px;
	margin: 5px;
  }

  .clsDivHorariosCovid1{
	/*width: 28%;*/
	margin: 30px 0px 0px 0px;
  }

  .clsDivIntCovid{
	width: 43%;
  }
  .clsImgIntCovid{
  	width: 20%;
  }
  .clsDivContSucsCovid{
	width: 270px; 
  }

  .clsDiv3Amex{
	width: 32%;
  }
  .clsDiv3ChildAmex{
	width: 100%;
  }
  .clsImgLineaAmex{
	width:400px;
	height:110px;
	font-size: 20px;
  }
  .clsDivSucCercana{
	width: 50%; font-size: 16px;
  }

  .clsPromocion{
  	display: inline-block;
  }
  .clsDivPromocionDet{
	width: 70%;
	font-size: 22px;
  }
  .clsSpanNomPrue{
	font-size: 16px;
  }
  .clsAmexConEst{
	padding-top: 0px; font-size: 26px;
  }
  .clsAmexEst1{
	width: 50%; border: none; border-right: 10px solid #16165d
  }
  .clsAmexEst2{
	width: 50%; border: none;
  }
  .clsAmexUl{
	font-size: 22px;
  }
  .clsDivImg1Bg{
    background-position: right top;
    background-size: 60%;
  }
  .clsDivImg2Bg{
    background-position: right top;
    background-size: 60%;
  }
  .h3Img{
	font-size: 22px;
  }
  .clsDivImg1EntRes{
	display: none;
  }
  .clsDivImg2EntRes{
	display: inline-block;
  }
  .divConEntRes{
	width: 70%; font-size: 24px;
  }
  .h3EntRes{
	font-size: 26px;
  }
  .clsIcoAmex{
	width: auto;
  }

	.clsDivNuevoServicio{
		width:32%;
	}
	.clsDivNueSer1{ border:none; border-right: 1px solid blue; border-bottom: 1px solid blue; }
	.clsDivNueSer2{ border:none; border-right: 1px solid blue; border-bottom: 1px solid blue; }
	.clsDivNueSer3{ border:none; border-bottom: 1px solid blue; border-right: 1px solid white;}
	.clsDivNueSer4{ border:none; border-right: 1px solid blue; }
	.clsDivNueSer5{ border:none; border-right: 1px solid blue; }
	.clsDivNueSer6{ border:none; }

	.clsDivNuevoServicioN{
		width:29%;
	}
	.clsPparrafo{
		min-height: 360px;
	}
	.clsDivNuevoServicio1{
		width:26%; height: 410px; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
	}

	.clsDivNuevoServicio2{
		width:70%; height: 410px; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
	}
	.clsDivNuevoServicioHeight{
		height: 250px;
	}
	.clsDivNueSerMarginLeft{
		margin-left: 18%;
	}
	.clsItFo1{
		width:32%;
	}
	.clsItFo2{
		width:48.5%;
	}
	.clsDivConEmp textarea{
		width:99%; 
	}
}

@media (min-width: 1300px) {
  .clsIcoTitGral {
    width: 147px;
  }
  .clsDivAntigeno{
	width:48%; 
  }

  .clsDivCheckup{
	width:24%; margin: 5px; margin-bottom:30px; font-size: 18px; height: 410px;
  }
  .clsDivDetCheckup{
	height: 125px; 
  }
  .clsDivDetCheckup1{
  	height: 110px; 
  }
  .clsDivDetCheckup2{
  	height: 110px; 
  }
  .clsDivDetCheckup3{
  	height: 110px; 
  }

  .clsDivPreCheckup{
	font-size: 22px;
  }  
  .clsDivSucsCovid{
	width: 43%; 

    min-height: 230px;
  }
  .clsDivSucsCovid1{
	width: 500px; 
  }
  .clsDivSucsCovid2{
  	width: auto;
	min-height: 230px;
	margin: 5px;
  }

  .clsDivHorariosCovid1{
	/*width: 28%;*/
	margin: 0px 0px 0px 0px;
  }

  .clsDivIntCovid{
	width: 43%;
  }
  .clsImgIntCovid{
  	width: 15%;
  }
  
  .clsDivContSucsCovid{
	width: 280px; 
  }

  .clsDiv3Amex{
	width: 32%;
  }
  .clsDiv3ChildAmex{
  }
  .clsImgLineaAmex{
	width:400px;
	height:110px;
	font-size: 20px;
  }
  .clsDivSucCercana{
	width: 50%; font-size: 20px;
  }

  .clsPromocion{
  	display: inline-block;
  }
  .clsDivPromocionDet{
	width: 70%;
	font-size: 24px;
  }
  .clsSpanNomPrue{
	font-size: 16px;
  }
  .clsAmexConEst{
	padding-top: 0px; font-size: 26px;
  }
  .clsAmexEst1{
	width: 50%; border: none; border-right: 10px solid #16165d
  }
  .clsAmexEst2{
	width: 50%; border: none;
  }
  .clsAmexUl{
	font-size: 22px;
  }
  .clsDivImg1Bg{
    background-position: right top;
    background-size: 60%;
  }
  .clsDivImg2Bg{
    background-position: right top;
    background-size: 60%;
  }
  .h3Img{
	font-size: 24px;
  }
  .clsDivImg1EntRes{
	display: none;
  }
  .clsDivImg2EntRes{
	display: inline-block;
  }
  .divConEntRes{
	width: 70%; font-size: 24px;
  }
  .h3EntRes{
	font-size: 26px;
  }
  .clsIcoAmex{
	width: auto;
  }
	.clsDivNuevoServicio{
		width:32%;
	}
	.clsDivNueSer1{ border:none; border-right: 1px solid blue; border-bottom: 1px solid blue; }
	.clsDivNueSer2{ border:none; border-right: 1px solid blue; border-bottom: 1px solid blue; }
	.clsDivNueSer3{ border:none; border-bottom: 1px solid blue; border-right: 1px solid white;}
	.clsDivNueSer4{ border:none; border-right: 1px solid blue; }
	.clsDivNueSer5{ border:none; border-right: 1px solid blue; }
	.clsDivNueSer6{ border:none; }

	.clsDivNuevoServicioN{
		width:30%;
	    min-height: 420px;
	}
	.clsPparrafo{
		min-height: 320px;
	}
	.clsDivNuevoServicio1{
		width:38%; height: 410px; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
	}

	.clsDivNuevoServicio2{
		width:60%; height: 410px; text-align:center; margin: 5px; margin-bottom:40px; float: left; font-size: 18px;
	}
	.clsDivNuevoServicioHeight{
		height: 250px;
	}
	.clsDivNueSerMarginLeft{
		margin-left: 18%;
	}
	.clsItFo1{
		width:32%;
	}
	.clsItFo2{
		width:48.5%;
	}
	.clsDivConEmp textarea{
		width:99%; 
	}

}

