/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color: transparent;
	BORDER-RIGHT: 0px solid #087021; 
	BORDER-TOP: 0px solid #087021; 
	BORDER-LEFT: 0px solid #087021; 
	BORDER-BOTTOM: 0px solid #087021; 
	
}
.containerrow1_blue {
	/*BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);*/
	/*background-color: #e9e9e8;*/
	/*background-image: url(fondo.jpg);*/
	color: #087021;	
}
.containerrow2_blue {
	background-color: #087021
}

.containermaster_fondo {
	width: 100%;
	background-color: transparent;
}
.containerrow1_fondo {
	/*BACKGROUND-IMAGE: url(gradient_LtBlue.jpg);*/
	background-color: transparent;
}
.containerrow2_fondo {
	background-color: #087021
}

/* style for module titles */
.Head   {
    font-family: Verdana;
    font-size:  14px;
    font-weight:    bold;
    color: #333333;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: normal;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold
}
A:link  {
    text-decoration:    none;
    color:  #ff9900;
}

A:visited   {
    text-decoration:    none;
    color:  #ff9900;
}

A:active    {
    text-decoration:    none;
    color:  #ff9900;
}

A:hover {
    text-decoration:    none;
    color:  #ff9900;
}


