body{
    font-family: 'Merriweather Sans', sans-serif;
    margin: 30px;
}
.image-fondo {
    background-image: url("../img/ANDALUCIA1.png");
    background-size: cover;
    background-repeat: no-repeat;
    
}
.cabecera {
    color: #fff;
    height: 250px;
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
    text-shadow: #111 0px 0px 10px;
  }
  .encabezado1 {
      font-size: 20px;
  }
  .barra {
    position: center;
    padding: 10px;
    width: 250px;
    height: 5px;
  }
  .barra input{
      width: 500px;
      height: 10px;
      padding: 0 10px;
      font-size: 10px;
      color: black;
      outline: none;
      border: 5px solid silver;
      border-radius: 100%;
  }
  .fas {
      position: left;
      top: 0;
      background-color: green;
      width: 80px;
      height: 30px;
      line-height: 5px;
      text-align: center;
      color:white;
      font-size: 13px;
      border-radius: 00px;
      cursor: pointer;
      font-family: 'Merriweather Sans', sans-serif;
  }
  .imag-fondo1 {
    background-image: url("../img/ANDALUCIA7.png");
    background-size: cover;
    background-repeat: no-repeat;
    
}
.cabecera1 {
    color: #fff;
    height: 110px;
    line-height: 100px;
    text-align: center;
    vertical-align: middle;
    text-shadow: #111 0px 0px 10px;
  }
.encabezado2 {
    text-align: center;
    font-family: 'Chela One', cursive;
    font-size: 20px;
    color: #006400;

}
.tabla1 {
    border: 0 solid white;
    text-align: center;
    
}
.td1 {
    text-align: center;
    background: #3B6738;
    color: white;
    border-radius: 0px;
    border: 03px solid #006400;
    font-size: 12px;
}
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}
td {
	padding: 6px 6px 6px 12px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	border: 0px solid #CCC;
}
tr:nth-child(odd){ background: #90EE90;} /* color claro para las filas impares */
tr:nth-child(even){ background: #FFFFFF;} /* color oscuro para las filas pares */









.tabla2{
    background-color: #008000;
    color: white;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
}
.td2{
    border-bottom: 2px inset #9ACD32;
    border-right: 2px inset #9ACD32;
}
.td3{
    text-align: center;
    border-right: 0px dotted #006400;
}
.td4{
    text-align: left;
    border-right: 5px dotted #006400;
}
.td5{
    color: white;
    background-color: #008000;
    font-size: 25px;
}
.td6{
    background-color: #006400;
    text-align: center;
    color: white;
}
.td7{
    text-align: center;
}
.td8{
    text-align: center;
    background-color: #90EE90;
}
.encabezado3{
    text-align: center;
    font-family: 'Chela One', cursive;
    font-size: 30px;
    color: #006400;
}
.td9{
    text-align: center;
    background-color: #32CD32;
}
.boton_personalizado{
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 10px;
    color: #ffffff;
    background-color: #008000;
    border-radius: 0px;
    border: 1px solid black;
    margin: 120px;
  }