body {
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
  color: #333;
}

a {
  text-decoration: none;
  color: teal;
}

a:hover {
  color: #005c5c;
}

.col10 {
  width: 10%;
}
.col90 {
  width: 90%;
}

.clear {
  clear: both;
}

#div0 {
  width: 970px;
  border-left: 15px solid white;
  border-right: 15px solid white;
  margin: 0 auto;
}

#cabecera {
  height: 80px;
  background: url(../../img/1/cabecera1.jpg) left top no-repeat;
  margin: 10px 0;
  position: relative;
}

#cabecera h1 a {
  position: absolute;
  top: 9px;
  left: 10px;
  width: 176px;
  height: 55px;
  text-indent: -9999px;
}

#cabecera ul.enlaces {
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: 3px;
  float: right;
}

#cabecera ul.enlaces li {
  display: inline;
  border-left: 1px solid #086f76;
  padding: 0 0 0 4px;
}

#cabecera ul.enlaces li.primero {
  border: 0;
}

#cabecera ul.enlaces li a {
  color: #086f76;
  font-weight: bold;
}

#cabecera ul.enlaces li a:hover {
  color: #064e53;
}

#cabecera ul.tools {
  margin-top: 15px;
}

#cabecera .tamanyo {
  float: right;
  margin-top: 5px;
  clear: both;
  margin: 5px 10px 0 10px;
}

#cabecera .tamanyo li {
  display: inline;
}

#cabecera .tamanyo li.tam1 {
  font-size: 80%;
}

#cabecera .tamanyo li a {
  color: #086f76;
  font-weight: bold;
}

#cabecera .tamanyo li a:hover {
  color: #064e53;
}

/* Distintas Cabeceras */

#cabecera.cabecera_1 {
}

#cabecera.cabecera_2 {
  background: url(../../img/1/cabecera2.jpg) left top no-repeat;
}

#cabecera.cabecera_2 ul li a {
    color: white;
}

#cabecera.cabecera_2 ul li a:hover {
    color: #eee;
}

#subcabecera {
  padding-bottom:10px;
  width:760px;
}

#buscador {
  clear: both;
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}

#buscador #buscador_q {
  border: 1px solid #8a8a8a;
  font-size: 90%;
  padding: 1px;
  width: 150px;
  color: #666;
}

#buscador #buscador_send {
  font-family: arial, helvetica, sans-serif;
  border: 1px solid #8a8a8a;
  font-size: 85%;
  padding: 0px 2px;
  background-color: #8a8a8a;
  color: white;
  text-transform: uppercase;
  outline: none;
}

#descriptivo ul {
  list-style-type:square;
  line-height:23px;
}

#descriptivos li {
  margin-left: 3px;
}

#desc_comun {
  color: #999999;
  font-size: 12px;
}

#externos ul.enlaces {
  margin-bottom: 15px;
  list-style-type:square;
}

#externos ul.enlaces li {
  padding: 5px 0 2px 4px;
}

#formulario {
  padding: 0px 0 5px 0;
}

#galeria .interior .foto {
  width: 100px;
}

#galeria .foto {
  width: 150px;
}

#galeria .colJ {
  float:left;
  margin:0.5em 45px 0 0;
  padding:0 0 1em;
  width:150px;
}

#galeria .colJd {
  float:left;
  margin:0.5em 0 0 0;
  padding:0 0 1em;
  width:150px;
}

#portada #principal {
  width: 478px;
  float: left;
  margin-right: 14px;
}

#portada #lateral {
  width: 478px;
  float: left;
}

#menusup {
  margin-bottom: 5px;
}

#menusup li {
  display: inline;
  float: left;
  text-align: center;
  font-size: 120%;
  line-height: 250%;
  margin-bottom: 10px;
}

#menusup a {
  display: block;
  text-decoration: none;
  color: white;
}

#menusup .menu_1 a {
  width: 161px;
  height: 37px;
  background: url(../../img/1/menu1off.gif) left top no-repeat;
}

