/******* Sacar subrayado links ********/
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

/******* Logo ********/
#entornosalud {
	letter-spacing: -1 px;
	font: Calibri;
	font-weight: bold;
}
#entorno {
	color: #edff74;
}
#salud{
	color: white;
}

.logo {
	font-family : Verdana, "MS Sans Serif";
	color : #AEBC30;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
}
.In_de_Inlogo {
	color: #8DA90A;
	text-decoration: none;
	font-family: "Eras Bold ITC", Verdana, "MS Sans Serif";
	font-size: 1.3em;
	font-weight: bold;
}

/***confirmacion del mail ***/
.confirmacion {
	font-weight: bold;
	background-color: #00FF99;
	padding: 5px;
	text-align: center;
}

/***marco del input del como llegar con localidad ***/
#tabla {
	text-align: center;
	text-indent: 0px;
}

#fotos {
	text-align: center;
	text-indent: 0px;
	background-color: #889BBC;
}

.contenidoSubtitulo {
	color:#575757;
	border:1px solid #879ABC;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #EEE;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
	-webkit-border-radius: 20px 0px 20px 0px;
	border-radius: 20px 0px 20px 0px;
	text-indent: 0px;
}
.profesion  {
		color:#fff;
		background-color: #7584A0;
}

/*  Google maps scroll problem */
/*The div will cover the map, preventing pointer events from getting to it.*/
 /*But if you click on the div, it becomes transparent to pointer events, activating the map again!*/
.overlay {
   background:transparent; 
   position:relative; 
   width:80%;
   height:480px; /* your iframe height */
   top:480px;  /* your iframe height */
   margin-top:-480px;  /* your iframe height */
}