@font-face {
  font-family: "Raleway";
  src:url(./fonts/Raleway-Regular.ttf)format('opentype');
}

@font-face {
  font-family: "Raleway-Bold";
  src:url(./fonts/Raleway-Bold.ttf)format('opentype');
}

body {
  background-image: url("./images/textura-01.jpg");
  background-repeat: repeat;
  background-position: top;
  background-size: cover;
  font-family: 'Raleway';
}

#contact a{
  float:left;
  font-size: 16px;
  color: rgb(34, 147, 209);
  margin: -5px;
  margin-top: -5px;
}

#contact i {
  margin-right: -14px;
  margin-left: 8px;
}

#social a{
  font-size: 18px;
  float:right;
  color: rgb(34, 147, 209);
  margin: -5px;
  margin-top: 5px;
}

#social a:hover{
  color:grey;
}

#header img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

#header{
	
	position: absolute;
	z-index: 1;
	margin-top: -18px;
	margin-right: -5px;
	width: 1300px;
	top: 71px;
}

.header-right {
  overflow:hidden;
  position: absolute;
  z-index: 1;
  margin-top: 10px;
  margin-left:260px;
}

.header-right a{
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-size: 20px;
  line-height: 10px;
  font-weight: bolder;
  float: none;

}

.header-right a:hover {
  color: rgb(34, 147, 209);
  background-color: rgba(255, 255, 255, 0.6);
}

.header-right .icon {
  display:none;
}

#primeraFoto img {
  width:100%;
  margin-top: -100px;
  z-index: 0;
  position:relative;
}

#textoSomos{
  text-align: left;
  margin-top: -440px;
}

#textoSomos h1{
  font-family: "Raleway-Bold";
  font-weight: bold;
  color: rgb(34, 147, 209);
  font-size: 42px;
}

#textoSomos p{
  color:grey;
  font-size: 20px;
}

#Mision, #Vision {
  width:45%;
  text-align: center;
  float:left;
}

#Mision{
  margin-left: 75px;
}

#Vision{
  margin-left: 50px;
}

#Mision h2{
  font-family: "Raleway-Bold";
  font-weight: bold;
  color: rgb(34, 147, 209);
  font-size: 30px;
}
#Mision p{
  color:grey;
  font-size: 20px;
}
#Vision h2{
  font-family: "Raleway-Bold";
  font-weight: bold;
  color: rgb(34, 147, 209);
  font-size: 30px;
}
#Vision p{
  color:grey;
  font-size: 20px;
}
#fondoSomos img{
  width:100%;
}

/* CSS SLIDER */
/* Slideshow container */
.slideshow-container {
  max-width: 1500px;
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #333333;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

#dots{
  text-align: center;
  margin-top: -100px;

}
.active, .dot:hover {
  background-color: #ffffff;
  color: rgb(255, 255, 255);
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 4.0s;
}

@-webkit-keyframes fade {
  from {opacity: .3}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .3}
  to {opacity: 1}
}

@media screen and (max-width: 600px) {
  .header-right a {display: none;}
  .header-right a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .header-right.responsive {position: relative;}
  .header-right.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-right.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*SocialMediaButtonStyle*/
.fa {
    padding: 5px;
    font-size: 30px;
    width: 44px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa-facebook {
  color: white;
}

.fa-instagram {
  color: white;
}

.fa-twitter {
  color: white;
}

#proceso {
  text-align: center;
  margin-top: 120px;
}

#proceso h1{
  font-family: "Raleway-Bold";
  font-weight: bold;
  color: rgb(34, 147, 209);
  font-size: 42px;
}
#proceso a{
  overflow: hidden;
  text-decoration: none;
}
#cita, #entrega, #revaloracion{
  width:33%;
  text-align: center;
  float:left;
  margin-top: -20px;
}

#cita p{
  font-family: "Raleway-Bold";
  font-weight: bold;
  color: rgb(34, 147, 209);
  font-size: 20px;
  margin-top: -20px;
}

#entrega p{
  font-family: "Raleway-Bold";
  font-weight: bold;
  color: rgb(248, 2, 113);
  font-size: 20px;
  margin-top: -20px;
}

#revaloracion p{
  font-family: "Raleway-Bold";
  font-weight: bold;
  color: rgb(235, 110, 5);
  font-size: 20px;
  margin-top: -20px;
}


#servicios{
  text-align: left;
  margin-top: 200px;
  background-color: white;
  z-index: 0;
}

#servicios h1{
  font-family: "Raleway-Bold";
  font-weight: bold;
  color: rgb(34, 147, 209);
  font-size: 42px;

}

