@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(../imagens/bgsite.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#bgrodape {
	background-image: url(../imagens/bgrodape.jpg);
	height: 290px;
	margin-top: 30px;
}
#cabecalho {
	background-image: url(../imagens/bgcabecalho.jpg);
	background-repeat: no-repeat;
}
.icomp {
font-size:9px;
font-family:Tahoma, Arial, Helvetica, sans-serif;
}
.txcabecalho {
	width: 350px;
	float: right;
	height: 80px;
	margin-bottom: 0px;
	margin-top: 82px;
	font-size:11px;
}
strong {font-weight:bold;}
#menuglobal li {
	float: left;
}
#colunaesquerda {
	background-image: url(../imagens/layout_08.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#colunadireita {
	background-image: url(../imagens/layout_10.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
p  {
	margin-top: 15px;
}
.txcolunaesquerda {
	padding-left: 25px;
	padding-right: 25px;
}
.txcolunadireita {
	padding-left: 30px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #c7181d;
	text-decoration: underline;
}
a:visited {
	color: #c7181d;
	text-decoration: underline;
}
.mcategorias li ul li a {
color:#666666;
margin-left:10px;
}

#listaFotos {}
#listaFotos li {list-style:none; float:left; }
#listaFotos img {width:120px; height:80px; margin:2px; border:1px solid red;}

