body {
	background: url(../sistema/activos/tapizRallado.gif) repeat;
	font: 11px Verdana Geneva Arial Helvetica sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
/* IE hack centrar horizontalmente [parte 1/2] */
	text-align: center; /* --- */
/* ScrollBar style */
	SCROLLBAR-FACE-COLOR: #00ccff;
	SCROLLBAR-HIGHLIGHT-COLOR: #00ccff;
	SCROLLBAR-SHADOW-COLOR: #000066;
	SCROLLBAR-3DLIGHT-COLOR: #000066;
	SCROLLBAR-DARKSHADOW-COLOR: #00ffff;
	SCROLLBAR-ARROW-COLOR: #000066; 
	SCROLLBAR-TRACK-COLOR: #00ffff;
	SCROLLBAR-BASE-COLOR: #00ffff; /* --- */
}
a {
	text-decoration:none;
	cursor: pointer;
}

img { border:none;}

#main {
	width: 212px;
	margin-top: 40px;
}

#contenedorCabecera {
	background:  url(activos/contenedorBordeCabecera.gif) no-repeat bottom;
	width: 212px;
}

#contenedorPie {
	background:  url(activos/contenedorBordePie.gif) no-repeat top;
	height: 12px;
	width: 212px;
}

#contenedorCuerpo {
	background: url(activos/contenedorBordesCuerpo.gif) repeat-y; /* IE hack centrar horizontalmente [parte 2/2] */
	text-align: left; /* --- */
	width: 200px;
	padding: 6px 6px 0px 6px;
}

#cabecera {
	width: 200px;
	text-align: center;
	padding: 6px 0px 14px 0px;
}

#cuerpo {
	clear: both;
}

#pie {
	width: 200px;
	height: 0;
	margin: 0;
	padding: 0;
}


.clearBoth {
	width: 100%;
	height: 100%;
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.centrarH {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}