#servicios p{
  color:grey;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding: 0px;
  text-align: center;
  height: 250px;
}
.column2 {
  float: left;
  width: 50%;
  padding: 0px;
  text-align: center;
  height: 420px;
}

.column3 {
  float: left;
  width: 33%;
  padding: 0px;
  text-align: center;
  height: 420px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
  .column2 {
    width: 100%;
  }
  .column3 {
    width: 100%;
  }
}

#evaluacion{
  background-color: rgb(34, 147, 209);
  color:white;
}

#evaluacionimg img, #emocionalimg img, #psicoeducativaimg img, #lenguajeimg img, #rehabilitacionimg img, #programaEduimg img {
  float: left;
  width:100%;
  height: 250px;
}

#emocional{
  background-color: rgb(251, 200, 28);
  color:white;
}

#psicoeducativa{
  background-color: rgb(148, 28, 204);
  color:white;
}
#lenguaje{
  background-color: rgb(214, 4, 111);
  color:white;
}
#rehabilitacion{
  background-color: rgb(255, 144, 2);
  color:white;
}
#programaEdu{
  background-color: rgb(93, 201, 26);
  color:white;

}


#programas{
  text-align: left;
  background-color: white;
  z-index: 0;
}

#programas h1{
  font-family: "Raleway-Bold";
  font-weight: bold;
  color: rgb(34, 147, 209);
  font-size: 42px;
}

#programas p{
  color:grey;
  font-size: 16px;
}

#mycalendar:hover {
  filter:opacity(0.8);
}

#listening:hover {
  filter:opacity(0.8);
}
#brainbuilder:hover {
  filter:opacity(0.8);
}
#fastforword:hover {
  filter:opacity(0.8);
}

#blogs{
  text-align: left;
  background-color: white;
  z-index: 0;
}

#blogs h1{
  font-family: "Raleway-Bold";
  font-weight: bold;
  color: rgb(34, 147, 209);
  font-size: 42px;
}

#blogs p{
  color:grey;
  font-size: 16px;
}

#memoria1:hover {
  filter:opacity(0.8);
}
#trastorno:hover {
  filter:opacity(0.8);
}
#sonidos:hover {
  filter:opacity(0.8);
}
#funcionmusica:hover {
  filter:opacity(0.8);
}
#memoria2:hover {
  filter:opacity(0.8);
}
#musicamentales:hover {
  filter:opacity(0.8);
}

#contactanos{
  text-align: left;
  background-color: white;
  z-index: 0;
}

#contactanos h1{
  font-family: "Raleway-Bold";
  font-weight: bold;
  color: rgb(34, 147, 209);
  font-size: 42px;
}

#contactanos p{
  color:grey;
  font-size: 16px;
}

#contacto{
  background-color: rgb(34, 147, 209);
  color:white;
  height: 450px;
}

#maps{
  position: absolute; 
	width:650px;
    height:auto;
    top: 6897px;
	left: 700px;
	z-index:98;
	font-family: Arial;
	font-size:40px;
	color:#39c;
}

.headerx {
   position: absolute; 
	top: 10px;
	left:280px;
    width:730px;
    height:30px;
	font-weight:bold;
	
	z-index:101;
	font-family: 'Futura Book', Arial, Helvetica, sans-serif; 
}




/* Navigation Bar Menu */
 
nav {
  color: #F00;
  min-width: 100%;
  
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  
}

nav ul li {
  display: inline-block;
  float: none;
  white-space: nowrap;
  
}

nav a {
  display: block;
  padding: 0 15px;
  color: #036;
  font-size:18px;
 
 
  line-height: 30px;
  
}



nav a:hover {
  color: #F00;
  background-color: #fff;
  transition: all .3s ease;
  
}

nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  
}

nav ul li:hover>ul {
  display: inherit;
  transition: all .3s ease;
  
}

nav ul ul li {
  min-width: 170px;
  display: list-item;
  position: relative;
  
}

nav ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  
}

nav1 {
  color: #F00;
  min-width: 100%;
  
}

nav1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  
}

nav1 ul li {
  display: inline-block;
  float: none;
  white-space: nowrap;
  
}

nav1 a {
  display: block;
  padding: 0 15px;
  color: #f00;
  font-size: 10px;
  line-height: 30px;
  text-decoration: none;
}

nav1 a:hover {
  color: #000;
  background-color: #fff;
  transition: all .3s ease;
  
}

nav1 ul ul {
  display: none;
  position: absolute;
  top: 100%;
  
}

nav1 ul li:hover>ul {
  display: inherit;
  transition: all .3s ease;
  
}

