/* CSS Document */
.window_sup_izq
{background-image:url('../images/window_r1_c1.png');
width:25px;
height:27px;
cursor:move;
}
.window_sup_der
{background-image:url('../images/window_r1_c3.png');
width:27px;
height:27px;
cursor:move;
}
.window_sup_cen
{background-image:url('../images/window_r1_c2.png');
height:27px;
background-repeat:repeat-x;
cursor:move;
font-family: Trebuchet MS;
font-size:12px;
font-weight:bold;
color:#FFFFFF;

}
.window_cen_izq
{background-image:url('../images/window_r2_c1.png');
width:25px;
background-repeat:repeat-y;
}
.window_cen_cen
{
background-color:#FFFFFF;
vertical-align:top;
text-align:center;
top:15px;
z-index:100;
}
.window_cen_cen2
{
background-color:#FFFFFF;
vertical-align:middle;
text-align:center;
top:15px;
z-index:100;
}
.window_cen_der
{background-image:url('../images/window_r2_c3.png');
width:27px;
background-repeat:repeat-y;
}

.window_inf_izq
{background-image:url('../images/window_r3_c1.png');
width:25px;
height:26px;
}
.window_inf_der
{background-image:url('../images/window_r3_c3.png');
width:27px;
height:26px;
}
.window_inf_cen
{background-image:url('../images/window_r3_c2.png');
height:26px;
background-repeat:repeat-x;
}