﻿body
{
    margin: 0px;
    padding:0px;
    width:100%;
    height:100%;
    background-color:white;
    overflow: hidden;
}

#container
{
  position:absolute;
  left:1px;
  top:1px;
  right:1px;
  bottom:1px;  
  background-color:#fff;
}

.page_content
{
    background-color: white;
    width: 1024px;
    height: 720px;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition: all 500ms ease-in-out !important;
    transition: all 500ms ease-in-out !important;
    position: absolute;
    overflow: hidden;
}

.pointer{
    cursor: pointer;
}

#disablingDiv
{     
    z-index: 1001;   
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;    
    background-color: white;
    opacity: 1;
    filter: alpha(opacity=50);
}

#abm_fondo_welcome {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 720px;
}
#abm_boton_home {
    position: absolute;
    left: 23px;
    top: 30px;
    width: 49px;
    height: 49px;
    cursor:pointer;
}
#abm_linea {
    position: absolute;
    left: 0px;
    top: 94px;
    width: 300px;
    height: 4px;
}
#abm_texto_inicio {
    position: absolute;
    left: 105px;
    top: 45px;
    color:white; 
}
#abm_boton-iniciar-sesion {
    position: absolute;
    left: 612px;
    top: 540px;
    width: 185px;
    height: 42px;
    cursor:pointer;
}
#abm_boton-registro {
    position: absolute;
    left: 485px;
    top: 540px;
    width: 185px;
    height: 42px;
    cursor:pointer;
}
#barra_footer{
    position:absolute;
    left:0px;
    top:663px;
    background-color:#333333;
    width:1024px;
    height:57px;
}
#abm_footerlogo {
    position: absolute;
    left: 859px;
    top: 675px;
    width: 129px;
    height: 34px;
}
#abm_footertexto {
    position: absolute;
    left: 40px;
    top: 684px;
    width: 282px;
    height: 20px;
}
#abm_personajes {
    position: absolute;
    left: 59px;
    top: 196px;
    width: 393px;
    height: 421px;
}
#titulo {
    position: absolute;
    left: 487px;
    top: 205px;
    color: white;
    line-height:55px;
    font-size:50px;
}
#cuerpo_texto {
    position: absolute;
    left: 487px;
    top: 335px;
    color: white;
}

/*.activar_texto {
    font-size:30px;
}*/

#pleca {
    position: absolute;
    left: 0px;
    top: 650px;
    width: 1024px;
    height: 70px;
}
