/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_aqua {
	width: 100%;
        background-color: #EFEFE7;
	border-right: #B01213 2px solid; 
	border-top: #B01213 2px solid; 
	border-left: #B01213 2px solid; 
	border-bottom: #B01213 2px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containermaster_piel {
	width: 100%;
	background-color: #dfe5f2;
}
.titulopiel 
{
    background-color: #FFEBCC;
    font-family: "Arial Black" ;
    font-weight:bolder;
    text-align:center;
    font-size: 18;
     color: #ffffff;
       }
.tituloaqua
{
    background-color: #B01213;
    font-family: tahoma ;
    font-weight:bolder;
    text-align:left;
    font-size: 18;
    color: #ffffff;
       }       

.containerrow1_blue {
	background-image: url(gradient_LtBlue.jpg);
}
.containerrow2_blue {
	background-color: #ffffff;
}
.containerrow2_piel {
	background-color: #FFEBCC;
}
