
root { 
    display: block;
}

body { background-color:#66CCFF}

#wrapper {
    padding-top: 40px; padding-bottom:40px;
    position: relative;
    width: 1000px;
    height: autopx;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
        font-size: 30px;
        color:white;
        text-align: center;
        font-family: arial;
}

#porta2_estado , #porta2_titulo , #porta3_estado , #porta3_titulo , #porta4_estado , #porta4_titulo , #porta5_estado , #porta5_titulo , #porta6_estado , #porta6_titulo , #porta7_estado , #porta7_titulo , #porta8_estado , #porta8_titulo, #porta9_estado , #porta9_titulo {
    visibility: hidden;
}



#logo{ width:100px; height:100px; margin-left:auto; margin-right:auto;}

div.rele_ligado {
    position: absolute;
    right: 0px;
    top: 100px;
    width: 300px;
    height: 206px;
    border: none;
    background: url(modulo_rele_on.png) no-repeat left top;
}

div.rele_desligado {
    position: absolute;
    right: 0px;
    top: 100px;
    width: 300px;
    height: 206px;
    border: none;
    background: url(modulo_rele.png) no-repeat 0 center;
}

div.porta_ligada {
    background-color: white;
    position: absolute; 
    left:0px; 
    top:0px; 
    width: 47px; 
    height: 47px; 
    border-radius:100px;
}

div.porta_desligada {
    background-color: red;
    position: absolute; 
    left:0px; 
    top:0px; 
    width: 47px; 
    height: 47px; 
    border-radius:100px;
}

#botao{
    position: absolute;
    right: 30px;
    top: 330px;
}

.botao {
    position: absolute; 
    left:55px; 
    top:0px;
    
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:100px;
	-webkit-border-radius:100px;
	border-radius:100px;
	border:3px solid #ffffff;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:28px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
        width: 200px; 
        text-align: center;
}.botao:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.botao:active {
	
}