#menusup .menu_1 a:hover, #menusup .menu_1on a {
  background: url(../../img/1/menu1on.gif) left top no-repeat;
}

#menusup .menu_2 a {
  width: 156px;
  height: 37px;
  background: url(../../img/1/menu2off.gif) left top no-repeat;
}

#menusup .menu_2 a:hover, #menusup .menu_2on a {
  background: url(../../img/1/menu2on.gif) left top no-repeat;
}

#menusup .menu_3 a {
  width: 160px;
  height: 37px;
  background: url(../../img/1/menu3off.gif) left top no-repeat;
}

#menusup .menu_3 a:hover, #menusup .menu_3on a {
  background: url(../../img/1/menu3on.gif) left top no-repeat;
}

#actualidad {
  float: left;
  width: 270px;
  margin-right: 12px;
  background: url(../../img/1/actualidadbod.gif) left top repeat-y;
}

#actualidad .top {
  height: 11px;
  background: url(../../img/1/actualidadtop.gif) left top no-repeat;
}

#actualidad .bot {
  height: 11px;
  background: url(../../img/1/actualidadbot.gif) left top no-repeat;
}

#actualidad h1 {
  font-size: 100%;
  background-color: #f0f0f0;
  width: 90%;
  margin-top: 5px;
  padding: 3px 0 3px 10px;
  color: #086f76;
  text-transform: uppercase;
}

#noticias h2 {
  margin: 15px 0;
  padding: 0 1em;
  line-height: 120%;
}

#noticias h2 a {
  color: #086f76;
}

#noticias .fecha {
  font-weight: bold;
  color: #086f76;
}

#noticias .mas {
  text-align: right;
  margin: 10px 10px 20px 0;
}

#noticias .mas a {
  color: #086f76;
  font-weight: bold;
}

#noticias .texto {
  text-align:justify;
}

#noticia_img {
  width: 245px;
  height: 197px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#noticia_img img {
  width: 245px;
}

#noticia_img .lt {
  position: absolute;
  top: 0;
  left:0;
  width: 9px;
  height: 9px;
  background: url(../../img/1/recuadro1.png) left top no-repeat;
}

#noticia_img .rt {
  position: absolute;
  top: 0;
  right:0;
  width: 9px;
  height: 9px;
  background: url(../../img/1/recuadro1.png) right top no-repeat;
}

#noticia_img .lb {
  position: absolute;
  bottom: 0px;
  left:0;
  width: 9px;
  height: 9px;
  background: url(../../img/1/recuadro1.png) left bottom no-repeat;
}

#noticia_img .rb {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 9px;
  height: 9px;
  background: url(../../img/1/recuadro1.png) right bottom no-repeat;
}

#noticias ul {
  margin-top: 10px;
}

#noticias ul li {
  background: #f0f0f0;
  margin: 0 9px 1px 9px;
  padding: 5px;
  font-weight: bold;
  line-height: 120%;
}

#noticias ul li.activo {
  background: #d2d2d2;
}

#noticias ul li a {
  color: #465f5f;
}

#noticias ul li a:hover {
  color: #334545;
}

#multimedia .video0 {
  width: 245px;
  margin: 10px auto;
  overflow: hidden;
}

#multimedia ul {
  margin-left: 10px;
}

#multimedia ul li {
  float: left;
  border: 1px solid #999;
  padding: 1px;
  margin-right: 2px;
}

#multimedia ul li img {
  display: block;
}

#banners {
  float: left;
  width: 196px;
}

#calendario {
  width: 196px;
}

#calendario .bod {
  background: url(../../img/1/calendariobod.gif) left top repeat-y;
  height: 130px;
}

#calendario .top {
  height: 11px;
  background: url(../../img/1/calendariotop.gif) left top no-repeat;
}

#calendario .bot {
  height: 11px;
  background: url(../../img/1/calendariobot.gif) left top no-repeat;
}

