html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
 padding: 0;
 margin: 0;
 list-style: none;
 color: #5f5f5f; 
}
p, li {
 font-size: 110%; 
 line-height: 1.4em;
}
ul ul li {
font-size: 100%;
}
p {
 
 padding-left: 0px;
}
img {
  border: 0px;
}
a {
color: #004494;
}
a:hover {
color: #CD2A2E;
}

body {
 font-size: 62.5%; 
 text-align: center;
 font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
 background: #FFFFFF;
    }
    
    
    
#content {
  width: 980px;
  text-align: left; 
  margin: 0 auto; 
  position: relative;
}
#header {
 width: 980px; 
 height: 126px;
 overflow: hidden; 
 position: relative;
 background: url(img/head.jpg) no-repeat;
 background-position: 0px 5px;
 top: 0;
}

#header a.home_logo{
  display: block;
  width:  244px;
  height: 55px;
  position: relative;
  top: 40px;
  left: 0px;
}

#header #menu2{
  position: relative;
  top: 50px;
  left: 580px;
  width: 400px;
  text-align: right;
}
#menu2 li{
  display: inline;
}
#menu2 li span{
  padding: 0px 5px;
}
#menu2 li.home a{
  padding-right:20px;
  background:transparent url(img/home.jpg) no-repeat right top;
}
#menu2 li.mapa a{
  padding-right:20px;
  background:transparent url(img/mapa.jpg) no-repeat right top;
}
#menu2 li.mail a{
  padding-right:20px;
  background:transparent url(img/mail.jpg) no-repeat right top;
}


#main-content {
  /*width:  980px;*/
  width:728px;
  /*height: 547px;*/
  height: 597px;
  /*padding-top: 57px;*/
  padding-top: 7px;
  background:transparent url(img/main2.png) no-repeat;
}

#main {
  /*width:  921px;*/
  width:669px;
  height: 488px;
/*   background:transparent url(img/mapa.png) no-repeat; */
  margin-left: 30px;
}

#main h2{
  background:transparent url(img/ico_red.jpg) no-repeat scroll left center;
  color:#5F5F5F;
  font-size:120%;
  font-weight:bold;
  margin:8px 0 28px 0;
  padding:0 0 0 17px;
}



#menu-content{
  width:  980px;
  height: 35px;
  padding-bottom: 5px;
  padding-top: 12px;
  background:transparent url(img/menu.jpg) no-repeat;
}

#menu-content ul {
  margin-left: 20px;
}
#menu-content ul li a {
  color:#FFFFFF;
  display:block;
  float:left;
  font-weight:bold;
  text-decoration:none;
  font-size:140%;
  line-height:23px;
  width: 200px;
  text-align: center;
}
#menu-content ul li a:hover {
  color:#000000;
  background:transparent url(img/menu_back.png) no-repeat;
}

#footer{  
  padding: 3px 0px 5px;
}
h1.hide, #menu-content h2 {
display: none;
}

