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

@font-face {
    font-family: 'robotolight';
    src: url('../fuentes/roboto-light-webfont.eot');
    src: url('../fuentes/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/roboto-light-webfont.woff2') format('woff2'),
         url('../fuentes/roboto-light-webfont.woff') format('woff'),
         url('../fuentes/roboto-light-webfont.ttf') format('truetype'),
         url('../fuentes/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    src: url('../fuentes/roboto-thin-webfont.eot');
    src: url('../fuentes/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/roboto-thin-webfont.woff2') format('woff2'),
         url('../fuentes/roboto-thin-webfont.woff') format('woff'),
         url('../fuentes/roboto-thin-webfont.ttf') format('truetype'),
         url('../fuentes/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../fuentes/roboto-regular-webfont.eot');
    src: url('../fuentes/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/roboto-regular-webfont.woff2') format('woff2'),
         url('../fuentes/roboto-regular-webfont.woff') format('woff'),
         url('../fuentes/roboto-regular-webfont.ttf') format('truetype'),
         url('../fuentes/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight_italic';
    src: url('../fuentes/roboto-lightitalic-webfont.eot');
    src: url('../fuentes/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fuentes/roboto-lightitalic-webfont.woff2') format('woff2'),
         url('../fuentes/roboto-lightitalic-webfont.woff') format('woff'),
         url('../fuentes/roboto-lightitalic-webfont.ttf') format('truetype'),
         url('../fuentes/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*==========================================================================================================*/

body {
	position: relative;
	margin: 0 auto;
	height: 100%;
	min-width: 960px;
	width: 100%;
	font-family: 'robotothin','helvetica','sans-serif';
	font-weight: 100;
}

header {
	position: relative;
	margin: 0 auto;
	height: 120px;
	width: 100%;
	background-color: #fff;
	border-top: 8px solid rgb(0,20,50);
	box-sizing: border-box;
}

.logo {
	position: absolute;
	top: 20px;
	left: 30px;
	height: 70px;
	width: 180px;
	background-image: url('../img_menus/logo_abc.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

footer {
	position: relative;
	margin: 0 auto;
	height: 250px;
	width: 100%;
	background-color: rgb(0,20,50);
	color: #fff;
	clear: both;
}

footer p.izq {
    position: absolute;
    margin: 0;
    top: 75px;
    left: 110px;
    height: 46px;
    width: 320px;
    font-size: 22px;
    line-height: 1em;
    text-align: right;
    text-transform: none;
    padding-right: 15px;
    border-right: 1px solid #fff;
}

footer p.der {
	position: absolute;
    margin: 0;
	top: 75px;
	left: 460px;
    width: 340px;
	text-transform: none;
	font-size: 11px;
}

#slider {
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
	height: 640px;
	width: 100%;
    background-color: rgb(255,255,255);
    overflow: hidden;
}

/*.slider h1 {
	color: rgb(0,20,50);
	font-size: 40px;
}

.slider h2 {
	color: dimgray;
	font-size: 26px;
}*/

/*-------------------------- menu principal ---------------------------*/

nav {
	position: absolute;
	top: 60px;
	right: 30px;
	width: 540px;
}

nav a {
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	padding: 2px 8px;
	color: #aaa;
	float: left;
}

nav a:visited {
	color: #aaa;} /* primero q :hover para ser efectivo */

nav a:hover {
	font-weight: 400;
	color: rgb(0,20,50);}

.menu {
	width: 25%;
	height: 560px;
	float: left;
}

.menu p {
	position: relative;
	margin: 0 auto;
	padding: 10px 0;
	width: 140px;
	top: 80%;
	color: #fff;
	text-align: center;
	text-transform: capitalize;
    line-height: 1.2em;
	background-color: rgba(0,20,50,.75);
	border: 1px solid #fff;
}

/*----------------------------botones 25% wide -------------------------*/

#pg1btn1 {
	background-image: url('../img_menus/pg1btn1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
    background-color: rgba(0,20,50,.75);
    background-blend-mode: darken;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#pg1btn1:hover {
    background-color: rgba(0,20,50,0);
    background-blend-mode: darken;
}

#pg1btn2 {
	background-image: url('../img_menus/pg1btn2.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    background-color: rgba(0,20,50,.75);
    background-blend-mode: darken;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#pg1btn2:hover {
    background-color: rgba(0,20,50,0);
    background-blend-mode: darken;
}

#pg1btn3 {
	background-image: url('../img_menus/pg1btn3.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    background-color: rgba(0,20,50,.75);
    background-blend-mode: darken;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#pg1btn3:hover {
    background-color: rgba(0,20,50,0);
    background-blend-mode: darken;
}

#pg1btn4 {
	background-image: url('../img_menus/pg1btn4.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    background-color: rgba(0,20,50,.75);
    background-blend-mode: darken;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#pg1btn4:hover {
    background-color: rgba(0,20,50,0);
    background-blend-mode: darken;
}

#pg2btn1 {
	background-image: url('../img_menus/pg2btn1.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,20,50,.75);
    background-blend-mode: darken;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#pg2btn1:hover {
    background-color: rgba(0,20,50,0);
    background-blend-mode: darken;
}

#pg2btn2 {
	background-image: url('../img_menus/pg2btn2.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,20,50,.75);
    background-blend-mode: darken;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#pg2btn2:hover {
    background-color: rgba(0,20,50,0);
    background-blend-mode: darken;
}

#pg2btn3 {
	background-image: url('../img_menus/pg2btn3.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,20,50,.75);
    background-blend-mode: darken;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#pg2btn3:hover {
    background-color: rgba(0,20,50,0);
    background-blend-mode: darken;
}

#pg2btn4 {
	background-image: url('../img_menus/pg2btn4.jpg');
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(0,20,50,.75);
    background-blend-mode: darken;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#pg2btn4:hover {
    background-color: rgba(0,20,50,0);
    background-blend-mode: darken;
}

#pg3btn1 {
	background-image: url('../img_menus/pg1btn3.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    background-color: rgba(0,20,50,.75);
    background-blend-mode: darken;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#pg3btn1:hover {
    background-color: rgba(0,20,50,0);
    background-blend-mode: darken;
}

#pg3btn2 {
	background-image: url('../img_menus/pg3btn2.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    background-color: rgba(0,20,50,.75);
    background-blend-mode: darken;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#pg3btn2:hover {
    background-color: rgba(0,20,50,0);
    background-blend-mode: darken;
}

#pg3btn3 {
	background-image: url('../img_menus/pg3btn3.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    background-color: rgba(0,20,50,.75);
    background-blend-mode: darken;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#pg3btn3:hover {
    background-color: rgba(0,20,50,0);
    background-blend-mode: darken;
}

#pg3btn4 {
	background-image: url('../img_menus/pg3btn4.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
    background-color: rgba(0,20,50,.75);
    background-blend-mode: darken;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
}

#pg3btn4:hover {
    background-color: rgba(0,20,50,0);
    background-blend-mode: darken;
}

.title {
	position: relative;
	top: 0;
	left: 0;
	height:320px;
	width: 100%;
	border-bottom: 20px solid #fff;
}

.title h1 {
	position: relative;
	margin: 0 auto;
	top: 75%;
	width: 75%;
	color: rgb(255,255,255);
    text-shadow: 0 1px 6px rgb(0,20,50),0 1px 3px rgb(0,20,50);
	text-align: center;
	text-transform: capitalize;
    line-height: .9em;
	font-size: 50px;
	font-weight: 100;
}

.bodytxt h1 {
	position: relative;
	margin: 0 auto;
    padding-bottom: 40px;
	top: 75%;
	width: 75%;
	color: rgb(0,20,50);
	text-align: center;
	text-transform: capitalize;
    line-height: .9em;
	font-size: 50px;
	font-weight: 800;
}

/*------------------- img encabezados 100% wide --------------------*/

#clinica {
	background-image: url('../img_menus/hd_clinica.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#quien {
	background-image: url('../img_menus/hd_quien.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#principios {
	background-image: url('../img_menus/hd_principios.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#historia {
	background-image: url('../img_menus/hd_historia.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#labs {
	background-image: url('../img_menus/hd_labs.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#grupomed {
	background-image: url('../img_menus/hd_grupomed.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#logo {
	background-image: url('../img_menus/hd_logo.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#enfermeria {
	background-image: url('../img_menus/hd_enfermeria.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#tratamientos {
	background-image: url('../img_menus/hd_trats.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#resultados {
	background-image: url('../img_menus/hd_resultados.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#repasist {
	background-image: url('../img_menus/hd_trats.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#onco {
	background-image: url('../img_menus/hd_onco.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#donacion {
	background-image: url('../img_menus/hd_donacion.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#madres {
	background-image: url('../img_menus/hd_madres.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*------------------------ contenedor y textos ---------------------*/

.wrap {
	position: relative;
	margin: 0 auto;
	margin-bottom: 100px;
	min-height: 400px;
	overflow: visible;
	height: 100%;
    width: 100%;
}

.bodytxt {
    position: relative;
    margin: 0 auto;
    top: 40px;
    height: auto;
    width: 960px;
}

.bodytxt h2 {
	margin: 0 auto;
	margin-bottom: 20px;
	width: 94%;
	color: rgb(0,20,50);
    font-size: 28px;
	text-transform: none;
	text-align: center;
    padding-bottom: 10px;
	border-bottom: 1px solid rgb(200,200,200);
}

.bodytxt p {
	margin: 0 auto;
	height: 100%;
	top: 40px;
	width: 94%;
	color: #777;
	font-size: 20px;
	font-weight: 100;
	line-height: 1.4em;
}

.bodytxt ul {
	margin: 0 auto;
	top: 60px;
	list-style-type: none;
	padding: 0;
	width: 94%;
    font-size: 18px;
    font-weight: 400;
	line-height: 1.8em;
	color: rgb(0,20,50);
}

ul.bll {
	margin: 0 auto;
	top: 60px;
	list-style-type: disc;
	padding: 0;
	width: 66.6%;
    font-size: 24px;
    font-weight: 400;
	line-height: 1.8em;
	color: rgb(0,20,50);
}

.bodytxt ol {
	margin: 0 auto;
	top: 0;
	list-style-type:lower-latin;
	padding: 20px 20px;
	width: 75%;
    font-size: 18px;
	line-height: 1.8em;
	color: #777;
}

/*----------------------botones horizontales c/fotos--------------------*/

.boton {
    position: relative;
    margin: 0 auto;
    margin-bottom: 20px;
    min-height: 200px;
    width: 720px;
    overflow: visible;
    background-color: rgba(245,245,245,1);
}

.boton .contboton {
    position: relative;
    top: 0;
    left: 240px;
    min-height: 180px;
    width: 480px;
    padding-bottom: 20px;
    border-left: 1px solid rgba(100,100,100,.01);
    overflow: hidden;
}

.contboton h3 {
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 94%;
	color: rgb(0,20,50);
    font-size: 22px;
	text-transform: none;
	text-align: left;
    font-weight: 800;
}

.contboton li {
	text-transform: capitalize;
}

.contboton p {
    top: 40px;
    left: 15px;
    font-size: 17px;
    width: 94%;
}

.contboton a {color: rgb(0,20,50);}

.links li {
	text-transform: none;
}

/*----------------------- colores iconos -----------------------*/

span.star {
	color: cornflowerblue;
}

span.icon2 {
	position: relative;
	top: 6px;
	margin-right: 5px;
	height: 30px;
	width: 20px;
	display: inline-block;
	background-image: url('../img_menus/pin.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

span.yes {font-size: 30px; color: rgb(80,200,0)}

span.no {font-size: 30px; color: rgb(200,50,50)}

/*p	{
	text-indent: 30px;}*/

/*------------------------- iframe mapa ------------------------*/

iframe {
	position: relative;
	width: 100%;
	height: 450px;
	scroll-events: none;
	}

.bodytxt p a {
	position: relative;
	background-color: rgb(100,150,200);
	margin-top: 10px;
	padding: 4px 12px;
	font-size: 16px;
	color: #fff;
}

p.mail {
	margin-bottom: 50px;
	text-align: center;
	line-height: 3em;
}

p.mail a {
	font-size: 22px;
	background-color: #fff;
	color: rgb(0,20,50);
}

/*-------------------- boton intro -------------------*/

ul.apoyo {
	margin-left: 50px;
	list-style-type: disc;
    color: #777;
}

.button {
	position: absolute;
    margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 10%;
	height: 50px;
	width: 120px;
	border: 1px solid #fff;
	background-color: rgba(0,20,50,.75);
	background-blend-mode: darken;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 2.4em;
    z-index: 999;
}

a,img {
	text-decoration: none;
	border: none;
	outline: none;
}