nav1 ul ul li {
  min-width: 170px;
  display: list-item;
  position: relative;
  
}

nav1 ul ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  
}

#header2 {
   position: absolute; 
	top: 4700px;
	left:363px;
    width:1000px;
	height:20px;
	z-index:201;
	font-family: 'Futura Book', Arial, Helvetica, sans-serif; 
	}
ul2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0px solid #e7e7e7;
  background-color: none;
  
}

li2 {
  float: left;
}

li2 a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li2 a:hover:not(.active) {
  background-color: #fff;
}

li2 a.active {
  color: white;
  background-color: #4CAF50;
}
.subs {
  color: white;
  background-color: none;
  font-size:16px;
  text-decoration:underline;
  
}
.menu {
  color: white;
  background-color: none;
  font-size:20px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 905px;
}
#logox {
  position: absolute;
  top: 60px;
  width: 100px;
  left: 30px;
  z-index:100;
  
  
}
#negro {
  position: absolute;
  top: 55px;
  width: 100px;
  left: 25px;
  z-index:99;
  
  
}

#dos {
   position: absolute; 
	width:100%;
    height:auto;
    top: -100px;
	left: 0px;
	z-index:1;
	opacity:.7;
}
#texto1 {
   position: absolute; 
	width:80%;
    height:auto;
    top: 200px;
	left: 10%;
	z-index:10;
	text-align: center;
	font-size:26px;
	font-weight:bold;
	letter-spacing: 0.25em;
	word-spacing: 0.25em;
	line-height: 40px;
	font-family: "Raleway";
}
#foto {
   position: absolute; 
	width:770px;
    height:auto;
    top: 300px;
	left: 90px;
	z-index:1;
	text-align: left;
	font-size:30px;
	font-weight:bold;
}
#entradas {
   position: absolute; 
	width:450px;
    height:100px;
    top: 300px;
	left: 900px;
	z-index:1;
	text-align: left;
	font-size:16px;
	font-weight:bold;
	color:#000;
	
}
.black {
color: #000;
}

#texto2 {
   position: absolute; 
	width:1160px;
    
    top: 820px;
	left: 90px;
	z-index:1;
	text-align: left;
	font-size:14px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.25em;
  word-spacing: 0.25em;
	line-height: 20px;
	
	color:#999;
}
#texto3 {
   position: absolute; 
	width:80%;
    height:auto;
    top: 770px;
	left: 10%;
	z-index:10;
	text-align: center;
	font-size:28px;
	
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.25em;
  word-spacing: 0.25em;
	line-height: 40px;
	
	color:#000;
}

#texto4 {
   position: absolute; 
	width:80%;
    height:auto;
    top: 810px;
	left: 10%;
	z-index:10;
	text-align: center;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
