@charset "utf-8";
/* CSS Document */


/* -------------- esquema ----------*/

.t {background: url(images/box/dot.png) 100% 0 repeat-x;float:left;}
.b {background: url(images/box/dot.png) 0 100% repeat-x;float:left;}
.l {background: url(images/box/dot.png) 0 0 repeat-y;float:left;}
.r {background: url(images/box/dot.png) 100% 0 repeat-y;float:left;} 
.bl {background: url(images/box/bl.gif) 0 100% no-repeat;float:left;}
.br {background: url(images/box/br.gif) 100% 100% no-repeat;float:left;}
.tl {background: url(images/box/tl.gif) 0 0 no-repeat;float:left;}
.tr {background: url(images/box/tr.gif) 100% 0 no-repeat;float:left;} 

.tbl {background: url(images/box/tbl.png) 0 100% no-repeat}
.tbr {background: url(images/box/tbr.png) 100% 100% no-repeat}
.ttl {background: url(images/box/ttl.png) 0 0 no-repeat}
.ttr {background: url(images/box/ttr.png) 100% 0 no-repeat;} 

.btr {background: url(images/box/btr.gif) 100% 0 no-repeat;}
.btl {background: url(images/box/btl.gif) 0 0  no-repeat;}

/* --------- cajas ---------*/

.inside {
	background-color:#3C3;
}