#calendar-container {
  width: 165px;
  margin: 0 auto;
}

#banners .banner img{
  margin-top: 10px;
  width: 196px;
}

#pie {
  background-color: #e5e5e5;
  color: #465F5F;
  margin-top: 20px;
  padding: 5px;
}

#pie a {
  color: #465F5F
}

#pie a:hover {
  color: #334545;
}

#pie ul.enlaces {
  float: right;
}

#pie ul.enlaces li {
  display: inline;
  margin-left: 25px;
}

#destacados {
  margin-bottom: 20px;
}

#destacado0 {
  width: 478px;
  height: 346px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

#destacado0 img {
  width: 478px;
  height: 346px;
}

#destacado0 .lt {
  position: absolute;
  top: 0;
  left:0;
  width: 9px;
  height: 9px;
  background: url(../../img/1/recuadro1.png) left top no-repeat;
}

#destacado0 .rt {
  position: absolute;
  top: 0;
  right:0;
  width: 9px;
  height: 9px;
  background: url(../../img/1/recuadro1.png) right top no-repeat;
}

#destacado0 .lb {
  position: absolute;
  bottom: 0px;
  left:0;
  width: 9px;
  height: 9px;
  background: url(../../img/1/recuadro1.png) left bottom no-repeat;
}

#destacado0 .rb {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 9px;
  height: 9px;
  background: url(../../img/1/recuadro1.png) right bottom no-repeat;
}

#principal .c1_1 {
  float: left;
  width: 478px;
}

#principal .c1_2 {
  float: left;
  width: 229px;
  margin-right: 20px;
}

#principal .c2_2 {
  float: left;
  width: 229px;
}

#principal .c h2 {
  font-size: 100%;
  background-color: #f0f0f0;
  margin-top: 5px;
  padding: 3px 0 3px 10px;
  color: #086f76;
  text-transform: uppercase;
}

#quehacerpara {
  margin-bottom: 20px;
}

#quehacerpara ul {
  margin: 10px 0 0 0;
}

#quehacerpara li {
  list-style-type: square;
  margin-left: 25px;
  margin-bottom: 5px;
}

#quehacerpara li a {
  color: #333;
}

#quehacerpara li a:hover {
  color: #000;
}

#quehacerpara .mas {
  text-align: right;
  margin: 0px 10px 20px 0;
}

#quehacerpara .mas a {
  color: #086f76;
  font-weight: bold;
}

#telefonos {
  margin-bottom: 20px;
}

#telefonos table {
  margin: 10px 0;
  width: 100%;
}

#telefonos th {
  text-align: left;
  font-weight: bold;
  width: 60%;
  padding: 3px 3px 3px 5px;
  color: #086f76;
}

#telefonos td {
  width: 40%;
  text-align: left;
  padding: 3px 3px 3px 5px;
  font-weight: bold;
}

#telefonos .mas {
  text-align: right;
  margin: 0px 10px 20px 0;
}

#telefonos .mas a {
  color: #086f76;
  font-weight: bold;
}

#encuesta {
  margin-bottom: 20px;
}

#encuesta h3 {
  margin: 10px 0 10px 0;
  color: #086f76;
  font-weight: bold;
}

#encuesta td {
  padding: 3px;
  vertical-align: middle
}

#encuesta .opciones {
  text-align: center;
  margin: 10px 0;
}

#encuesta .opciones .botGrande {
  text-align: center;
  border: 0px;
  color: #086f76;
  background-color: white;
  font-weight: bold;
  font-size: 100%;
  cursor: pointer;
  font-family:arial,helvetica,sans-serif;
}

#encuesta .opciones a {
  color: #086f76;
  font-weight: bold;
  margin: 0 15px;
}

#principal #social {
  margin-bottom: 20px;
  width: 478px;
}

#resultados_buscador .enlaces li {
  list-style-type: square;
  padding: 0 0 0 4px;
}

#social div {
}

#principal #social h2 {
  text-align: left;
  display: inline;
  background: white;
  margin: 5px 5px 5px 0;
}

