/**
 * Hoja de estilo de meloncorp.com
 *
 * picada por melonian
 * 
 * overrides para el especial de Star Wars
 */

body {

        height: 100%;
        background: #eaedf7 url(../img3/bg_hal.jpg);
        background-repeat: no-repeat;
        background-position: 50% 0%;	
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #444444;
}


#cabecera-in {
 	position: relative;
        margin-top: 26px;
	width: 100%;
	height: 250px;
	background: url(../img3/top_hal.jpg) no-repeat;
}

#contenido-in {
 	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img3/bg_cont_top_hal.gif) no-repeat top;
	min-height: 100%;
	overflow: auto;

}

#lado_top_sw {
        margin: 0px; 
	background: url(../img3/lado_top_sw.gif) no-repeat;
        height: 40px;
        width: 390px;
}

#menu-in {
          position: relative;
          background: url(../img3/menu_hal.gif) no-repeat; 
          top: 0px; 
          left: 0px; 
          width: 920px; 
          height: 31px; 
}

.archivo { position: absolute; background: url(../img3/menu_hal.gif) no-repeat; background-position: -15px 0px; top: 0px; left: 15px; width: 119px; height: 31px; }
.archivo:hover { background-position: -15px -39px; }

.melonblog { position: absolute; background: url(../img3/menu_hal.gif) no-repeat; background-position: -152px 0px; top: 0px; left: 152px; width: 77px; height: 31px; }
.melonblog:hover { background-position: -152px -39px; }

.melonque { position: absolute; background: url(../img3/menu_hal.gif) no-repeat; background-position: -245px 0px; top: 0px; left: 245px; width: 133px; height: 31px; }
.melonque:hover { background-position: -245px -39px; }

.soymelon { position: absolute; background: url(../img3/menu_hal.gif) no-repeat; background-position: -400px 0px; top: 0px; left: 400px; width: 135px; height: 31px; }
.soymelon:hover { background-position: -400px -39px; }

.contacto { position: absolute; background: url(../img3/menu_hal.gif) no-repeat; background-position: -558px 0px; top: 0px; left: 558px; width: 139px; height: 31px; }
.contacto:hover { background-position: -558px -39px; }

.faq { position: absolute; background: url(../img3/menu_hal.gif) no-repeat; background-position: -719px 0px; top: 0px; left: 719px; width: 86px; height: 31px; }
.faq:hover { background-position: -719px -39px; }

.links { position: absolute; background: url(../img3/menu_hal.gif) no-repeat; background-position: -825px 0px; top: 0px; left: 825px; width: 79px; height: 31px; }
.links:hover { background-position: -825px -39px; }


#starnew {
        float: left;
        margin: 0px; 
        height: 230px;
        width: 285px;
}

#starotras {
        float: left;
        margin: 0px; 
        height: 230px;
        width: 195px;
}

#starotras img {
        float: left;
	display: block;
        width: 30px;
        height: 30px;
        margin: 0px 0px 9px 9px; 
        padding: 0px;
}


#logo {
        position: absolute;
        left: 30px;
        top: 5px;
	background: url(../img3/logo_hal.gif) no-repeat;
        height: 47px;
        width: 429px;

}        
