

#inicioES{
    position:fixed;
    text-align:center;
    margin: 0 auto;
    padding:0px;
	
    border: 0;
    border-color:red;
    z-index: 26;	
    top: 83px;	
    width:960px;	
    height: 600px;
        
    background-image: url('../img/inicio_es.png');
    background-repeat:no-repeat;
    background-position:0px -50px;
    background-size: 100%;
    
    opacity: 1.0;
    visibility: visible;
    overflow:hidden;
}

#inicioEN{
    position:fixed;
    text-align:center;
    margin: 0 auto;
    padding:0px;
	
    border: 0;
    border-color:red;
    z-index: 26;	
    top: 83px;	
    width:960px;	
    height: 600px;
        
    background-image: url('../img/inicio_en.png');
    background-repeat:no-repeat;
    background-position:0px -50px;
    background-size: 100%;
    
    opacity: 1.0;
    visibility: visible;
    overflow:hidden;
}