body {
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 14px;
  margin: 0px;
  background: #f9eecc;
}
ul {list-style-type: disc;}
ul ul {list-style-type: circle;}
ul ul ul {list-style-type: square;}
li {
  margin-bottom: 10px;
}

a,
a:link,
a:visited,
a:active { color: #a54c00; }
.puntuacion {
  margin: -10px -10px 10px -10px;
  background:#f9eecc;
  padding: 10px;
  height: 50px; 
}
.titCas {
  margin: -10px -10px -10px -10px;
  background:#f9eecc;
  padding: 10px;
}
.activar {
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
  background:#f9eecc;
  padding: 10px;
  background: -moz-linear-gradient(100% 60% 90deg, #fadc7e, #f9eecc);
  background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#fadc7e), to(#f9eecc));
}
table.principal {
  font-size: 12px;
  border: 1px solid #d3d3d3;
  background: #fefefe;
  width: 100%;
  margin:  5px auto 10px;
  border-radius:5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
table.principal th {padding:15px; text-shadow: 1px 1px 1px #fff; background:#f9eecc; text-align:left; }
table.principal td {padding:10px; vertical-align: top;}
table.principal td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}
table.principal tr.odd-row td {background:#f6f6f6;}
table.principal td.first, table.principal th.first {text-align:left}
table.principal td.last {border-right:none;}

table.principal th {
    background: -moz-linear-gradient(100% 60% 90deg, #fadc7e, #f9eecc);
    background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#fadc7e), to(#f9eecc));
}

table.principal td {
    /*background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);*/
    /*background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));*/
}
table.principal tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
table.principal tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}
table.principal tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}
table.principal tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}
table.principal tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}
table.normal td {border:0; padding:0;  font-size: 10px;}

div#entrada {position: relative; width: 292px; margin: 200px auto 0 auto;   padding: 11px 20px; clear: both; z-index: 0;}
.index-title { width:282px; font-size:18px; padding:5px; margin-bottom:5px; background:#ffc000; color:#666;text-align:center; border-radius: 10px 10px 0 0; }
.index-foot { width:282px; font-size:18px; padding:5px; margin-bottom:5px; background:#ffc000; color:#FFF;text-align:center; border-radius: 0 0 10px 10px; }
.index-item { width:280px; background:#eee; padding:5px; margin-bottom:5px; border:1px solid #ffc000; }
.index-item-right { margin:0px 0px 5px 0px; color:#444;text-align:right; }
.index-item-description { font-size:14px; line-height:20px; color:#444; }

div#content_top { 
  position: fixed;
  top: 0;
  width: 90%;
  padding: 0;
  margin-bottom: 10px;
  color:#7FB830;
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #d1d5d9;       
}
div#logo { 
  margin: 0; 
  padding: 11px 20px 0 20px; 
}
div#logo .logoT {
  padding: 30px 0 0 0; 
  font-family: verdana,arial,helvetica,sans-serif;
  color: #ffc000;
  font-size: 27px;
  font-weight: 600;
  text-align: left;
  float: right;
}
div#logo .logoT2 {
  font-family: verdana,arial,helvetica,sans-serif;
  color: #7FB830;
  font-size: 17px;
  font-weight: 600;
  float: right;
}
div#content_top ul {
  padding: 0 0 0 20px; 
  margin-bottom: 0;
  list-style: none;
  float: left;
  border-right: 1px solid #d1d5d9;
}
div#content_top ul li {
  font-size: 17px;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  border-left: 1px solid #d1d5d9;
  color: #7FB830;
}
div#content_top ul li a,
div#content_top ul li a:link,
div#content_top ul li a:visited,
div#content_top ul li a:active { 
  color: #ffc000; 
  text-decoration: none;
  display: block;
  padding: 5px 10px 2px 10px;
}

