/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/*Panel Rojo, im�genes que lo rodean*/
/*.contr_tl
{
    background-image: url(panelr_tl.gif);
    background-repeat:no-repeat;
    width:5px;
}
.contr_tc
{
    background-image: url(panelr_tc.gif);
    background-repeat:repeat-x;
    height:2px;
    width:100%;
}
.contr_tr
{
    background-image: url(panelr_tr.gif);
    background-repeat:no-repeat;
    width:5px;
}
*/
.contr_ml
{
    background-image: url(panelr_ml.gif);
    background-repeat:repeat-y;
}
.contr_mr
{
    background-image: url(panelr_mr.gif);
    background-repeat:repeat-y;
    width:3px;
}
.contr_bl
{
    background-image: url(panelr_bl.gif);
    width:3px;
    height:19px;
}
.contr_bc
{
    background-image: url(panelr_bc.gif);
    background-repeat:repeat-x;
}
.contr_br
{
    background-image: url(panelr_br.gif);
    background-repeat:no-repeat;
    width:79px;
    height:19px;
}
.panelr_bck
{
    background-color:#f8e9eb;
    }
    
/*Panel Gris, im�genes que lo rodean*/
.contg_ml
{
    background-image: url(panelg_ml.gif);
    background-repeat:repeat-y;
}
.contg_mr
{
    background-image: url(panelg_mr.gif);
    background-repeat:repeat-y;
    width:3px;
}
.contg_bl
{
    background-image: url(panelg_bl.gif);
    width:3px;
    height:19px;
}
.contg_bc
{
    background-image: url(panelg_bc.gif);
    background-repeat:repeat-x;
}
.contg_br
{
    background-image: url(panelg_br.gif);
    background-repeat:no-repeat;
    width:79px;
    height:19px;
}
.panelg_bck
{
    background-color:#f1f1f1;
    }

/*Panel Blanco, im�genes que lo rodean*/
.contw_ml
{
    background-image: url(panelw_ml.gif);
    background-repeat:repeat-y;
}
.contw_mr
{
    background-image: url(panelw_mr.gif);
    background-repeat:repeat-y;
    width:3px;
}
.contw_bl
{
    background-image: url(panelw_bl.gif);
    width:3px;
    height:19px;
}
.contw_bc
{
    background-image: url(panelw_bc.gif);
    background-repeat:repeat-x;
}
.contw_br
{
    background-image: url(panelw_br.gif);
    background-repeat:no-repeat;
    width:79px;
    height:19px;
}
.panelw_bck
{
    background-color:#ffffff;
    }

/*Panel S�lo Cabecera en rojo*/
.containermaster_red {
	width: 100%;
}
.containerrow1_red {
	background-image: url(header1_c.gif);
	background-repeat:repeat-x;
}
.containerdown_red {
	width: 100%;
    background-color: #ffffff;
    /*border-top: #c6c2bf 1px solid; */
	border-right: #c6c2bf 1px solid; 
	border-left: #c6c2bf 1px solid;
	border-bottom: #c6c2bf 1px solid; 
	-moz-border-radius-bottomleft: 5px; 
	-moz-border-radius-bottomright: 5px; 
	/*-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;*/
}

.containerleft_red {
	width: 3px;
    background-color: #ffffff;
	border-left: #c6c2bf 1px solid;
}

.containerright_red {
	width: 3px;
    background-color: #ffffff;
	border-right: #c6c2bf 1px solid;
}