a:link 
{ 
text-decoration:none; 
color:#000;
} 
#gris{
   position: absolute; 
	width:100%;
    height:auto;
    top: 200px;
	left: 0%;
	z-index:10;
	text-align: center;
}
#cuadro1{
   position: absolute; 
	width:250px;
    height:60px;
    top: 400px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09F;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#padre {
   display: flex;
   justify-content: center;
   align-items: center;
}
#cuadro2{
   position: absolute; 
	width:550px;
    height:60px;
    top: 400px;
	left: 330px;
	z-index:10;
	text-align: center;
	background:#8CA503;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro3{
   position: absolute; 
	width:400px;
    height:60px;
    top: 400px;
	left: 910px;
	z-index:10;
	text-align: center;
	background:#8CA503;
	color:#000;
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro4{
   position: absolute; 
	width:250px;
    height:60px;
    top: 400px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#CCC;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#000;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro5{
   position: absolute; 
	width:250px;
    height:60px;
    top: 500px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09F;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro6{
   position: absolute; 
	width:250px;
    height:60px;
    top: 600px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09F;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro7{
   position: absolute; 
	width:250px;
    height:60px;
    top: 700px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09F;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro8{
   position: absolute; 
	width:250px;
    height:60px;
    top: 400px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09F;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#fff;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro9{
   position: absolute; 
	width:250px;
    height:60px;
    top: 500px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#ccc;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#000;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro10{
   position: absolute; 
	width:250px;
    height:60px;
    top: 600px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09F;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro11{
   position: absolute; 
	width:250px;
    height:60px;
    top: 700px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09F;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro12{
   position: absolute; 
	width:250px;
    height:60px;
    top: 400px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09f;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#fff;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro13{
   position: absolute; 
	width:250px;
    height:60px;
    top: 500px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09F;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro14{
   position: absolute; 
	width:250px;
    height:60px;
    top: 600px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#ccc;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#000;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro15{
   position: absolute; 
	width:250px;
    height:60px;
    top: 700px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09F;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro16{
   position: absolute; 
	width:250px;
    height:60px;
    top: 400px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09f;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#fff;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro17{
   position: absolute; 
	width:250px;
    height:60px;
    top: 500px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09F;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro18{
   position: absolute; 
	width:250px;
    height:60px;
    top: 600px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#09F;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro19{
   position: absolute; 
	width:250px;
    height:60px;
    top: 700px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#ccc;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#000;
   font-family: 'Oswald';
   font-size:14px;
	
}

#textoproceso {
   position: absolute; 
	width:1160px;
    
    top: 520px;
	left: 90px;
	z-index:1;
	text-align: left;
	font-size:14px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.25em;
  word-spacing: 0.25em;
	line-height: 20px;
	
	color:#999;
}
#textoproceso2 {
   position: absolute; 
	width:1160px;
    
    top: 360px;
	left: 90px;
	z-index:1;
	text-align: left;
	font-size:14px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	
	
	color:#000;
}
#textoproceso3 {
   position: absolute; 
	width:760px;
    
    top: 400px;
	left: 440px;
	z-index:1;
	text-align: left;
	font-size:14px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	
	
	color:#000;
}
#cuadro1b{
   position: absolute; 
	width:250px;
    height:60px;
    top: 400px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#8CA503;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#padre {
   display: flex;
   justify-content: center;
   align-items: center;
}
#cuadro2b{
   position: absolute; 
	width:550px;
    height:60px;
    top: 400px;
	left: 330px;
	z-index:10;
	text-align: center;
	background:#09F;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro3b{
   position: absolute; 
	width:400px;
    height:60px;
    top: 400px;
	left: 910px;
	z-index:10;
	text-align: center;
	background:#8CA503;
	color:#000;
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro1c{
   position: absolute; 
	width:250px;
    height:60px;
    top: 400px;
	left: 50px;
	z-index:10;
	text-align: center;
	background:#8CA503;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#padre {
   display: flex;
   justify-content: center;
   align-items: center;
}
#cuadro2c{
   position: absolute; 
	width:550px;
    height:60px;
    top: 400px;
	left: 330px;
	z-index:10;
	text-align: center;
	background:#8CA503;
	
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#cuadro3c{
   position: absolute; 
	width:400px;
    height:60px;
    top: 400px;
	left: 910px;
	z-index:10;
	text-align: center;
	background:#09F;
	color:#000;
	display: flex;
   justify-content: center;
   align-items: center;
   COLOR:#FFF;
   font-family: 'Oswald';
   font-size:14px;
	
}
#tres {
	position: absolute;
	width: 200px;
	height: auto;
	top: 17px;
	left: 105px;
	z-index: 98;
	color: #036;
	font-size: 15px;
	font-family: 'Oswald';
	font-weight: bold;
}
#cuatro {
   position: absolute; 
	width:20px;
    height:auto;
    top: 6px;
	left: 68px;
	z-index:98;
	color:#369;
	font-size:15px;
	font-family: Arial;
	
}
#tresb {
   position: absolute; 
	width:200px;
    height:auto;
    top: 15px;
	left: 1060px;
	z-index:98;
	color:#036;
	font-size:18px;
	font-family: 'Oswald';
}
#cuatrob {
   position: absolute; 
	width:20px;
    height:auto;
    top: 13px;
	left: 1033px;
	z-index:98;
	color:#369;
	font-size:15px;
	font-family: Arial;
}
#textobrain {
   position: absolute; 
	width:1160px;
    
    top: 420px;
	left: 90px;
	z-index:1;
	text-align: left;
	font-size:14px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.25em;
  word-spacing: 0.25em;
	line-height: 20px;
	
	color:#999;
}
span.negrita
{
	font-weight:bold;
	color:#000;
	}
	
