/*-- esta es la caja main --*/
#sidebox {
	width: 620px; /* ems so it will grow */
	background: url(../img/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height:400px;
}
#boxhead {
	background: url(../img/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
#boxhead  h2 {
	background: url(../img/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
#boxbody {
	background: url(../img/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	min-height:400px;
}


/*-- Esta es cualquier caja interna sin titulo --*/
#in-sidebox {
	background: url(../img/sbbody-cr.gif) no-repeat bottom right;
	font-size: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#in-boxhead {
	background: url(../img/sbhead-rc.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
#in-boxhead  h2 {
	background: url(../img/sbhead-lc.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: black;
	font-size:12px; 
	font-weight: bold; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
#in-boxbody {
	background: url(../img/sbbody-cl.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 40px;
}
