@charset "UTF-8";
body {
	font: 100%/1.4 Helvetica;
	background-image:url(imgs/fundo.jpg);
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	text-align:center;
	font-family: Aracne Regular;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.hcontainer {
	width: 960px;
	height: 505px;
	background-image:url(imgs/home_content.png);
	background-repeat:no-repeat;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.hcontent {
	padding-top:25px;
	padding-bottom:25px;
	padding-left:25px;
	
}

.hlogo {
	width: 263px;
	height: 425px;
	background-image:url(imgs/logo_Home.png);
	float:left;
	margin-left: 25px;
}

.hbtns {
	margin-top: 105px;
	float:right;
	margin-right: 250px;
}

.hsesc {
	float:right;
	width: 425px;
	height:166px;
	background-image:url(imgs/sesc.png);
	bottom: 0;
	margin-top:-50px;
	margin-right:-40px;
	
}

.header {
	width: 960px;
	height: 230px;
	background-image:url(imgs/header.jpg);
	margin: 0 auto;
}

.header #logo {
	width: 600px;
	height: 230px;
	background-image:url(imgs/logo_header.png);
	float:left;
}

.header #menu {
	float:right;
	width:160px;
	height:130px;
	margin: auto;
	bottom: 0;
	top: 0;
	padding-top:30px;
}

.ccontainer {
	width: 960px;
	height: 505px;
	background-image:url(imgs/home_content.png);
	background-repeat:no-repeat;
    margin: 0 auto;
}

.container {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto;
}

.content {

	padding: 10px 0;
}

/* Formulário */

.pform {
	color: #930;
	font-weight: bold;
	margin-bottom: 5px;
	font-family:Helvetica;
}

textarea, input.dadospessoais {
	border: 1px solid #006;
	background-color: #ddd;
}

textarea:hover, input.dadospessoais:hover, textarea:focus, input.dadospessoais:focus {
	border: 1px solid #a00;
	background-color:#FFF;
}

textarea {
	width: 740px;
	height: 90px;
	max-width: 740px;
	font-family:Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px;
}

input.dadospessoais {
	width: 740px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

@font-face {
    font-family: Aracne Regular;
    src: url(../arquivos/fonts/aracne_regular.otf);
}