@charset "utf-8";
/* CSS Document */

#main {
	width: 687px;
	min-height: 500px;
	background-image: url(images/background.jpg);
	background-position:left;
}
#page_name {
	color:#C5A989;
	width: auto;
	height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:10px;
	margin-right:10px;
}
#bolitas {
	width: auto;
	height: 5px;
	background-image:url(images/bolitas.png);
	background-repeat:no-repeat;
	background-position:center;
}
#page {
	width: autopx;
	min-height: 500px;
	margin: 10px;
	font-family:"Nueva Std Bold Condensed";
	color: #FF9;
}

#footer {
	color:#C5A989;
	width: auto;
	text-align:center;
	height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:10px;
	margin-right:10px;
	font-size:12px;
}
#header_botonera {
	width: 687px;
	height: 30px;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/header_botonera_image.jpg);
}
