@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: 'Roboto-Regular', sans-serif;
}

body {
	background-color: #FFFFFF;
	margin: 0px auto;
}

a:link {
    color: #FFFFFF;
	transition: 0.6s;
	text-decoration: none;
}

a:visited {
    color: #FFFFFF;
	transition: 0.6s;
	text-decoration: none;
}

a:hover {
    color: #DBDBEA;
	transition: 0.6s;
	text-decoration: none;
}

a:active {
    color: #FFFFFF;
	transition: 0.6s;
	text-decoration: none;
}

td#width-margin {
	width: 50px;
}

.principal_table1 {
	height: 580px;
	background-size: 100% auto;
	background-position: center top;
}

@media screen and (max-width: 1440px) {
.principal_table1 {
	height: 400px;
	background-size: 100% auto;
	background-position: center top;
}
}

@media screen and (min-width : 320px) and (max-width : 812px) {
.principal_table1 {
	height: 150px;
	background-size: 100% auto;
	background-position: center top;
}
}

.promociones_title {
	width: 1080px;
}

.promociones_title_mobile {
	display: none;
}

@media screen and (min-width : 320px) and (max-width : 812px) {
.promociones_title {
	display: none;
}

.promociones_title_mobile {
	display: inline;
	width: 325px;
}
}

.san_roque {
	width: 329px;
	height: 328px;
}

.player10 {
	width: 421px;
	height: 250px;
}

@media screen and (min-width : 320px) and (max-width : 812px) {
.san_roque {
	width: 155px;
	height: 154px;
}

.player10 {
	width: 198px;
	height: 118px;
}
}

.servicios_medicos_1 {
	width: 1080px;
	height: 0px;
	transition: 0.5s;
}

.servicios_medicos_sub_1 {
	width: 1080px;
}

.servicios_medicos_2 {
	width: 1080px;
	height: 0px;
	transition: 0.5s;
}

.servicios_medicos_sub_2 {
	width: 1080px;
}

.servicios_medicos_3 {
	width: 1080px;
	height: 0px;
	transition: 0.5s;
}

.servicios_medicos_sub_3 {
	width: 1080px;
}

@media screen and (min-width : 320px) and (max-width : 812px) {
.servicios_medicos_1 {
	display: none;
}

.servicios_medicos_sub_1 {
	display: none;
}

.servicios_medicos_2 {
	display: none;
}

.servicios_medicos_sub_2 {
	display: none;
}

.servicios_medicos_3 {
	display: none;
}

.servicios_medicos_sub_3 {
	display: none;
}
}

.aviso_mobile {
	display: none;
}

@media screen and (min-width : 320px) and (max-width : 812px) {
.aviso {
	display: none;
}

.aviso_mobile {
	display: inline;
}
}

.footer {
	width: 450px;
}

.footer_height_1 {
	height: 100px;
}

.footer_height_2 {
	height: 80px;
}

@media screen and (min-width : 320px) and (max-width : 812px) {
.footer {
	width: 355px;
}

.footer_height_1 {
	height: 130px;
}

.footer_height_2 {
	height: 110px;
}
}

a.normal_link:link {
    color: #646473;
	font-size: 18px;
	text-shadow: 0px 0px 1px #FFFFFF;
}

a.normal_link:visited {
    color: #646473;
	font-size: 18px;
	text-shadow: 0px 0px 1px #FFFFFF;
}

a.normal_link:hover {
    color: #9797A6;
	transition: 0.6s;
	text-decoration: none;
}

a.normal_link:active {
    color: #646473;
	transition: 0.6s;
	text-decoration: none;
}

a.normal_link_2:link {
    color: #646473;
	font-size: 24px;
	text-shadow: 0px 0px 1px #FFFFFF;
}

a.normal_link_2:visited {
    color: #646473;
	font-size: 24px;
	text-shadow: 0px 0px 1px #FFFFFF;
}

@media screen and (min-width : 320px) and (max-width : 812px) {
a.normal_link_2:link {
    color: #646473;
	font-size: 20px;
	text-shadow: 0px 0px 1px #FFFFFF;
}

a.normal_link_2:visited {
    color: #646473;
	font-size: 20px;
	text-shadow: 0px 0px 1px #FFFFFF;
}
}

a.normal_link_2:hover {
    color: #9797A6;
	transition: 0.6s;
	text-decoration: none;
}

a.normal_link_2:active {
    color: #646473;
	transition: 0.6s;
	text-decoration: none;
}

.contacto {
	width: 100%;
    overflow: hidden;
    position: fixed;
	font-size: 16px;
    left: 0;
    z-index: 999;
    bottom: 0px;
}

.contacto_mobile {
	display: none;
}

@media screen and (min-width : 320px) and (max-width : 812px) {
.contacto {
	display: none;
}

.contacto_mobile {
	display: inline;
	width: 100%;
    overflow: hidden;
    position: fixed;
	font-size: 16px;
    left: 0;
    z-index: 999;
    bottom: 0px;
}
}
