*{
    padding:0;
    margin:0;

}


a{
    outline: 0
}

body {	
	background-color: #000;
}


.contenedora{
    width: 920px;
    margin:auto;    
    height: 500px;
    position: relative;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -460px;
}

#flash{
    margin:auto;
    float: left;
    width: 915px;   
    padding-left:6px
}



#novedades{
    background: url(novedades.jpg);
    width: 324px;
    height: 146px;   
    position:absolute;
    top:410px;
    left:300px
}


#novedades input{
    margin-left: 70px;
    margin-top:80px;
    background: #525252;
    background-image: url(bg_input.gif);
    background-repeat: repeat-x;
    border: none;
    width: 165px;
    height: 18px;
    padding-top:1px;
    padding-left:5px;
    
}


#novedades div{
    background: url(enviar.jpg) no-repeat 0 -1px;
    width: 76px;
    height: 27px;
    margin-left:205px;
    text-align: center;
    padding-top:6px
}


#novedades div a{    
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color:#979797
}

#novedades div a:hover{
    color:#641d63
}


#izq{
    position: absolute;
    left:0px;
    top: 0px
}

#der{
    position: absolute;
    right:0px;
    top: 0px
}

#boton{
    width: 387px;
    height: 102px;
    background: url(entrar.jpg)  0 -102px no-repeat;
    position: absolute;
    left:270px;
    top: 250px;
    display: block
}


#boton:hover{
    background-position: 0 0

}