@CHARSET "UTF-8";

* {padding:0;margin:0;border:0; color: #000}

a, a:link, a:visited, a:hover, a:active {color: #fff;text-decoration:none}

table a:link, div a:link { color: #295120}
table a:visited, div a:visited { color: #295120}
table a:hover, div a:hover { color: #62b94f}


body {
   background: #739841;
   font: normal .7em "Verdana", sans-serif;
   padding-top: 2.3em;
}

div#language, div#nav {
    border: 1px solid #000;
    border-top: 0;
    position: absolute;
    background: #fff;
    padding: 3px 3px;
    top: 0;
}

div#nav {
    left: 0;
    border-left: 0;
}

div#language {
    right: 0;
    border-right: 0;
}

* html div#language {
    width: 30%;
}

select {
    border: 1px solid #000;
    background: #9ac99c;
}

option {
    padding-left: 5px;
}

optgroup option {
    padding-left: 15px;
}

h1 {
   text-align: center;
   color: #F9F9E6;
   text-decoration: underline;
}

table, div#contenido {
   margin: auto;
   width: 70%;
   background-color: #F9F9E6;
}

div#contenido {
    border: 1px solid #000;
    margin: 2em auto;
    padding: 5px 5px 2em 5px;
}

div#contenido p {
    margin-bottom: 1em;
    width: 80%;
}

div#contenido a {
    font-weight: bold;
}

div#contenido h2 {
    font-size: 1.3em;
    margin-bottom: .5em;
}

div#contenido h3 {
    font-size: 1em;
    margin-left: 2em;
    margin-bottom: .5em;
    margin-top: 1.5em;
}

div.ayuda h3 {
    font-size: 1.2em !important;
}

div#contenido ul {
    list-style: none;
    margin-left: 4em;
    margin-bottom: 2em;
}

div#contenido ul li {
    font-weight: bold;
    font-style: oblique;
}

.tipo_85 {
    background: url(popo_img/itemtype_85.gif) 0 0 no-repeat;
    padding-left: 20px;
}

.tipo_63 {
    background: url(popo_img/itemtype_63.gif) 0 0 no-repeat;
    padding-left: 20px;
    
}

.tipo_61 {
    background: url(popo_img/itemtype_61.gif) 0 0 no-repeat;
    padding-left: 20px;
}

.tipo_62 {
    background: url(popo_img/itemtype_62.gif) 0 0 no-repeat;
    padding-left: 20px;
}

.tipo_vacio {
    background: url(popo_img/tipo_vacio.gif) 0 0 no-repeat;
    padding-left: 20px;
}

div#contenido ul li ul li {
    font-weight: normal;
    font-style: normal;
}

div#contenido ul li ul {
    list-style: square;
    margin-left: 3em;
    margin-bottom: 1em;
}

table th {
   background-color: #9ac99c;
}

table .recurso {
width: 40%;
}
table .tipo {
width: 10%;
text-align: center;
}
table .lugar {
width: 25%;
}
table .ciudad {
width: 25%;
}

table#filtro, table#indice {
    border:1px solid #000;
    border-bottom:0;
    border-right:0;
}

table#filtro {
    margin-top: 2em;
}

table#indice tr:hover, table#estadisticas_ciudadestipo table tr:hover {
    background: #c9ffb5;
}

table#filtro td, table#filtro th, table#indice th, table#indice td, table#indice td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 1px 3px;
}

table#filtro td {
    border-bottom: 0;
    padding: 5px 3px;
}

table#filtro select {
    width: 100%;
}

table#filtro input, div#contenido input, div#language input {
    border: 2px solid #000;
    padding: .1em 2em;
    background: #c9ffb5;
}

div#language input {
    padding: 0 .3em;
}

table#indice td.error, table#indice td.info {
    text-align: center;
    font-weight: bold;
    text-align: center;
    padding: 2em 2em;
}

table#indice td.info {
    color: #2E9415;
}

table#indice td.error {
    color: #FF4040;
}

table#indice td.info:hover {
    background: #fff;
}

div#admin fieldset {
    border: 1px dotted #000;
    width: 80%;
    margin: auto;
    padding: 1em 1em;
    background: #fff url(popo_img/minifondo.gif);
}

div#admin fieldset legend {
    border: 1px solid #000;
    padding: .5em 1em;
    font-weight: bold;
    background: url(popo_img/minifondo.gif);
}

div#admin label {
    display: block;
    width: 25%;
    float: left;
    margin-bottom: 10px;
    font-weight: bold;
}

div#admin input {
    width: 55%;
    margin-bottom: 10px;
    padding: .1em 3px !important;
}

