html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#salas{

    width: 30%;
    margin: 0 auto;
    display: block;
    background: #fff;
}

#header-content{

	    width: 100%;
    position: relative;
    margin-left: -37%;
}
#loader{

display: none;
margin: 0 auto;
    width: 100px;
    margin-top: -20px;
    margin-left: 45.4%;

}

.bt-op{

    height: 25px;
    width: 170px;
    background: #f8f8f8;
    text-align: center;
    border-radius: 5px;
    margin-top: 5px;
    font-family: sans-serif;
    padding-top: 9px;
    -webkit-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.39);
-moz-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.39);
box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.39);
font-weight: 600;
}

#botoes{
margin: 0 auto;
    height: 150px;
    width: 200px;
        margin-top: -5px;

}

#logo{
background: url(http://www.feed.ldreviewsgame.com/wp-content/uploads/2016/02/logo3.png) no-repeat;
    height: 170px;
    background-position-x: 50%;
    margin-top: -12px;


}
#model{

        position: absolute;
        margin-top: -313px;
  
    width: 100%;
    background: rgb(0,0,0,0 0.3);
    background-color: rgba(0,0,0,0.3);
    display: none;


}
#bg-salas{


        width: 70%;
    background: #fff;
    margin-left: 13%;
    margin-top: 14px;
    padding-top: 10px;
        -webkit-box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.89);
-moz-box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.89);
box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.89);

}

#close{

         background: url(../img/close.png);
    height: 38px;
    width: 38px;
    position: absolute;
    background-size: 37px;
    margin-left: 66%;
    cursor: pointer;
}

#modelADM{

        position: fixed;
        margin-top: -313px;
  
    width: 100%;
    background: rgb(0,0,0,0 0.3);
    background-color: rgba(0,0,0,0.3);
    display: none;
    height: 102%;


}
#bg-salasADM{


        width: 70%;
    background: #fff;
    margin-left: 13%;
    margin-top: 2%;
    padding-top: 10px;
        -webkit-box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.89);
-moz-box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.89);
box-shadow: 0px 3px 9px 1px rgba(0,0,0,0.89);
height: 52%;

}

#closeADM{

         background: url(../img/close.png);
    height: 38px;
    width: 38px;
    position: absolute;
    background-size: 37px;
    margin-left: 66%;
    cursor: pointer;
}
#ADM{

font-family: SANS-SERIF;
    /* height: 25px; */
    /* margin-bottom: 5% !important; */
    margin-left: 28px;
    font-size: 20px;
}


#login{
background: url(../img/login.png);
    height: 50px;
    width: 50px;
    float: right;
    background-size: 50px;
    margin-top: -10%;
    margin-right: 2%;
    cursor: pointer;

}