div#content_top ul li a.actiu {
  background: #ffc000;
  color: #333;
}
div#content_top ul li a:hover,
div#content_top ul li a.actiu:hover {
  color: #333;
  background-color: #ccc;
}
div#content_top .tMunicipi {
  clear: both;
  padding: 11px 20px; 
  background: #fff;
  color: #000;
  font-size: 20px;
}

div#content_bottom { 
  position: fixed;
  bottom: 0;
  width: 90%;
  padding: 5px 0;
  font-size: 12px;
  vertical-align: middle;
  color:#000;
  background-color: #fff;
  z-index: 100;
  border-top: 1px solid #d1d5d9;
  text-align: center;
}

.contenedor_navegadores{
  display:flex;
  justify-content: space-around;
  align-items:center;  
}

.contenedor_navegadores div{
  font-weight: bold;
  font-size:12px; 
}


div#container { 
  width: 90%;
  height: 100%;
  margin: 0 auto;
  /* background: #fff; */ 
  position: relative; 
  margin-top: 119px;
  margin-bottom: 75px; 
  clear: both; 
  z-index: 0; 
}
div#content_main { 
  padding: 11px 20px; 
  background: #fff; 
}

.nav-peu{
  text-align: center;
}
.nav-peu-left {
  display: inline-block;
  width: 200px;
  text-align: right;
  margin-right: 5px;
}
.nav-peu-right {
  display: inline-block;
  width: 200px;
  text-align: left;
  margin-left: 5px;
}

.titulo1 { 
  padding: 10px;
  border: 1px solid #000; 
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top:20px;
}
.titulo2 { 
  padding: 10px;
  border: 1px solid #000; 
  font-weight: 600;
  margin-bottom: 20px;
}
.fina {
  border: 0px solid #000;
  border-collapse: collapse;
  margin: 10px;
}
.fina td {
  border-bottom: 1px solid #000;
  padding: 5px 20px 5px 5px;
}
.fina td.b2 {
  border-bottom: 2px solid #000;
}
ul.alineado2 {
  margin-top: 10px;
}
ul.alineado2 div.derecha {
  float: right; 
  text-align: left;
  margin-right: 20%;
  vertical-align: middle;
  width: 300px;
}
ul.alineado {
  width: 75%;
  margin-top: 10px;
}
ul.fondo {
  padding-bottom: 10px;
}
ul.alineado div.derecha {
  float: right; 
  text-align: left;
  margin-right: 10%;
  vertical-align: middle;
  width: 300px;
}
div.linea {
  width: 90%;
  border-top: 1px solid #666;
  padding-top: 10px;
}
div.derecha2 {
  margin-top: -10px; 
}
ul.alineado li {
  margin: 0px;
  padding: 5px;
}
tr.resaltar:hover,
li.resaltar:hover {
  background-color: #E6EBEC;
}
.formula {
  text-align: center;
  margin: 20px 0 40px 0;
  padding: 10px 40px;
  border: 1px solid #aaa;
  background-color: #E6EBEC;
}
progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
   appearance: none;

  width: 300px;
  height: 22px;
  vertical-align: top;
}
progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
progress[value]::-webkit-progress-value {
  background-image:
	   -webkit-linear-gradient(-45deg, 
	                           transparent 33%, rgba(0, 0, 0, .1) 33%, 
	                           rgba(0,0, 0, .1) 66%, transparent 66%),
	   -webkit-linear-gradient(top, 
	                           rgba(255, 255, 255, .25), 
	                           rgba(0, 0, 0, .25)),
	   -webkit-linear-gradient(left, #09c, #f44);

    border-radius: 2px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
}
.ayuda {
  position: absolute;
  padding: 10px 40px;
  border: 1px solid #aaa;
  background-color: #fff;
  display: none;
	width:500px;
  z-index: 110;
  border-radius: 30px;
  font-weight: normal;
  margin-bottom: 40px;
}
.ayudaL {
  position: absolute;
  padding: 10px 40px;
  border: 1px solid #aaa;
  background-color: #fff;
  display: none;
	width:700px;
  z-index: 110;
  border-radius: 30px;
  font-weight: normal;
  margin-bottom: 40px;
}

table#resultados {
  border-collapse: collapse;
  border: 0px solid black;
  table-layout: fixed;
  font-size: 11px;
}
table#resultados th, table#resultados td {
  border: 1px solid #dadada;
  min-width: 15px;
}
table#resultados th.top, table#resultados td.top {
  border-top: 0px solid #dadada;
}
table#resultados th.bottom, table#resultados td.bottom {
  border-bottom: 0px solid #dadada;
}
table#resultados th.left, table#resultados td.left {
  border-left: 0px solid #dadada;
}
table#resultados th.right, table#resultados td.right {
  border-right: 0px solid #dadada;
}
table#resultados td.texto {
  padding: 5px;
}