#social ul {
  display: inline;
}

#social li {
  margin-top: 10px;
  display: inline;
  margin: 5px;
}

#social li img {
  vertical-align: middle
}

#principal {
  width: 760px;
  float: left;
  margin-right: 14px;
}

#principal_ancho {
  width: 100%;
  float: left;
  margin-right: 14px;
}

#principal_ancho .lsep2 {
  width: 100%;
}

#lateral {
  float: left;
  width: 196px;
}

.interior_con_menu {
  float: left;
  width: 546px;
}

/* Menú lateral */

.menulat {
  float: left;
  width: 200px;
  margin-right: 14px;
}

.menulat a, .menulat a:visited, .menulat a:hover {color: #333; text-decoration: none}
.menulat {margin-bottom: 20px;}
.menulat ul {border-top: 1px solid #e0e0e0;}
.menulat li {list-style: none;padding: 6px 0px 6px 5px; border-bottom: 1px solid #e0e0e0; border-top: 1px solid white; background-color: #eee}
.menulat li li {list-style: none; padding-left: 5px; margin-bottom: 2px; border: 0}
.menulat li ul {padding-top: 5px; margin-top: 5px; border-top: 1px solid #e0e0e0}
.menulat li ul li {padding: 1px 0 1px 10px; border-bottom: 0}
.menulat li ul ul {margin-top: 0; border-top: 0}
.menulat .nivel_env {display: block;}
.menulat .nivel_activo a {font-weight: bold; color: teal;}
.menulat .nivel_no_activo a {font-weight: bold; color: #333;}
.menulat .nivel_no_activo a {font-weight: normal}
.menulat .nivel_no_activo .nivel_env {display: none}
.menulat .activo a {color: teal; font-weight: bold}

#destacados .opciones {
  position: absolute;
  bottom: 20px;
  background: teal;
  left: 0;
  right: 0;
  padding: 2px 0 2px 0;
  text-align: right;
  line-height: 100%;
  filter: alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  width: 100%;
}

#destacados ul {
  margin-right: 20px;
}

#destacados li {
  display: inline;
  font-size: 80%;
  margin-left: 3px;
}

#destacados li a {
  color: white;
  padding: 0px 3px;
  border: 1px solid white;
}

#destacados li.activo a {
  background-color: #053738;
  border: 1px solid #053738;
}


#breadcrumb {
  color: #666;
}

#breadcrumb a {
  color: teal;
}

.colJ {
  float:left;
  margin:0.5em 98px 0 0;
  padding:0 0 1em;
  width:244px;
}

.colJd {
  float:left;
  margin:0.5em 0 0 0;
  padding:0 0 1em;
  width:244px;
}

.ficha .texto {
  text-align:justify;
}

.foto_pie {
  background:#F7F7F7 none repeat scroll 0 0;
  border-bottom:2px solid teal;
  padding:5px;
}

.interior {
  line-height: 130%;
}

.interior p {
  margin-bottom: 1em;
}

.interior p a{
  color: teal;
}

.interior h2 {
  font-weight: bold;
  font-size: 150%;
  color: teal;
  border-bottom: 1px solid teal;
  margin: 10px 0;
}

.interior .derecha {
  float: right;
  margin: 0 0 0 1em;
}

.interior .izquierda {
  float: left;
  margin: 0 1.5em 0 0;
}

.interior .paginacion {
  margin-top:10px;
  margin-bottom:5px;
}

.interior .paginacion li {
  border:1px solid #999999;
  display:inline;
  margin-left:3px;
  padding:2px 5px;
}

.interior .paginacion p {
  float:left;
  margin:0;
  padding:0;
  margin-top:1em;
}

.interior .paginacion ul {
  padding-top:10px;
  text-align:right;
}

.interior .recuadro {
  border: 1px solid #999;
  padding: 2px;
  margin-bottom: 5px;
}

