﻿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;
  background-image: url('../Images/fondo_logos.png');
}

.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;
}

#disablingDiv
{    
    display: block;    
    z-index: 1001;   
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;    
    background-color: white;
    opacity: 1;
    filter: alpha(opacity=50);
}

#abm_fondo_registro {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 720px;
}
#abm_boton_home {
    position: absolute;
    left: 23px;
    top: 30px;
    width: 49px;
    height: 49px;
}
#abm_linea {
    position: absolute;
    left: 0px;
    top: 94px;
    width: 300px;
    height: 4px;
}
#abm_texto_inicio {
    position: absolute;
    left: 105px;
    top: 45px;
    color:white;    
}

#btn_salir
{
    position:absolute;
    top:40px;
    right:40px;
    display: block;
    color: white;
    text-align: center;
    background: #303135;
    border-radius: 20px;
    text-decoration: none;
    width: 130px;
    padding:4px;
}

#abm_texto_elige{
    position:absolute;
    left:268px;
    top:140px;
    color:white;
}

#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;
}

#titulo{
    position:absolute;
    left:484px;
    top:200px;
    color:white;
}

#icono_usuario{
    position:absolute;
    left:660px;
    top:39px;
    width:26px;
    height:28px;
}

#nombre_usuario{
    position:absolute;
    left:700px;
    top:46px;
    color:white;
}

#abm_m0{
    position:absolute;
    left:28px;
    top:227px;
    width:165px;
    height:265px;
    cursor:pointer;
}
#abm_m1{
    position:absolute;
    left:200px;
    top:247px;
    width:184px;
    height:255px;
    cursor:pointer;
}
#abm_m2{
    position:absolute;
    left:397px;
    top:268px;
    width:209px;
    height:235px;
    cursor:pointer;
}
#abm_m3{
    position:absolute;
    left:601px;
    top:218px;
    width:181px;
    height:284px;
    cursor:pointer;
}
#abm_m4{
    position:absolute;
    left:800px;
    top:282px;
    width:201px;
    height:225px;
    cursor:pointer;
}

#abm_cerrar
{
    position:absolute;
    left:405px;
    top:586px;
    width:213px;
    height:48px;
    cursor:pointer;
}

#pleca {
    position: absolute;
    left: 0px;
    top: 650px;
    width: 1024px;
    height: 70px;
}



#pantalla_video
{
    display:block;
    width:100%;
    height:100%;
    display:none;
}

#fondo_video, #video_intro
{
    position:absolute;
    width:808px;    
    /*height:568px;*/
    height: 455px;
    left:103px;
    top:155px;
    background-color:#4b4b4b;
}

video
{
    z-index:100;
}

video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

#barra_controles
{
    position:absolute;
    width:808px;
    height:68px;
    left:103px;
    top:557px;
    background-color:#3b4752;
}

#fondo_progreso,
#barra_progreso
{
    position:absolute;
    width:600px;
    height:14px;
    left:128px;
    top:584px;
}

#boton_barra
{
    position:absolute;
    width:39px;
    height:39px;
    left: 120px;
    top:570px; 
    cursor:pointer;   
}

#tiempo_video
{
    position:absolute;
    color:white;
    font-size:17px;
    font-family:Arial;
    left:770px;
    top:582px;
}

#boton_volumen
{
    position:absolute;
    width:37px;
    height:37px;
    left:845px;
    top:570px;
    cursor:pointer;
}

#btn_cerrar_video
{
    position:absolute;
    width:43px;
    height:43px;
    left:888px;
    top:135px;
    z-index:10000;
    cursor:pointer;
}

#btn_play_video
{
    position:absolute;
    width:104px;
    height:104px;
    left:455px;
    top:335px;
    cursor:pointer;
}