/* 
================================
 Container Styles for DotNetNuke
================================
*/   

DIV.container3 .containermaster_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
DIV.container3 .containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
DIV.container3.containerrow2_blue {
	background-color: #f2f2f2;
}

/* 
================================
 Imagens
================================
*/ 

DIV.container3 .cont_1 {
background-image:url(IMAG3/cont_1.jpg);
background-repeat:no-repeat;
}

DIV.container3 .cont_2 {
background-image:url(IMAG3/cont_2.jpg);
background-repeat:repeat-x;
}

DIV.container3 .cont_3 {
background-image:url(IMAG3/cont_3.jpg);
background-repeat:no-repeat;
}

DIV.container3 .cont_4 {
background-image:url(IMAG3/cont_4.jpg);
background-repeat:repeat-y;
}

DIV.container3 .cont_5 {
background-image:url(IMAG3/cont_5.jpg);
background-repeat:repeat-y;
}

DIV.container3 .cont_6 {
background-image:url(IMAG3/cont_6.jpg);
background-repeat:no-repeat;
}

DIV.container3 .cont_7 {
background-image:url(IMAG3/cont_7.jpg);
background-repeat:repeat-x;
}

DIV.container3 .cont_8 {
background-image:url(IMAG3/cont_8.jpg);
background-repeat:no-repeat;
}

DIV.container3 .bg{
background-image:url(IMAG3/bg.jpg);
background-repeat:repeat-y;
}

