@charset "utf-8";

body {
	font-family: 'Ubuntu Condensed', sans-serif;
	margin:0;
	padding:0;
	border:0;
	background-color: #9BC481;
}
#container { display: table; width: 100%; height: 100%; }
#position { display: table-cell; vertical-align: middle;
/*background-image:url(../imagens/textura1.jpg);*/
 }
#content {
background-color:#9BC481;
padding:60px;
/*-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:668px;
	position:relative;
	top:-100px;
	background-color:#7DA961;
	/*background-image:url(../imagens/cs_inicial.jpg);*/
	overflow:visible;
	border:2px solid #FFB300;
	-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:30px;
	left:115px;
	width:400px;
	height:50px;
	background-color:transparent;

}
.info1 {
	position:absolute;
	top:130px;
	left:70px;
	text-align:center;
	width:340px;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#D5E9C0;
	font-size:1.2em;	
}
.info2 {
	position:absolute;
	top:130px;
	left:460px;
	text-align:center;
	width:340px;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#D5E9C0;
	font-size:1.2em;	
}
.info3 {
	position:absolute;
	top:570px;
	left:70px;
	text-align:center;
	width:740px;
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#fff;
	font-size:1.3em;	
}
.claro {
	color:#FFF;
}
.maior {
	color:#FFF;
	font-size:1.4em;
}
.minilink {
	font-size:0.8em;
	text-decoration:none;
	color:#d5e9c0;
	position:relative;
	top:15px;
}