/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.contentbg {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.containerbemvindo2 {
	width: 100%;
	background-color: transparent;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 0px; 
	moz-border-radius-topright: 0px;
    font-family: Tahoma;
	color: #cc3300;
	font-size: 16px;
}

.headerbemvindo2 {
	
	border-color: #ffffff;
	color: #cc3300;
	font-family: verdana;
	font-weight: bold;
	font-size: 16px;
	height: 62px;
	padding-top: -53px;
	padding-bottom: 3px;
}

.tddotitulo {
margin-top:-5px;
padding-top:-5PX;
}

