/* CSS Document */

/* Estilos do Site PICTUS arte interativa */
* {
vertical-align:top;
border:none;
}
body {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size:1em;
	background-color:#c9d384;
	background-image:url(../img/textura_bg.jpg);
	background-repeat:repeat;
	padding:0;
	margin:0;
	
}

hr {border-top: 3px #a7b738 dotted;}

/* ESTRUTURA BASE */
#container {
	padding:0;
	width:848px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#topo{
	padding:0;
	width:848px;
	height:71px;
	background-color:#ebf4f7;
	background-image:url(../img/bg_topo.gif);
	background-repeat:repeat-x;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*#contentHome{
	padding:0;
	width:799px;
	background-color:#e6a321;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-left: 3px #a7b738 dotted;
	border-bottom: 3px #a7b738 dotted;
	border-right: 3px #a7b738 dotted;
}*/
#content{
	padding:15px 30px;
	margin:0 auto;
	width:759px;
	background-color:#f0fde3;
	background-image:url(../img/bgbase2_meeting.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	color:#441318;
	font-family: Arial, sans-serif;
	font-size:0.95em;
	border-left: 3px #a7b738 dotted;
	border-bottom: 3px #a7b738 dotted;
	border-right: 3px #a7b738 dotted;
}

#rodape{
	padding:10px 0 5px 0;
	margin:0 auto;
	width:759px;
	text-align:right;
}

#content .linkTopo {width:435px; padding:0; margin:0 0 0 20px; font-size:0.75em;}
#content .linkTopo a {color:#694247; font-weight:bold;}
#content .linkTopo a:visited{color:#796100;}
#content a {color:#713939; font-weight:bold;}
#content a:hover {color:#955151;}
.oculto {display:none;}


/* TOPO*/

#marca h1 {
	float:left;
	background-image:url(../img/marca_8meeting.gif);
	background-repeat:no-repeat;
	height:71px;
	width:274px;
	margin:0;
	padding:0;
	overflow:hidden;
	text-indent:-9000px;
	border:0;
	background-position: -17px;
}
#menu {
	float:right;
	margin:0;
	padding:0 20px 0 0;
	color:#002f5a;
	font-family: Arial, sans-serif;
	font-weight:bold;
	font-size:0.7em;
	text-transform: uppercase;	
}
#menu ul {margin:0; padding:0;}
#menu li {display:inline; list-style:none; margin:32px 0 0 0; padding:0; float:left;}
#menu li a {color:#694247; text-decoration:none;}
#menu li a:hover {color:#b0c900;}
.menuselected {color:#909e30;}
.IMGdir {float:right;}
.IMGesq {float:left;}

/*conteudo*/
#content h2 {
font-family: Arial, sans-serif;
	font-weight:bold;
	letter-spacing:-0.07em;
	font-size:2em;
	text-transform: uppercase;
	color:#694247;
	margin:0 0 5px 0;
}

#content h3 {
font-family: Arial, sans-serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	font-size:1.3em;
	color:#98ac10;
	margin:20px 0 0 0;
}

/*FORM*/
.termo {
	font-size : 1em;
	color:#1C1C00;
	font-style : italic;
}
.form {
border : 2px solid #a7b738;
color:#536e21;
font-size : 1em;
background-color : #f3f4e8;
}
.form-botao {
font-size : 1.3em;
background-color : #694247;
padding : 3px;
width:250px;
color : #fff;
font-weight : bold;
border: 2px solid #a7b738;

}


