/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#333333;
	font-size:11px;
	background-color:#E74A03;
	}

#menu  {
	width: 130px;
	float: left;
	padding: 0px;
	margin: 0px;
	}

#menu, #menu ul {
	margin: 0px;
	padding: 0px;
	}

#destcont {
	background: #ffffff;
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 40px 40px 0px 40px;
	width: 120px;
	height: 560px;
	background-image:url(../imagenes/novedades_.jpg); background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	}

.botones li {	
	width: 118px;
	height: 12px;
	background: url(../imagenes/BT.jpg) no-repeat;
	color: #fff;
	padding: 4px 6px 4px 6px;
	margin: 0px 0px 2px 0px;
	list-style: none;
	font-size: 12px;
	line-height: 12px;
	display: block;
	clear: both;
	cursor: pointer;
	}

.botones li:hover, .botones li.bthover {
	background: url(../imagenes/BTH.jpg) no-repeat;
	list-style: none;
	}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