.popup h1 {
  font-size: 13px;
  color: #9cbebd;
}
.popup .titulo {
  color: #555555;
  font-weight: bold;
}
.popup ul {
  color: #555555;
  margin-top: 0px;
}
.popup a {
  color: #555555;
  border-bottom: 1px solid #555555;
  text-decoration: none;
}
.popup a:hover {
  color: #888888;
  border-bottom: 1px dotted #888888;
  text-decoration: none;
}
.popup .pie {
  color: #555555;
  text-align: right;
  margin-top: 20px;
  padding-top: 5px;
  border-top: 1px dotted #555555;
}
.texto-vertical {
  text-align:left;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  height: 200px;
  width: 40px;
  padding: 10px 0;
}
.texto-vertical2 {
  text-align:right;
}
.bolita {
  -webkit-text-stroke-width: 1px;
}
.bolita:hover {
  -webkit-text-stroke-width: 2px;
}

.popup {
	display: block;
  text-align: left;
  line-height: 16px;
	/* Ocultarlo */
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	/* Darle un ancho fijo */
	width: 450px;
	/* Posición: en este caso movemos el popup hacia la izquierda y hacia arriba, y lo reposicionamos cuando lo mostramos */
	z-index: 1;
	left: -5px;
	bottom: 300%;
	/* Efecto con la opacidad */
	opacity: 0;
	/* La transición */
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
	/* Aspecto */
	background: white;
	/* Chrome tiene algunos problemas con paddings en em para mostrar las flechas en la posición correcta, así que usaremos pixels */
	padding: 10px 1em;
	/* El borde y la sombra */
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 4px #ccc;
	-moz-box-shadow: 0 0 4px #ccc;
	box-shadow: 0 0 4px #ccc;
}
/* Las flechas */
.popup:before, .popup:after {
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	position: absolute;
	top: 100%;
	left: 20px;
	margin-left: -6px;
	border-top-color: white;
	z-index: 2;
}
/* La segunda flecha que hace el efecto de borde */
.popup:before {
	border-top-color: #ccc;
	margin-left: -7px;
	border-width: 7px;
	z-index: 0;
}
/* Para posicionar el popup respecto al padre */
.has-popup {
	position: relative;
}
/* Lo mostramos: Restauramos la posición y la opacidad para hacer el efecto */
.has-popup:hover .popup {
	/* 
	 * IE7- no admite auto
	 * IE8 usa con auto igual que rect(auto, auto, auto, auto). Usamos inherit
	 * Además, así es accesible ;)
	 */
	clip: rect(auto auto auto auto);
	clip: auto;
	clip: inherit;
	opacity: 1;
	bottom: 100%;
}
div#fondoAlertas { 
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 150;
  display: none;
}
div#todoOK,
div#faltanDatos { 
  position: fixed;
  top: 300px;
  width: 100%;
  z-index: 160;
  display: none;
}
.mensaje {
  width: 400px;
  margin: 0 auto;
  font-size: 18px;
  background:#f9eecc;
  padding: 40px;
  border-radius: 20px;
  border: 2px solid #d3d3d3;
  background: -moz-linear-gradient(100% 60% 90deg, #fadc7e, #f9eecc);
  background: -webkit-gradient(linear, 0% 0%, 0% 60%, from(#fadc7e), to(#f9eecc));
  -webkit-box-shadow: 6px 6px 5px 0px rgba(102,102,102,1);
  -moz-box-shadow: 6px 6px 5px 0px rgba(102,102,102,1);
  box-shadow: 6px 6px 5px 0px rgba(102,102,102,1);
}

.contenedor_tabla{
  width: 100%;
  height: auto;

}

    #letras{
      width:100%;
      height:auto;

      padding:5px;

    }

    #letras a{
      text-decoration:none;
    }
      #gracias{
        text-align:right;

      }

  .contenedor_tabla .Contenedor_nuevo{
    width:100%;
    height:auto;
    justify-content:space-between;
    flex-direction:row;
  }

    .contenedor_tabla .Contenedor_nuevo button{
             margin-bottom:10px; 
             background:#ffc000;
             color:black;
             width:150px;
             height:50px;
             cursor:pointer;
           
    }

      .contenedor_tabla .Contenedor_nuevo button:hover{
          border-radius:15px;
            font-weight:bold;

               --webkit-transition: all 1s ease;
          -moz-transition: all 1s ease;
          -ms-transition: all 1s ease;
          -o-transition: all 1s ease;
          transition: all 1s ease;


      }
    


