@charset "ISO-8859-1";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/back.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-color: #313234;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.titulobox{
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
}
.tituloprodutorvc{
	font-size:22px;
	letter-spacing:1px;
	color:#333;
}
.bodyprodutorvc{
	color:#333;
}
.tituloBlog {
	color:#F00;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
}
.cinza {
	color:#999;
}

.tituloBlog a{
	color:#F00;
	text-decoration:none;
}
.tituloBlog a:hover{
	color:#fff;
	text-decoration:none;
}
.dataBlog {
	color:#CCC;
	font-size:10px;
	font-style:italic
}
.form {
	background-color:#222;
	border-color:#444;
	border-style: solid;
	border-width:thin;
	width:350px;
	height:25px;
	color:#FFF;
}
.textarea {
	background-color:#222;
	border-color:#444;
	border-style: solid;
	border-width:thin;
	width:350px;
	height:200px;
	color:#FFF;
}
.envia {
	background-color:#F00;
	border-color:#C00;
	border-style: solid;
	border-width:thin;
	width:80px;
	height:20px;
	color:#FFF;
	letter-spacing:1px;
	cursor:pointer;
}
.select {
	background-color:#222;
	border-color:#444;
	border-style: solid;
	border-width:thin;
	width:140px;
	height:25px;
	color:#FFF;
}
.link a{
	color:#fff;
	text-decoration:none;
}
.link a:hover{
	color:#ccc;
	text-decoration:none;
}
#iconslateral {display:block; top:65px; right:0px; width:50px; position:fixed; border:0px;}
