body{
  font-family: tahoma, verdana, arial;
  font-size: 12px;
}
div#marco{
  position:absolute;
  width:877px;
  height:506px;
		top: 50%;
		left: 50%;
		margin-left: -440px;
		margin-top: -253px;	
    background: url(../fondos/fondo_port_01.gif);	
}
#aviso_noticias{
  position:absolute;
  top:-10px;
  left:15px;
  z-index:100;
  border:none;
}
div#resto{
    width:877px;
    height:434px;
    background: url(../fondos/fondo_port.png);	
}
div#logo_port {
  text-align:right;
  margin-bottom:12px;
}
div#contenedor{
  margin-left:1px;
  position:relative;
}
.slide{
 border:none;
}
div.texto_menu {
  position:relative;
  margin:40px;
  width:212px;
  height:120px;
  float:left;
}

a#boton_empresa, a#boton_productos, a#boton_aplicaciones{
  position:absolute;
  top:100%;
  left:50%;
  display:block;
  font-size:6px;
}

a#boton_empresa{
  margin-top:-18px;
  margin-left: -43px;
  width:87px;
  height:16px;
  background: url(../imagenes/tit_port_empresa.png) no-repeat;
}
a#boton_empresa:hover{
  background: url(../imagenes/tit_port_empresa.png) 0 -16px no-repeat;
}

a#boton_productos{
  margin-top:-21px;
  margin-left: -52px;
  width:104px;
  height:21px;
  background: url(../imagenes/tit_port_productos.png) 0 0 no-repeat;
}
a#boton_productos:hover{
  background: url(../imagenes/tit_port_productos.png) 0 -21px no-repeat;
}

a#boton_aplicaciones{
  margin-top:-21px;
  margin-left: -63px;
  width:126px;
  height:21px;
  background: url(../imagenes/tit_port_aplicaciones.png) 0 0 no-repeat;
}
a#boton_aplicaciones:hover{
  background: url(../imagenes/tit_port_aplicaciones.png) 0 -21px no-repeat;
}

/* slideshow */
#slideshow {
    margin-left:1px;
    position:relative;
    width:875px;
    height:240px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    visibility: hidden;
}

#slideshow IMG.active {
    visibility: visible;
    z-index:10;
}

#slideshow IMG.last-active {
    visibility: hidden;
    z-index:9;
}
