﻿body {
	font-family: Trebuchet MS;
	background-image: url('imagens/back.png');
	
}

.container{
	width: 960px;
	position:absolute;
	left:50%;
	margin-left: -480px;
}

.header{
	width:100%;
	height:250px;
	background:url(logotipo.png) no-repeat ;
}

.menu{
	width:100%;
	visibility:visible
	}

.transCellMenu{
	border-bottom: 1px #0099FF solid;
	visibility:visible
}

.borderCellMenu{
	border-bottom: 1px #0099FF solid;
	height:1px;
	visibility:visible
}

.cellMenu{
	border-bottom:1px #0099FF solid;
	border-top:none;
	background-color:white;
	opacity:0.4;
	filter:alpha(opacity=40);
	width:120px;
	text-align:center;
	visibility:visible
}

hr{
	height:1px;
}

.cellMenu:hover{
	border-bottom:none;
	background-color:white;
	opacity:1;
	filter:alpha(opacity=100);
	visibility:visible
}

.cellMenuActive{
	margin: 0px;
	padding: 0px;
	border: 0px;
	opacity:1;
	filter:alpha(opacity=100);
	width:120px;
	text-align:center;
	background:white;
	visibility:visible
}

.lastCellMenu{
	width:607px;
	border-bottom: 1px #0099FF solid;
	visibility:visible
}

.content{
	background-color: white;
	border-left: 1px #0099FF solid;
	border-right: 1px #0099FF solid;
	border-bottom: 1px #0099FF solid;
	width:100%;
}

.menuRubricas{
	font-size:small;
	color:white;
	list-style:none;
	display:block;
	width:200px;
}

a:link{
	text-decoration:none;
	color:white;
}

a:visited{
	text-decoration:none;
	color:white;
}


.colunaCentral{
	width:630px;
	vertical-align:top;
}

.listRubricas{
	background-color:#7ABFCE;
	border-left:1px #0099FF solid;
	border-right:1px #0099FF solid;
	padding-left:5px;
}

.listRubricas:hover{
	background-color:#BCDFE7;
}

.listPatrocinios{
	list-style:none;
}

.tituloRubricas{
	background-color:#7ABFCE;
	list-style-image:"#";
	font-weight:bold;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border: 1px solid #0099FF;
	border-bottom:none;
}

.fimRubricas{
	background-color:#7ABFCE;
	padding-left:5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #0099FF;
	border-top:none;
}

.fimRubricas:hover{
	background-color:#BCDFE7;
}

.loginTitulo{
	background-color:#7ABFCE;
	border-top: 1px solid #0099FF;
}

.login{
	width:200px;
	background-color:#7ABFCE;
	border-left:1px #0099FF solid;
	border-right:1px #0099FF solid;
	margin-left:42px;
}

.colunaDireita{
	width:330px;
	background:#F3F3F3;
}

.footer{
	width:100%;
	color:black;
	text-align:center;
	font-size:small;
	font-weight:lighter;
}

.noticia{
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}

.borderleft{
	background:url('imagens/cul.jpg') 0 0 no-repeat;
}

.dotUp{
	background:url('imagens/point.jpg') 0 0 repeat-x white;
	/*border-top:1px #0099FF solid;*/
}

.dotleft{
	background:url('imagens/point.jpg') 0 0 repeat-y;
}

.dotright{
	background:url('imagens/point.jpg') 100% 0 repeat-y;
}

.borderright{
	background:url('imagens/cur.jpg') 100% 0 no-repeat;
}

.listLogin{
	background-color:#7ABFCE;
	border-left:1px #0099FF solid;
	border-right:1px #0099FF solid;
	padding-left:5px;
}

.fimLogin{
	background-color:#7ABFCE;
	padding-left:5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #0099FF;
	border-top:none;
}

.botaoEntrar{
	background-color:white;
	border:1px #0066FF double;
	font-family:"Courier New", Courier, monospace;
	margin:1px;
}

.botaoEntrar:hover{
	background-color:white;
	border:1px #0066FF solid;
	background-color: #64A2FF;
	font-family:"Courier New", Courier, monospace;
	margin:1px;
}
