/*---------------------------------------------------------------------
estilo.css
---------------------------------------------------------------------*/

div#logo a {
  display: block;
  width: 100%;
  height: 100%;
}
    
#logo {
   background: url(../imagenes/logo.png) no-repeat;
}
#key_visual {
   background: url(../imagenes/visual.jpg) no-repeat;
}

#slogan {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
}

a.main_nav_active_item {
 /* background: url(imagenes/n1active.gif) no-repeat; 
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #8DB977;
  background-position: top left; */
}

a.main_nav_active_item {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #FFA340;
  background-position: top left;
}

a.main_nav_item {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #BF0000;
}

.content h1 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #000066;
}

.content h2 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #006600;
}

.content h3 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #660000;
}

.content h4 {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #003300;
}

.content, .content p {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  color: #333333;
}

.content a:link {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: rgb(34,86,1);
}
.content a:visited {
  font-family: Arial,sans-serif;
  font-style: italic;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: rgb(48,122,30);
}

.content a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #89857C;
}

.content a:active {
  font-family: Arial,sans-serif;
  font-style: normal;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
  color: #8f0e0e;
}

