body {
	background:#C0E3FB url(/static/casas/images/blanco.jpg) repeat scroll left top;
	margin:0 auto;
	padding:0;
}
.logo{
	left: 30px;
	right: 30px;
	height: 60px;
	position:absolute;
	z-index:-1;
	background: url('/static/casas/images/Sheet-h.png') repeat;
	top: 0;
	clip: rect(auto, auto, 30px, auto);
}
#cuerpo{background-image: url('/static/casas/images/Sheet-v.png');}
.art-Sheet-tr{
	position:absolute;
	z-index:-1;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	clip: rect(auto, auto, 30px, 30px);
	background-image: url('/static/casas/images/Sheet-s.png');
}
.art-Sheet-tl{
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	width: 60px;
	height: 60px;
	clip: rect(auto, 30px, 30px, auto);
	background-image: url('/static/casas/images/Sheet-s.png');
}
#textoArriba{margin-bottom:5px;border-color:#00b4f6;background:#f2f2f2 url('/static/casas/images/Sheet-c.png');}
#textoAbajo{background:#f2f2f2;}
#barraAbajo{background:#FFCC66;}
#contenedora{margin: auto;width:950px;}

