body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6B6B6B;
	background-color: #E3E6E6;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}

#topcolor{
	height:290px;
	background-color:#CC3300;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #881100;
}

.oneColFixCtr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: -230px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#welcome h1 {
	color:#CC3300;
	font-size: 33px;
	margin: 0px;
	padding: 0px;
}

#welcome h2 {
	color:#CC3300;
	font-size:18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.limpa{
	clear:both;
}




#esquerda{
	float:left;
	width:640px;
	margin-top: 15px;
	margin-bottom: 10px;
	min-height:450px;
	text-align: justify;

}

#direita ul li a{
	text-decoration: none;
	font-size: 14px;
	color: #6B6B6B;
}



#topcolor #containers {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#topcolor #mainContents {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#box270L{
	width:269px;
	float:left;
	margin-top: 20px;
	padding: 4px;
}
#box270L h1 {
	color:#CC3300;
	font-size: 23px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#box270L  a {
	color:#CC3300;
	font-size:12px;
	float: right;
	padding-top: 10px;
}
#box270D{
	width:269px;
	float: right;
	margin-top: 20px;
	padding: 4px;
	margin-right: 20px;
}
#box270D h1 {
	color:#CC3300;
	font-size: 23px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#box270D a {
	color:#CC3300;
	font-size:12px;
	float: right;
	padding-top: 10px;
}

#welcome a {
	color:#CC3300;
	font-size:12px;
}
#direita{
	float: right;
	width: 278px;
	margin-top: 15px;
}
#direita h1{
	font-size: 22px;
	color: #323232;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	margin-top: 30px;
}
#direita ul {
list-style-image: url(../images/carta.jpg);
	padding:0;
	width:270px;
}
#direita ul li{
	margin-left:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 8px;
	padding-top: 10px;
}
#direita ul li a{
	text-decoration: none;
	font-size: 14px;
	color: #6B6B6B;
}
#foot{
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: 1px none #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#foot #mainContentf {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 17px;
	font-weight: normal;
}

#foot .ftel{
	float: right;
	width: 200px;
	text-align: center;
	color: #666;
	font-size: 22px;
}
#foot .coorp{
	color: #666;
	font-size: 12px;
}
#menu {
	height: 27px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}


#menu #mm2 {
	margin: 0; padding: 0;
	}


#menu #mm2 li {
	display: inline;
	}


#menu #mm2 li a {
	color: #FFF;
	float: left;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 18px;
	}
#menu #mm2 li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#menu2 {
	margin: 0;
	padding: 0;
	}


#menu2 ul {
	margin: 0;
	padding: 0;
	}


#menu2 ul li {
	display: inline;
	}
#menu2 ul li a {
	color: #6B6B6B;
	float: left;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #6B6B6B;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: 12px;
	}
#menu2 ul li a:hover {
	text-decoration: underline;
	}
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}
#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	}
#sddm li a
{
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
}
#sddm div
{
	position: absolute;
	visibility: hidden;
	width: 200px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 14px;
	background-color: #C30;
	border: 1px solid #9B2700;
	padding: 4px;
}

	#sddm div a
	{
	position: relative;
	margin: 0;
	padding: 2px;
	text-align: left;
	text-decoration: none;
	
}

	#sddm div a:hover
	{
	color: #FFF;
	background-color: #333;
}
#news {
	padding-right: 20px;
	margin-top:10px;
}

#news a{
	text-decoration:none;
	font-size: 14px;
	color: #5F5F5F;
}
.link{
	text-decoration:underline;
	font-size: 14px;
	color: #C85028;
	padding-bottom: 4px;
	padding-top: 10px;
}
#news  a span{
	color:#CC3300;
	font-size:12px;
}
.boxpr1 {
	padding: 4px;
	border: 1px dashed #CAB7A7;
	margin-right: 5px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
	height: 20px;
	width: 20px;
	float: left;
	text-align: center;
	margin-bottom: 5px;
	cursor: hand;
}

.boxpr2 {
	padding: 4px;
	border: 1px dashed #666;
	margin-right: 5px;
	color: #FFF;
	font-size: 14px;
	background-color: #333;
	height: 20px;
	width: 20px;
	float: left;
	text-align: center;
	margin-bottom: 5px;
	cursor: hand;
}
#paginacao {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#titulo {
	border-bottom: 1px solid #CCC;	
	 padding-bottom: 5px; 
	 margin-right:10px; 
	 margin-bottom:30px;
}
.inputs {
	background-color: #FFF;
	border: 1px solid #CCC;
	font-size: 16px;
	padding: 4px;
}
#box-login{
	width:278px;
}
#box-login #meio{
	background-image:url(../images/boxlogin_r2_c1.png)
}
.videosthumb {
	margin-right: 10px;
	border: 1px solid #D9DADC;
	padding: 4px;
	width: 150px;
	float: left;
}
#eventos{
}
#eventos .titulo a{
	color: #323232;
	font-size: 14px;
	text-decoration:none;
	
}
#eventos .data{
	color: #C30;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
#eventos h1{
	margin-top: 20px;
	margin-bottom: 10px;
}
#eventos .flyers{
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD;
	margin-top:10px;
}
#eventos .links{
	margin-top:10px;
	
}
#eventos .links a{
	color: #C30;
	font-size: 12px;
	margin-top:10px;
	
}
hr{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D9DADC;
	background-color: #FFF;
}

