/*
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_blue {
	width: 100%;
	background-color:white;
	height:30px;
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;

	
}
.containermaster1_blue
{
    width: 100%;
	background-color:white;
	height:30px;
	BORDER-RIGHT: #999999 1px solid; 
	BORDER-TOP: #999999 1px solid; 
	BORDER-LEFT: #999999 1px solid; 
	BORDER-BOTTOM: #999999 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color:#E0EAF3;
}



.containermaster2_blue {
	width: 100%;
	background-color:white;
	height:30px;
	BORDER-RIGHT: #999999 0px solid;
	BORDER-TOP: #999999 0px solid;
	BORDER-LEFT: #999999 0px solid;
	BORDER-BOTTOM: #999999 0px solid;
	moz-border-radius-bottomleft: 0px;
	moz-border-radius-bottomright: 0px;
	moz-border-radius-topleft: 0px;
	moz-border-radius-topright: 0px;

	
}

.containermaster11_blue
{
    width: 100%;
	background-color:white;
	height:30px;
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
	background-color:#E0EAF3;
}
    
.containerrow1_blue {

	background-image:url(images/borde1.jpg);
	BORDER-BOTTOM: #999999 1px solid; 
}

.containerrow11_blue {

	background-image:url(images/borde2.gif);
	background-color:White;
	background-repeat:repeat-y; 
}

.letras{
font-family:Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif;
font-size:14px;
font-weight:bold;
color:#2a3c86;
}

.letrasNegras{
font-family:Tahoma,Verdana,Arial,Helvetica,Sans-serif,sans-serif;
font-size:14px;
font-weight:bold;
color:Black;
}
.containerrow2_blue {
	background-color: #FFFFFF;
}


