/* lienzo pancarta */
#container{
width:400px;
height:300px;
float:left;
background-image:url(../icos/fondo_1.png);
/*border: 1px solid #999999;*/
}

#sup, #inf, #sup2, #inf2 {
width: 100%;
height: 30px;
background-repeat:repeat-x;

}
#sup, #sup2{ background-position:top}
#inf,#inf2{ background-position:bottom }

#izq, #der, #izq2, #der2 {
width: 30px;
height:240px;
float:left;
background-repeat:repeat-y;
}

#izq,#izq2{background-position:left;}
#der, #der2{ background-position:right}



#centro{
height:240px;
width:340px;
float:left;
}

#colCentro{
clear:both; 
height:240px;
}
#fondoTop {
background-image:url(http://www.pancarta.com/configurador/icos/fondoLateral.png);
width: 400px;
height: 29px;

}
#fondoBottom {
background-image:url(http://www.pancarta.com/configurador/icos/fondoLateral_bottom.png);
width: 400px;
height: 29px;

}

#sup_der, #inf_der,#izq_izq,#der_izq{
width: 30px;
height: 30px;
float:right;
background-repeat:repeat-y;
background-position: right;
}
#sup_izq, #inf_izq,#izq_der,#der_der{
width: 30px;
height: 30px;
float: left;
background-repeat:repeat-y;
background-position:left;
}