.interior .recuadroMenu {
  border: 1px solid #999;
  padding: 2px;
  margin-bottom: 5px;
  margin-left: 0px;
}

.interior .relaciones .masinfo h2 {
  border-bottom: 0px;
}

.interior .relaciones .masinfo h3 {
  border-bottom: 0px;
}

.interior .relaciones .masinfo h5 {
  border-bottom: 0px;
}

.interior .relaciones .contenidosrelacionados h5 {
  border-bottom: 0px;
}

.interior .relaciones h3 {
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px solid teal;
  margin-top:10px;
}

.interior .relaciones h5 {
  font-weight: bold;
  font-size: 120%;
  border-bottom: 1px solid teal;
  margin-top:10px;
}

.interior .foto {
  width: 245px;
}

.interior .foto_ancha {
  width: 540px;
}

.interior .foto_mini {
  width: 100px;
}

.interior .iconos {
  width: 20px;
}

.interior #externos li.subtipos {
  background-color: #E0E0E0;
  border-bottom:1px solid #000000;
  border-top:1px solid #000000;
  text-align: center;
  list-style-type: none;
  padding: 0px;
  margin-left: 0px;
}

.interior .listado {
  width: 100%;
}

.interior .listado th {
  background-color: #63B1BE;
  border-bottom: 2px solid teal;
  color: white;
  padding: 2px;
}

.interior .listado td {
  vertical-align: middle;
  height:23px;
}

.interior .listado td.subtipos {
  background-color: #E0E0E0;
  border-bottom:1px solid #000000;
  border-top:1px solid #000000;
  text-align: center;
}

.interior .listado .centrado {
  text-align: center;
}

.interior .listado .direccion {
  border-bottom: 1px solid #999;
}

.interior .listado .par, .interior .listado .par td {
  background-color: #F7F9F0;
}

.interior .listado .titulo {
  padding-top: 10px;
}

.interior .listado .foto {
  width: 80px;
  padding-right:5px;
}

.interior p {
  margin-bottom: 1em;
  text-align:justify;
}

.interior p.subtitulo {
  margin-bottom: 1em;
  text-align: justify;
  color: teal;
}

.interior h3 {
  font-weight: bold;
  margin-top: 8px;
}

.interior .herramientas {
  float: right;
  margin-top: 15px;
  margin-left: 30px;
}

.interior .herramientas a {
  color: teal;
}

.interior li {
  margin-left: 20px;
}

.interior .subtipos h3 {
  font-weight: bold;
  margin:3px 0;
}

.lsep2 {
  border-bottom:1px solid #D1CFCA;
  clear:both;
  margin:0;
  padding:0 0 10px;
  width:930px;
}

.masinfo ul li {
  list-style-type: square;
  margin-left:20px;
}

#listado .foto {
  width: 80px;
  padding-right:5px;
}

#pie .derecha {
  float: right;
  clear: right;
  margin-top: 5px;
}

#pie .derecha ul.enlaces{
  float: right;
}

#tools_escuchar {
    background: url(../../img/1/vozme.gif) right top no-repeat;
    padding-right: 20px;
    margin-left: 15px;
}

.mapaWeb ul {
  margin: 0;
  padding: 0;
}

.mapaWeb ul li {
  margin: 0;
  padding: 0;
  float: left;
  width: 23%;
  margin-right: 2%;
}

.mapaWeb ul li a {
  display: block;
  border-bottom: 1px solid #999;
  padding: 15px 5px 5px 0px;
  margin-bottom: 5px;
  font-size: 120%;
  color: black;
  font-weight: bold;
}

.mapaWeb ul ul li {
  float: none;
  width: auto;
  margin: 0;
}

.mapaWeb ul ul li a {
  display: block;
  border:0;
  background-color: white;
  padding: 3px 0;
  text-align: left;
  margin: 0;
  font-size: 100%;
  color: teal;
  font-weight: normal;
}


.mapaWeb ul ul ul li {
  margin-left: 2em;
}
