html,
body
{
	background-color:#2A2724;
	/*background-color:#fff;*/
	color:#000;
	font-family: 'Helvetica Neue','Helvetica','Arial',sans-serif;
	font-size: 0.9em;
	margin: 0;
}

p
{
	margin: 8px 0;
}

h2, h3
{
	color: #fff;
	margin: 0;
}

img
{
	border: 0;
}

form
{
	clear: both;
}

label
{
	display: block;
	font-weight: bold;
	margin-top: 6px;
}

.ui-state-hover
{
	background-color: #ff0;
	filter: alpha(opacity=30);
	opacity: .3;
	-moz-opacity:0.3;
}

/******************** CAPAS ********************/

#mainContainer
{
	background: #fff url(../images/bkg-top.jpg) repeat-x 0 top;
	margin-bottom: 24px;
}

#container
{
	margin: 0 auto;
	text-align: left;
	width: 998px;
}

#header
{
	background: url(../images/arr2.gif) no-repeat 28px 60px;
	height: 70px;
	position:relative
}

#wrapper{
	
}

#foobar{
	/*-moz-border-radius-bottomleft:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-bottomright:8px;
	-moz-border-radius-topright:8px;*/
	border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #aaba28;
	float: left;
	padding: 12px;
	width:300px;
}

#main{
	background: transparent url(../images/tree3.jpg) no-repeat -260px 20px;
	float:right;
	width: 670px;
}

#footer
{
	background-color: #2a2724;
	clear: both;
	color: #fff;
	height: 30px;
	padding-top: 16px;
	text-align: left;
	width: 100%
}

#footer a
{
	color: #fff;
}

#divTarjeta{
	float:left;
	width:650px;
	height:700px;
	z-index:10;
}

#divTestigo{
	position:relative;
	width:650px;
	height:700px;
	z-index:9;
}

#divTestigo img{
	z-index:1;
}




/******************** ESTILOS ********************/

dl.inventary
{
	margin: 0;
	padding: 0;
}
dl.inventary dd
{
	float: left;
	margin: 0;
	padding: 0;
}


.articulo
{
	cursor: move;
	height: 32px;
	width: 32px;
	z-index:5000;
}

.articuloSelected
{
	height: auto;
	width: auto;
}


.selectArticulos{
	position: absolute;
	cursor: move;
	/*z-index:100;*/
}


.caption
{
	color: #000;
	cursor: move;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
}