.buttons { 
position: relative; 
background: #09F; font-size: 16px; width: 160px; padding: 10px; color: #FFFF; left:220px;}	

#pdf {
   position: absolute; 
	width:1360px;
    
    top: 530px;
	left: 200px;
	z-index:1;
	text-align: center;
	font-size:14px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing: 0.25em;
  word-spacing: 0.25em;
	line-height: 20px;
	alignment-adjust:central;
	
	color:#000;
}
#foto1 {
	position: absolute;
	width: 900px;
	height: auto;
	top: 262px;
	left: 150px;
	z-index: 98;
	font-family: Arial;
	font-size: 20px;
	color: #000;
} 
#foto2 {
	position: absolute;
	width: 900px;
	height: auto;
	top: 262px;
	left: 650px;
	z-index: 98;
	font-family: Arial;
	font-size: 20px;
	color: #000;
} 
#doctores {
  position: absolute;
  top: 00px;
  width: 1000px;
  left: 00px;
  z-index:1;
  
}
#blanco {
  position: absolute;
  top: 00px;
  width: 1000px;
  left: 00px;
  z-index:9;
}
#historia0 {
  position: absolute;
  top: 887px;
  width: 800px;
  left: 280px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  
}
#historia {
  position: absolute;
  top: 987px;
  width: 800px;
  left: 280px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  
}
#mision0 {
  position: absolute;
  top: 1100px;
  width: 800px;
  left: 280px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  
}
#mision {
  position: absolute;
  top: 1200px;
  width: 800px;
  left: 280px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  
}
#vision0 {
  position: absolute;
  top: 1285px;
  width: 800px;
  left: 280px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  
}
#vision {
  position: absolute;
  top: 1385px;
  width: 800px;
  left: 280px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  
}
#valores0 {
  position: absolute;
  top: 1470px;
  width: 800px;
  left: 280px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  COLOR:#000;
}
#valores {
  position: absolute;
  top: 1550px;
  width: 800px;
  left: 280px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  COLOR:#000;
  
}
#CUADRO10 {
  position: absolute;
  top: 887px;
  width: 1348px;
  left: 0px;
  z-index:99;
  text-align:justify;
  font-size:24px;
  OPACITY:0.3;
  
}
#CUADRO11 {
  position: absolute;
  top: 2037px;
  width: 1348px;
  left: 0px;
  z-index:99;
  text-align:justify;
  font-size:24px;
  OPACITY:0.4;
  
}
#CUADRO12 {
  position: absolute;
  top: 4137px;
  width: 1348px;
  left: 0px;
  z-index:99;
  text-align:justify;
  font-size:24px;
  OPACITY:0.9;
  
}
#CUADRO13 {
  position: absolute;
  top: 5487px;
  width: 1348px;
  left: 0px;
  z-index:99;
  text-align:justify;
  font-size:24px;
  OPACITY:0.4;
  
}
#CUADRO14 {
  position: absolute;
  top: 7887px;
  width: 1348px;
  left: 0px;
  z-index:99;
  text-align:justify;
  font-size:24px;
  OPACITY:0.4;
  
}
#tabla1 {
  position: absolute;
  top: 2187px;
  width: 900px;
  left: 155px;
  z-index:100;
  text-align:justify;
  font-size:24px;
 }
 #tabla2 {
  position: absolute;
  top: 4237px;
  width: 900px;
  left: 155px;
  z-index:100;
  text-align:justify;
  font-size:24px;
 }
#especialidades {
  position: absolute;
  top: 2037px;
  width: 1348px;
  left: 0px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  COLOR:#000;
  }
#servicios2 {
  position: absolute;
  top: 4137px;
  width: 1348px;
  left: 0px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  COLOR:#000;
  }  
#instalaciones2{
  position: absolute;
  top: 5487px;
  width: 1348px;
  left: 0px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  COLOR:#000;
 
  } 
#tabla3{
  position: absolute;
  top: 5587px;
  width: 1348px;
  left: 37px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  COLOR:#000;
  }   
#tabla4{
  position: absolute;
  top: 6416px;
  width: 1348px;
  left: 37px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  COLOR:#000;
  }     
  
#contacto2{
  position: absolute;
  top: 7887px;
  width: 1348px;
  left: 0px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  COLOR:#000;
  }   
#mapa20{
  position: absolute;
  top: 7987px;
  width: 1348px;
  left: 50px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  COLOR:#000;
  } 
#dir20{
  position: absolute;
  top: 8037px;
  width: 650px;
  left: 850px;
  z-index:100;
  text-align:justify;
  font-size:24px;
  COLOR:#000;
  }   
  
     
.zoom{
/* Aumentamos la anchura y altura durante 2 segundos */
transition: width 1s, height 1s, transform 1s;
-moz-transition: width 1s, height 1s, -moz-transform 1s;
-webkit-transition: width 1s, height 1s, -webkit-transform 1s;
-o-transition: width 1s, height 1s,-o-transform 1s;
}
.zoom:hover{
/* tranformamos el elemento al pasar el mouse por encima al doble de
su tamaño con scale(2). */
transform : scale(1.1);
-moz-transform : scale(1.1); /* Firefox */
-webkit-transform : scale(1.1); /* Chrome - Safari */
-o-transform : scale(1.1); /* Opera */
}
