#menu {
  border-bottom:15px solid #FFFFFF;
  overflow:hidden;
}

#menu ul {
  list-style:none;
}

#menu li a {
  width:153px;
  height: 17px;
  display:block;
  float:left;
  color:#ccc;
  text-align:center;
  padding:12px 0 11px 0;
  text-decoration:none;
  border-right: 1px solid #555;
  background-image:url(../images/css/menu_sup.gif);
  background-position: top center;
  background-repeat:no-repeat;
}

#menu #menu_item_1 a {
  background-position: top left;
}

#menu #menu_item_1 a:hover {
  background-image:url(../images/css/menu_sup.gif);
}

#menu #menu_item_6 a {
  background-position: top right;
  border:none;
}

#menu li a:hover {
  background-image:url(../images/css/menu_sup_over.gif);  
  color:#000000;
}


#main {
  clear:both;
  background-repeat:no-repeat;
  background-position: 0 0;
  background-color:#f5f8f8;
  overflow:hidden;
}

#main strong, #main h1 {
  color:#00a3d2;
}

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

#main ul {
  list-style:disc;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}

#main a:hover {
  color:#444;
}

#menu_inf {
  border-top:10px solid #FFFFFF;
  overflow:hidden;
  clear:both;
}

#menu_inf ul {
  list-style:none;
}

#menu_inf li a {
  width:288px;
  font-size: 170%;
  display:block;
  float:left;
  background-color:#fff;
  color:#fff;
  text-align:left;
  padding:20px 0px 20px 20px;
  height:50px;
  text-decoration:none;
  background-image:url(../images/css/menu_inf.gif);
  background-repeat:no-repeat;
  background-position: center center;
}

#menu_inf li a img {
  vertical-align:middle;
  margin-right: 12px;
}

#menu_inf li a:hover {
   background-image:url(../images/css/menu_inf_over.gif); 
}


#menu_contextual {
  width: 150px;
  float: left;
  padding-right:40px;
}

#menu_contextual ul {
  list-style:none;
}

#menu_contextual li a {
  width:150px;
  height: 15px;
  display:block;
  text-align:center;
  padding:12px 0;
  text-decoration:none;
  color:#FFFFFF;
  background-image:url(../images/css/menu_contex.gif);
  background-repeat:no-repeat;
  background-position: center center;
}

#menu_contextual li a:hover {
   background-image:url(../images/css/menu_contex_over.gif); 
   color:#00a3d2;   
}

#menu_contextual li a.active {
   background-image:url(../images/css/menu_contex_over.gif); 
   color:#fff;   
}

.link_boton {
  padding-right:70px;
}

.contenido_derecha {
  float:right;
}

.ficha_cliente {
  height:293px;  
  width:240px;
  padding: 15px 34px 0 34px;
  float:left;
  background-image:url(../images/fondos/ficha_cliente.gif);
  background-position: center center;
  background-repeat:no-repeat;
}

.ficha_cliente h2 {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
  height: 80px;
  text-align:center;
  color:#00a3d2;
  font-size: 100%;
  width: 240px;
}

.ficha_cliente p {
  text-align: center;
  font-size:90%;
}


#map {
  width:560px;
  height:500px;
  float:right;
  margin-left:1.5em;
  border:1px solid #ddd;
}

.derecha {
  float:right;
  margin: 0 0 1em 1em;
}

.izquierda {
  float:left;
  margin: 0 1em 1em 0;
}

.datos {
 border-left: 1px solid #aaa;
 border-top: 1px solid #aaa; 
 width:700px;
}

.datos th, .datos td {
  padding: 2px 8px;
}

.datos th {
  color:#000;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;  
}

.datos td {
  color:#666;
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
  font-size:90%;
}

td.no_border, th.no_border {
  border-right: none;
}

.datos tr:hover td {
  background-color:#f0f0f0;
}

.justificado {
  text-align:justify;
}