/* Benditas */

/* @group TAGS */

html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px;
	padding: 0px;
	background: #2d7cad url(../img/bg_body.gif) repeat left top;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	text-align: justify;
	font-size: 13px;
	color: #fff; /* branco */
	}

p {
	line-height:18px;

	}

#wrap {
	width:800px;
	height:800px;
	background: #000 url(../img/bg_neon.jpg) no-repeat left bottom;
	margin: 0px auto;
	}

#topo{
	width:800px;
	height:86px;
	}


#colunas {
	width:800px;
	height:600px;
	background: url(../img/bg_colunas.jpg) no-repeat right top;
	}

#colunaesq {
	width:203px;
	height:563px;
	float:left;
	background: url(../img/lateral.jpg) no-repeat left top;
	}
#colunadir {
	width:513px;
	float:right;
	padding:370px 40px 0 40px;
	}


#destaque {
	width:800px;
	height:px;
	}


#interna {
	width:800px;
	}

.alinha {
	padding:0 60px;
	}

.observacao {
	float:right;
	width:250px;
	height:200px;
	padding-right:60px;
	}

form {
	margin: 0px;
	padding: 0px;
}

#formulario {
float:left;
}

.texto {
	border: solid 1px #3d90c2;
	padding: 4px;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 90%;
	background-color: #000;	
	color:#4a9dcf;
}

textarea {
	border: solid 1px #3d90c2;
	padding: 4px;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 90%;
	background-color: #000;
		color:#4a9dcf;
}


