@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
html, body { height: 100%;}
body {
	background-image:url(../img/fundo.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #630308;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-align:justify;

}
a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#principal{
	width:703px;
	background:url('../img/bg_principal.jpg') #fff no-repeat top center;
	margin-left:auto;
	margin-right:auto;
	min-height: 500px;
}
.flash{
	width:703px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
}
.miolo{
	margin-top:8px;
	width:703px;
}
.clear {
	clear: both;
}
#portfolio {
	margin-top: 0px;
}
#portfolio li {
	border-bottom: 4px solid #e5e5e5;
	padding: 30px 0;
	margin: 0 25px;
}
#portfolio li a {
	display: block;
	margin: 10px 0;
}
#portfolio li img.screen {
	float: left;
}
#portfolio li div.descricao {
	float: right;
	width: 400px;
}
#portfolio li div.descricao h2 {
	position: relative;
	height: 40px;
}
#portfolio li div.descricao h2 img {
	position: absolute;
	top: 0;
	left: 0;
}
#projetos{
	width:660px;
	margin-left:20px;
	margin-top:40px;
}
#projetos li{
	float: left;
	width: 310px;
	height: 250px;
	border-right: 4px solid #e5e5e5;
	margin-bottom: 40px;
	padding-left: 10px;
}
#projetos li img{
	margin-left: 20px;
}
#projetos li h2 {
	position: relative;
	height: 40px;
}
#projetos li h2 img {
	position: absolute;
	top: 0;
	left: -10px;
	margin: 0;
}
form {
	width: 400px;
	margin-left:50px;
	margin-top:50px;
}
form label {
	text-align: right;
	display: block;
}
form label input,
form label textarea,
form label select {
	margin: 2px;
	padding: 2px;
	border: 1px solid #380806;
	background: #fff;
}
.error {
	color: #f00;
}
.ladoLado label {
	float: right;
}