html, body {
	height: 100%;
	width: 100%;
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #ffffff;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
}

fieldset.tes2:hover {
	background-color: #d1f8a5;
	}
		
input.tes1 {
	display: inline-block;
	background-color: #fff7e6;
	size: 80px;
	text-align: right;
	border: 1px solid grey;
/*	margin-top: 5px; */
	margin-right: 10px;
/*	margin-bottom: 5px; */
	margin-left: 5px;
	}
	
input.tes1:focus {
	border: 3px solid;
	background-color: #ffffff;
}

#map {
	width: 100%;
	height: 96%;
	margin-left:auto;
	margin-right:auto;      
 }

.info {
	padding: 6px 8px;
	font: 14px/16px Arial, Helvetica, sans-serif;
	background: white;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	border-radius: 5px;
}

a.enlace {
	color: blue;
	font-style: italic;
	text-decoration: underline;
	font-size: 10px;
}

a.enlace:hover {
	color: #a0c80e;	
}

a.enlace:visited {
	color: #ff3399;	
}

.info h4 {
	margin: 0 0 5px;
	color: #777;
}

.lenda {
	text-align: left;
	line-height: 18px;
	color: #555;
}

.lenda i {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 8px;
	opacity: 0.7;
}

#wrapper-header {
	background: white;
	width: 100%
}

#header {
	/*background: white url('../images/LogoWebes_ES.png') left no-repeat;*/
	width: 85%;
	height: 1px;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu {
	background: #88ac0b url('../images/menu-background.png') repeat-x;
	float: left;
	width: 100%;
}

#menu {
	background: url('../images/logoWebes_ES_Mini.png') left no-repeat;
	width: 85%;
	margin: 0 auto; 
	font-size: 95%;
} 

#menu li {
	display: inline;
}

#menu a {
	padding: 0.5em 1em;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #95bc0e;
	float: left; 
}

#menu a#seleccionado {
	background: white;
	color: #485B06;
	font-weight: bold;
}

#menu a:hover {
	background: #b6e41c url('../images/menu-hover.png') repeat-x;
	color: #485B06;
}

#content {
	width: 83%;
	margin: 0 auto;
	padding: 3.5em 1% 20px 1%; 
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: white;
	font-size: 90%;
}

l.l1 {
	color: green;
	font-size: 14px;
	font-weight: bold;
}

l.l2 {
	color: green;
	font-size: 14px;
}

l.l3 {
	color: green;
	font-size: 12px;
	font-weight: bold;
}

l.l4 {
	color: green;
	font-size: 12px;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
}

h3 {
	padding: 25px 0 5px 0;
}

table.t1 {
	font-weight: bold;
	font-size: small;
	border-collapse: collapse;
}

th.t1h {
	color: white;
	border: 1px solid gray;
	background: #a0c80e;
	text-align: center;
	height: 28px;
}

td.t1c0 {
	border: 1px solid gray;
	color: #436ccc;
	padding-right: 10px;
	padding-left: 10px;
	background: #d5d2d6;
	text-align: center;
	height: 28px;
}
	
td.t1c1 {
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	padding-left: 10px;
	padding-top: 6px;
	height: 28px;
}
	
td.t1c2 {
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	height: 28px;
}
		
td.t1c3 {
	border: 1px solid gray;
	padding-right: 10px;
	padding-left: 10px;
	color: #a0c80e;
	text-align: center;
	height: 28px;
}
	
p.p1 {
	vertical-align: middle;
	}

fieldset.tes1 {
	background-color: #fff7e6;
	width: 80%;
	}
	
fieldset.tes1:hover {
	background-color: #ffefcc;
	}

label.tes1 {
	display: inline-block;
	width: 60px;
	}
	
table.tp1 {
	font-size: small;
	width: 100%
	}

td.tp1 {
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-size: 95%;
	width: 650px;
}
	
/* ****************************************************************** */

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  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: yellow;
  font-weight: bold;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 32px;
  width: 100%;
  text-align: center;
}

.dots {
  color: yellow;
  font-weight: bold;
  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: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: yellow;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

