/* CSS Document */

body
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0px;
}

#corpo
{
	width:785px;
	margin-left:auto;
	margin-right:auto;
}

#topo
{
	width:100%;
	height:107px;
	text-align:left;
	vertical-align:top;
	background-color:#FFF;
}

#rodape
{
	clear:both;
	width:100%;
	height:50px;

}

#main
{
	width:100%;
	background-color:#FFF;
}

#main #menu
{
	float:left;
}
#main #menup
{
	float:right;
}

#main #conteudo
{
	float:left;
	width:410px;
	margin:20px 20px 0px 20px;
}

#main #noticias
{
	float:left;
}

.grupo, .menup
{
	font-size:11px;
	font-weight:bold;
	color:#012F6E;
	margin-top:10px;
}

.grupo a
{
	font-size:11px;
	font-weight:bold;
	color:#012F6E;
	text-decoration:none;
}
.grupo a:hover
{
	font-size:11px;
	color:#333;
	text-decoration:underline;
}


.grupotitulo
{
	font-size:11px;
	font-weight:bold;
	color:#333;
	margin-top:10px;
}


.produto
{
	padding-left:6px;
	font-size:11px;
	color:#326198;
}
.produto a
{
	text-decoration:none;
	color:#326198;
}
.produto a:hover
{
	text-decoration:underline;
	color:#000;
}


#menu1
{
	padding-left:1px;
}

#menu2
{
}
#div_footer
{
	width:70%;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
	font-weight:bold;
	color:#333;
	text-align:center;
	font-family: arial, sans-serif;
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 147px;
	height: 50px;
	cursor:pointer;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 0px; /*Set to same as spacing option. */	
}

.kwicks2 {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks2 li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 165px;
	height: 50px;
	cursor:pointer;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks2.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks2.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 0px; /*Set to same as spacing option. */	
}



.kwick1 {
	background:url(img/menu1.jpg);
	background-repeat:no-repeat;
}
.titulok
{
	color:#326198;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:28px;
	width:160px;
	font-size:10px;
}
.titulmenu
{
	color:#326198;
	font-weight:bold;
	padding-top:13px;
	margin-left:39px;
	margin-bottom:23px;
	width:140px;
	font-size:9px;
	text-decoration:none;
}
.titulmenu a
{
	text-decoration:none;
	color:#326198;
}
.kwick2 {
	background:url(img/menu2.jpg);
	background-repeat:no-repeat;
}
.kinstitucional {
	background:url(img/institucional.jpg);
	background-repeat:no-repeat;
}
.kservicos {
	background:url(img/servicos.jpg);
	background-repeat:no-repeat;
}
.kvideos {
	background:url(img/videos.jpg);
	background-repeat:no-repeat;
}
.kpromocoes {
	background:url(img/promocoes.jpg);
	background-repeat:no-repeat;
}

.kwick3 {
	height:4px;
	width:165px;
	background:url(img/menu3.jpg);
	background-repeat:no-repeat;
}
.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

.cellside
{
	background-color:#FFF;
}
.cellleft
{
	border-width:1px 0px 1px 1px;
	border-color:#09F;
	border-style:solid;
}
.cellmid
{
	border-width:1px 0px 1px 0px;
	border-color:#09F;
	border-style:solid;
}
.cellright
{
	border-width:1px 1px 1px 0px;
	border-color:#09F;
	border-style:solid;
}