.contenedor_tabla table{
  width: 100%;
  height: auto;
  text-align:center;

}

.contenedor_tabla table td:hover{
  background:#ffc000;
}

.contenedor_tabla table span:hover{ 
             color:black;
            font-weight:bold;
}

.contenedor_tabla table th{
  background:#ffc000;
  color:black;
  font-weight:bold;
}

#linea_una{
  background:#dddddd;
}

#resaltar{
  border:1px solid red;
}

#resaltara{
  border:1px solid green;
}

.ver_ficha{
  position:fixed;
  top:150px;
  width:30px;
  right:-250px;
  background:#ffc000;
  color:black;
  z-index:100;
  font-size:20px;
  padding:10px;
  border-radius:10px;
  cursor:pointer;
}

.contenedor_modal{
  width:100%;
  height:100%;
  position:fixed;
  display:none; 
  z-index:1000;
  background:#333333; 
}

  .contenedor_modal .modal{
    width:80%;
    height:auto;
    display:flex;
    flex-direction:column;
    justify-content:center; 
    margin:auto;
    background:white;
    margin-top:20px;
    border-bottom-right-radius:10px;
    border-top-left-radius:10px;  
  }

      .contenedor_modal .modal div{
        width:auto;
        height:auto;
        font-size:12px;
        padding:5px; 
       
      }

        .contenedor_modal .modal  .linea{
        width:auto;
        height:auto;
        font-size:12px;
        padding:5px; 
        border:1px solid #333333;
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
        justify-content:center;
        align-items:center; 
      }

        .contenedor_modal .modal  .linea div{
          width:auto;
          

        }

         .contenedor_modal .modal  .linea div:hover > span{
          color:#ffc000;
         }


        .contenedor_modal .modal div input{
           font-size:12px;
           padding:5px; 
        }

        .contenedor_modal .modal div h4{
          font-weight:bold
       
        }

        #heder_modal{
          background:#ffc000;
          text-align:center;
        border-top-left-radius:10px;
        }

        #footer_modal{
          justify-content:flex-end;
        }

        #boton_modal{
          width:100%;
          background:#ffc000;
          font-size:17px;   
        }

            #boton_modal:hover{
                 font-weight: bold;
            }


            #resaltador{
              border:2px solid #ffc000;;
              margin:5px;
              font-weight:normal;  

            }

             #resaltador p {
              margin-left:10px; 

             }

             #resaltador p span{
              margin-left:25px;
              margin-right:10px; 
              color: #ffc000;
              font-size:14px; 
             }