div#admin input.submit {
    display: block;
    margin: 1em auto 0;
    width: auto;
    padding: .1em 2em !important;
}

div#admin select {
    width: 60%;
    margin-bottom: 10px;
}

div#admin br {
    clear: both;
}

div#menu_admin {
    /*text-align: center;*/
    border-top: 1px dotted #000;
    margin: auto -5px;
    margin-top: 3em;
    margin-bottom: -4em;
}

#menu_admin ul, div#nav ul
{
    padding: 3px 0;
    margin-left: 0;
    font-weight: bold;
    
}

#menu_admin ul li ul {
}

#menu_admin ul li, div#nav ul li
{
    list-style: none;
    margin: 0;
    display: inline;
}

#menu_admin ul li a, div#nav ul li a
{
    padding: 0 0.5em 0 0.75em;
    border-left: 1em solid #729841;
    background: #c0ff6d;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

#menu_admin ul li a {
    width: 200px;
}

#menu_admin ul li a:hover, div#nav ul li a:hover
{
    border-color: #c0ff6d;
    color: #FFF;
    background: #729841;
}

p.informacion {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;    
}


input.error {
    background: #ffa8a7 !important;
}

div#language label {
    display: block;
    width: 8em;
    float: left;
    padding-top: 3px;
    padding-left: 3px;
}

td#IndiceTotales {
    background: #6e9070;
    color: #fff;
    font-weight: bold;
    text-align:center
}

div#pie {
    text-align: center;
    margin: 2em auto 0;
    width: 50%;
    border-top: 1px dotted #000;
    margin-bottom: 1em; 
}

div#pie p {
    margin: auto;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    width: 70%;
    text-align: center;
}

div#pie ul li {
    list-style: none;
    display: inline;
    padding: 0 1em;
}

div#contenido dl {
    margin-left: 5em;
}

div#contenido dt {
    font-weight: bold;
}

div#contenido dd {
    margin-left: 4em;
    margin-bottom: 1em;
    width: 70%;
    text-align: justify;
}

div.ayuda q {
    display: block;
    margin: .5em 2em;
    font-style: oblique;
}

div.ayuda blockquote {
    display: block;
    margin: .5em 2em;
    background: #fff url(popo_img/minifondo.gif);
    border-left: 1px dotted #000;
    padding-left: .3em;
}

div#contenido dd a {
    font-weight: bold;
}

div#admin table#indice {
    width: 90% !important;
}

table td.resource_review input {
    display: block;
    margin: auto;
    margin-top: 5px;
}

div#admin h3 {
    font-size: 1.3em;
    margin-left: 0;
    margin-top: 1em;
}

table#estadisticas_ciudadestipo {
    margin-bottom: 1em;
}

table#estadisticas_ciudadestipo tr td tr  {
    margin: 0 1em;
    border: 1px solid #000;
}

table#estadisticas_ciudadestipo th, table#estadisticas_ciudadestipo table th {
    border: 1px solid #000;
}

table#estadisticas_ciudadestipo table {
    width: 100%;
    border: 1px solid #000;
    border-bottom: 0;
}

table#estadisticas_ciudadestipo table th {
    border: 0;
    border-bottom: 1px solid #000;
}

table#estadisticas_ciudadestipo table td {
    border-bottom: 1px solid #000;
}

table#estadisticas_ciudadestipo table td {
    padding-left: .5em;
}

table#estadisticas_ciudadestipo .total {
    padding: 0;
    text-align: center;
    
}

span.collapsed, span.extinct {
    font-weight: bold;
    color: red;
}

table.estadisticas_vacios td {
    padding: 0 5px;

}

div.stats table#indice {
    width: 95% !important;
}

div.stats table table {
    width: 100% !important;
}

table.estadisticas_vacios th {
    background: #8CB988;
    padding-top: 3px !important;
    padding-left: 3px !important;
    border-right: 1px dotted #000;
    text-align: left;
    width: 25%;
}

table.estadisticas_vacios td.estadisticas_tipo_lugar {
    width: 20%;
}

table.estadisticas_vacios .estadisticas_vacios_separador {
    border-top: 1px solid #000;
}

table.estadisticas_vacios .fila_impar {
    background: #D2FFC6;
}

div#contenido div.aviso {
    width: 80%;
    background: #ADFF7A;
    border: 3px solid #6FA34E;
    padding: 5px;
    margin: 1em auto;
    font-weight: bold;
    text-align: center
}

div#contenido div.error {
    background: #F78B8C;
    border-color: #F7253E;
}

div#contenido .aviso p {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}