* { margin:0; padding:0; border:0; color: #000000; }

  body {
	  margin: 0px;
	  background: #ffffff;
  }
 
  .forms {
	  font-family: Arial;
	  font-size: 10px;
  }
 
  #main {
  	width: 1000px;
  	margin-left: auto;
  	margin-right: auto;
  }
  
  #left {
    width: 168px;
    float: left;
  }
  
  #logo {
    width: 165px;
    padding-top: 20px;  
  }
  
  #menu {
    margin-top: 5px;
  }
  
  #categoria {
    width: 160px;
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  #subcategoria {
    width: 151px;
    margin-left: 15px;
    margin-top: 5px;
  }
  
  #subcategoria_image {
    width: 135px;
    height: 33px;
    padding-bottom: 3px;
  }
  

  #subcategoria_image a img {
  	border: 1px solid #FFFFFF;
  }
  
  #subcategoria_image a:hover img {
  	border: 1px solid #000000;
  } 
  
  #right {
    width: 820px;
    float: right;
  }
 
  #header {
  	width: 792px;
  	height: 200px;
  	background-image: url(../images/header.gif);
  	background-repeat: no-repeat;
  }

  #menu_top {
  	width: 461px;
    padding-left: 36px;
  }
  
  #menu_item {
    padding-top: 27px;
    float: left;
  }

  #menu_separador {
    width: 1px;
    height: 24px;
    margin-top: 30px;
    float: left;
    background-color: #615500;
  }  

  #banner {
  	position: absolute;
  	width: 484px;
    margin-left: 22px;
    margin-top: 88px;
  }
  
  #content {
  	width: 744px;
  	border-left: 4px solid #000000;
  	border-right: 4px solid #000000;
  	border-bottom: 4px solid #000000;
  	background-color: #ffeb01;
  	padding-left: 20px;
  	padding-right: 20px;
  	padding-bottom: 20px;
	  font-family: Arial;
	  font-size: 11px;
	  color: #000000;
  }
  
  #footer {
  	width: 485px;
  	height: 21px;
  	margin-top: 10px;
	  font-family: Arial;
	  font-size: 10px;
	  padding-top: 6px;
	  padding-left: 21px;
  	background-image: url('../images/bkg_footer.gif');
  	background-repeat: no-repeat;    
  }
  
  #big_title {
  	position: absolute;
	  margin-top: 172px;
	  padding-left: 23px;
	  font-family: Arial;
	  font-size: 20px;
  }

  #text_11 {
	  width: 605px;
	  font-family: Arial;
	  font-size: 10pt;
	  text-align: justify;
  }
  
  #text_12 {
	  width: 605px;
	  font-family: Arial;
	  font-size: 12px;
	  text-align: justify;
  }

  #content_left {
    width: 49%;
    float: left;
  }

  #content_right {
    width: 49%;
    float: right;
  }
  
  #content_title {
    width: 170px;
    background-color: #000000;
    padding: 6px;
  }

  #content_box {
    width: 344px;
    height: 98px;
    margin-top: 6px;
    padding: 8px;
  	background-image: url(../images/bkg_white_box.gif);
  	background-repeat: no-repeat;   
	  font-family: Arial;
	  font-size: 10px;
	  text-align: justify;
  }
  
  #content_box_square {
    width: 98px;
    height: 98px;
    margin-top: 6px;
    padding: 8px;
  	background-image: url(../images/bkg_white_box_square.gif);
  	background-repeat: no-repeat;   
	  font-family: Arial;
	  font-size: 10px;
	  color: #000000;
	  text-align: justify;
  }
  
  .box_title {
	  font-family: Arial;
	  font-size: 14px;
	  font-weight: bold;
  }
  
  #map {
		border: 1px solid #9b9b96;
		width: 700px;
		height: 300px;
		margin: 0 0 15px 15px;
		padding-top: 15px;
	}
  
  #image_browse {
    width: 90px;
    float: left;
    margin-right: 15px;
  }
  
  #paginador {
	  font-family: Arial;
	  font-size: 18px;
  }

  #paginador a {
  	text-decoration: none;
  }
  
  #paginador a:hover {
  	text-decoration: underline;
  }
  
 
  /* ***************************************** */
  
  .highslide {
  	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
  }
  .highslide img {
  	border: 4px solid black;
  }
  .highslide:hover img {
  	border: 4px solid black;
  }
  
  .highslide-image {

  }
  .highslide-image-blur {
  }
  .highslide-caption {
      display: none;
      border: 2px solid white;
      border-top: none;
      font-family: Verdana, Helvetica;
      font-size: 10pt;
      padding: 2px;
      background-color: white;
  }
  .highslide-display-block {
      display: block;
  }
  .highslide-display-none {
      display: none;
  }
  .highslide-loading {
    display: block;
  	color: white;
  	font-size: 9px;
  	font-weight: bold;
  	text-transform: uppercase;
    text-decoration: none;
  	padding: 3px;
  	border-top: 1px solid white;
  	border-bottom: 1px solid white;
    background-color: black;
  }
  a.highslide-credits,
  a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
  	font-size: 10px;
  }
  a.highslide-credits:hover,
  a.highslide-credits:hover i {
    color: white;
    background-color: gray;
  }
  
.highslide-html {
    background-color: white;
    border: 2px solid gray;
}
  
.highslide-html-content {
	position: absolute;
    display: none;
    padding: 5px;
}

.control {
	float: right;
  display: block;
  /*position: relative;*/
	margin: 0 5px;
  font-family: Arial;
	font-size: 12px;
  font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

#main_ampliar {
 	width: 440px;
 	margin-left: auto;
	margin-right: auto;
  font-family: Arial;
	font-size: 12px;
	color: #000000;
}

#hide_imagen {
    display: none;
}