/* 
================================
 Container Styles for DotNetNuke
================================
*/   

A
{
    font-family: "Trebuchet MS";
	color: White;
	text-decoration: none
}

.containermaster_blue {
	width: 100%;
	text-align:left;
}

.containermaster2_blue {
	width: 100%;
	background-color: #dfe5f2;
	border-right: #7994cb 0px solid; 
	border-top: #7994cb 0px solid; 
	border-left: #7994cb 0px solid; 
	border-bottom: #7994cb 0px solid; 
	/*moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;*/
}
.containerrow1_blue {
	/* background-image: url(gradient_LtBlue.jpg); */
	background-image: url('container_bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #9B9B9D;
	padding: 0px;
	margin: 0px;
}
.containerrow2_blue {
	background-color: #ffffff;	
	text-align:left;
	/*text-align:justify;*/
}
.containerrow3_blue {
	background-image: url('curva_enlaces.gif');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #95c5d4;
}
.containerrow {
	height: 100%;
}
