body {
  font-size: 75%;
  font-family:Arial, Helvetica, sans-serif;
  color:#333;  
  text-align:center;
  background-color:#dedede;  
}

#container {
  background-image:url(../images/css/fondo_container.gif);
  background-position: top right;
  background-repeat:repeat-y;
}

#header {
  height: 104px;
  background-image:url(../images/cabeceras/cabecera_defecto.jpg);
  background-repeat:no-repeat;
  border-bottom: 5px solid #dedede;
  text-align: right;
  padding: 15px 10px 5px 0;
  font-size:90%;
}

#idiomas {
  background-color: #FFFFFF;
  padding: 5px 0;
}

#header a {
  color: #666666;
  text-decoration:none;
}

#header a:hover {
  color: #000;
}

#menu {
  padding: 10px 0;
  margin-bottom:5px;
/*  background: url(../images/css/fondo_redondeado_top.gif) no-repeat top right #6a6a6a;*/
  background-color:#6a6a6a;
}

#menu li {
}

#menu li a {
  color: #FFFFFF;
  text-decoration:none;
  padding: 3px 0px 3px 8px;
  display:block;
  font-size:100%;
}

#menu li ul {
}

#menu li ul li a {
  font-size:95%;
  padding-left:15px;
}

#menu li.active a, #menu li a:hover {
  background-color:#8ba8cc;
}

#menu li.active ul li.active a {
  color:#333;
  font-weight: bold;
}


#sub_item_empresa, #sub_item_lineas_actividad {
  display:none;
}

#destacado_noticias {
/*  background: url(../images/css/fondo_redondeado_top.gif) no-repeat top right #b2b2b2;*/
  background-color:#b2b2b2;
  padding:10px;
  font-size:90%;
  color:#666;
  margin-bottom:5px;
}

#destacado_noticias h1 {
  font-size:120%;
  margin-bottom:0.5em;
  color: #333333;
  font-weight:bold;
}

#destacado_noticias h2 {
  color: #333333;
  font-size:110%;
  margin-bottom:0.25em;  
}

#destacado_noticias a {
  color:#FFFFFF;
  text-decoration:none;
}

#banner {
}

#logo_gema {
  text-align:right;
}

#breadcrumps {
  background:url(../images/css/fondo_breadcrump.gif) no-repeat #fff;
  padding: 9px 20px;
  color:#666;  
}

#breadcrumps strong {
  color:#eb9d23;
}

#breadcrumps a {
  color:#666;
  text-decoration:none;
}

#breadcrumps a:hover {
  color:#000;
}

#main {
  clear:both;
  padding:15px 20px;
  background: url(../images/css/fondo_main.gif);
  background-repeat:repeat-x;
  background-color:#FFFFFF;
  color:#666;
}

#main a {
  color: #eb9d23;
  text-decoration:none;
}

#main a:hover {
  color:#000000;
  text-decoration:none;
}

#main h1, #main h2 {
  color:#8ba8cc;
}

#main ul {
  margin: 0 0 2em 2em;
  list-style:disc;
}

#main li {
  margin-bottom:5px;
}

#map {
  height:300px;
  border:1px solid #999999;
  margin-bottom:1.5em;
}

#form_buscador {
  background-color:#980000;
  padding: 8px 15px;
  margin-bottom:2em;
}

#form_buscador #texto_buscador {
  border:1px solid #888;
  width:400px;
}

.msg_info {
  padding: 100px 0 100px 180px;
  text-align:center;
  color: #555;
  font-size:150%;
}

/* MENU CONTEXTUAL */

#footer {
  padding: 10px;
  clear:both;
  font-size:90%;
  text-align:right;
  background-color:#dedede;  
}

#paginas {
  clear:both;
  text-align:right;
  margin-top:20px;
  margin-bottom:10px;
  padding: 8px 10px;
  font-size:90%;
  background-color:#fafafa;
}

#paginas a {
  padding:1px 5px;
  border:1px solid #96979a;
  margin-right:3px;
  color:#96979a;
  text-decoration: none;
}

#paginas a:hover, #paginas a.activo {
  background-color:#CCCCCC;
  color:#d30013;
}

.datos {
  font-size:90%;
  text-align: left;
  border-left: 1px solid #8a8b8e;    
  width:100%;
}

.datos th, .datos td {
  padding: 4px 5px;
  border-bottom: 1px solid #8a8b8e;  
  border-right: 1px solid #8a8b8e;    
}

.datos th {
  color:#fff;
  background-color:#8a8b8e;
}

.clear {
  clear:both;
  height: 1px;
}

.ficha_gris {
  width:180px;
  padding:15px;
  background-color:#eee;
  float:right;
  margin: 0 0 1em 3em;
}

#main .ficha_gris a {
  color: #8ba8cc;
  text-decoration:none;
}

#main hr {
  clear:both;
}

.ficha_gris img {
  margin-bottom:10px;
}

.ficha_gris p {
  margin-bottom:0;
}

.fecha {
  font-size:90%;
  font-style:italic;
  margin-bottom:0.5em;
}

.rounded {
/*  -moz-border-radius:2ex;
  -webkit-border-radius:2ex;*/
} 
