#menu_top {
	position: absolute;
	width: 552px;
	height: 106px;
	z-index: 2;
	left: 458px;
	top: 46px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#contenedor_top {
	position: absolute;
	width: 1024px;
	height: 200px;
	z-index: 1;
	background-image: url(../img/back_menu.png);
}
#contenedor_pie {
	position: absolute;
	width: 1024px;
	height: 189px;
	z-index: 1;
	background-image: url(../img/back_pie.png);
	background-repeat: repeat;
}



#logo {
	position: absolute;
	width: 412px;
	height: 77px;
	z-index: 1;
	left: 8px;
	top: 62px;
}
#menu {
	width: 150px;
	padding-top: 20px;
	padding-left: 20px;
}
#menu ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration: none;
	line-height: 20px;
	padding-left: 20px;
}
#menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}



  .boton1 {
	position: absolute;
	height: 28px;
	margin: 0 auto;
	width: 28px;
  }
  .boton1 img {
	left: 0;
	position: absolute;
	top: 0;
	width: 28px;
  }
  .boton1 img.novisible {opacity:0;filter:alpha(opacity=0);}
  .boton1:hover img.novisible {opacity:1;filter:alpha(opacity=100);}
  .boton1:hover img.visible {opacity:0;filter:alpha(opacity=0);}
  .boton1 img.visible:hover {opacity:0;filter:alpha(opacity=0);}
  
  .boton1 img {
  -moz-transition: all .75s ease-in-out;
  -webkit-transition: all .75s ease-in-out;
  -o-transition: all .75s ease-in-out;
  transition: all .75s ease-in-out;
}
.boton1 {
	transition: transform 0.4s;
	-webkit-transition: -webkit-transform 1.8s;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
.boton1:hover{
/*	transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
*/	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
