@charset "utf-8";

body {
	font-family: 'Ubuntu Condensed', sans-serif;
	margin:0;
	padding:0;
	border:0;
	background-color: #919870;
}
#container { display: table; width: 100%; height: 100%; }
#position { display: table-cell; vertical-align: middle;
background-image:url(../imagens/textura1.jpg);
 }
#content {
background-color:#919870;
padding:90px;
-khtml-box-shadow:rgba(0, 0, 0, 0.2) 0 0 6px;
	-ms-box-shadow:rgba(0, 0, 0, 0.2) 0 0 6px;
	-o-box-shadow:rgba(0, 0, 0, 0.2) 0 0 6px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 0 0 6px;	
	box-shadow:rgba(0, 0, 0, 0.2) 0 0 6px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0 0 10px;
 }
#caixa_inicial {
	margin:0 auto;
	width:884px;
	min-height:568px;
	position:relative;
	top:-100px;
	background-color:#AFC895;
	background-image:url(../imagens/cs_inicial.jpg);
	overflow:visible;
	border:1px solid #748A4C;
	-khtml-border-radius:15px;
	-ms-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:10px;
	-khtml-box-shadow:rgba(0, 0, 0, 0.5) 0 2px 6px;
	-ms-box-shadow:rgba(0, 0, 0, 0.5) 0 2px 6px;
	-o-box-shadow:rgba(0, 0, 0, 0.5) 0 2px 6px;
	-moz-box-shadow:rgba(0, 0, 0, 0.5) 0 2px 6px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.5) 0 2px 6px;
	box-shadow:rgba(0, 0, 0, 0.5) 0 2px 6px;
	opacity:0;
}
.logocs {
	position:absolute;
	top:70px;
	left:435px;
	width:400px;
	height:50px;
	background-color:transparent;

}
.botaocs_sp, .botaocs_trancoso{
	position:absolute;
	top:195px;
	left:538px;
	width:200px;
	height:18px;
	padding:7px;
	background-color:#83AA51;
	-khtml-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
/*	-khtml-box-shadow:rgba(0, 0, 0, 0.3) 0 2px 3px;
	-ms-box-shadow:rgba(0, 0, 0, 0.3) 0 2px 3px;
	-o-box-shadow:rgba(0, 0, 0, 0.3) 0 2px 3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0 2px 3px;	
	box-shadow:rgba(0, 0, 0, 0.5) 0 2px 3px;*/
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 0px 4px 10px;
	border-radius:5px;
	color:#D3DAB9;
	text-align:center;
	font-weight:700;
	font-size:16px;
	letter-spacing:0.6em;
	cursor:pointer;
	border:1px solid #748A4C;
	opacity:1;
}
.botaocs_trancoso{
	top:140px;
	height:19px;
	padding-top:6px;
}
