/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 11-May-2015, 00:05:59
    Author     : lhuacho
*/

.description{
  font-size: 10px;
  padding-left: 10px;
}

.google-graph{
  clear: both;
}

.graphic{
  /*-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #ccc;*/
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;

}

#sinia-display-data-form{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 20px;
  width: 100%;
}

.fuente-datos{
  #border-right: solid 1px #ccc;
  #border-top: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 3%;
  width: 65%;
}

.titulo_indicador{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.u_medida{
  width: 100%;
  text-align: center;
}

.geoservidor{
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: solid 1px #ccc;
  background-color: #ccc;
  text-align: center;
  font-weight: bold;
  padding: 10px;
 
  width: 30%
}

.geoservidor2{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 20px;
 
  width: 26%
}

.data-sheets{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 20px;
 
  
  width: 300px;
  text-align:center;
}

.data-excel{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #ccc;
  padding: 10px;
  margin-bottom: 20px;
  
  width: 300px;
   text-align:center;
}

.geoservidor-link{
  color: #000099;
}

ul.indicadores-relacionados{
  list-style-type: square;
  margin-left: 15px;
}

ul.categorias-tree{
  list-style-type: square;
  margin-left: 30px;
}

.listado-indicadores-relacionados{
 
  width: 30%;
  padding: 10px 0 0 10px;  
}

h3.listado-indicadores-relacionados{
  font-size: 1em;
}


table.datos-indicador{
  margin-top: 20px;
  padding-top: 20px;
}

.titulo{
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.contenido{
  fon-size: 1em;
  margin-bottom: 20px;
}

table.datos-indicador tr th:nth-child(2),
table.datos-indicador tr th:nth-child(3),
table.datos-indicador tr th:nth-child(4),
table.datos-indicador tr th:nth-child(5),
table.datos-indicador tr th:nth-child(6),
table.datos-indicador tr th:nth-child(7),
table.datos-indicador tr th:nth-child(8),
table.datos-indicador tr th:nth-child(9),
table.datos-indicador tr th:nth-child(10)
{
  text-align: right;
}

table.datos-indicador tr td:nth-child(2),
table.datos-indicador tr td:nth-child(3),
table.datos-indicador tr td:nth-child(4),
table.datos-indicador tr td:nth-child(5),
table.datos-indicador tr td:nth-child(6),
table.datos-indicador tr td:nth-child(7),
table.datos-indicador tr td:nth-child(8),
table.datos-indicador tr td:nth-child(9),
table.datos-indicador tr td:nth-child(10)
{
  text-align: right;
}

.subtitle {
  display: block;
  clear:both;
}
