body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/imagenes/bg.jpg);
	background-repeat:repeat-x;
}
a, a:visited, a:hover {
	color:#009933;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:14px;
}
#contenedor {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width: 890px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#cabecera {
	display:block;
	float:left;
	width: 890px;
	height:223px;
}
.listado {
	display:block;
	width: 890px;
	text-align: center;
	float: left;
}
.caja {
	display:block;
	float:left;
	width: 280px;
	text-align: center;
	margin-bottom: 10px;
}
.caja img {
	margin:1px 1px 1px 1px;
	padding:1px 1px 1px 1px;
	border:1px solid #009933;
}
.fondo {
	display:block;
	float:left;
	width: 170px;
	text-align: center;
	margin-bottom: 10px;
}
#pie {
	display:block;
	float:left;
	width: 890px;
	margin-top:10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #009933;
}
/* loader */
#loaderBox{
	border:1px solid #006600;
	height:20px;
	width:300px;
	margin:1px 1px 1px 1px;
}
#loaderBar{
	position:relative;
	top:0px;
	left:0px;
	background-color:#E5F3BE;
	height:20px;
	width:0px;
	padding-top:5px;
	padding:0px;
}
#loaderPercent{
	position:relative;
	top:0px;
	left:0px;
	color:#006600;
	height:20px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:0px;
	padding-top:3px;
}

