* {
	margin: 0px;
	padding:0px;
}
html {
}
body {
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	background: url(../images/senda_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color:#000000;
}
/*CONTENEDORES PRINCIPALES*/
#contenedor {
	background: url(../images/black_bg.jpg);
	background-position: center;
	background-repeat: repeat-x;
	width:100%;
	min-width:995px;
	margin:0;
	margin-top:380px;
	float:left;
	text-align:left;
	position: relative;
	clear:both; /*MUY IMPORTANTE*/
}
* html #contenedor {
	padding-top: 15px;
	padding-bottom: 12px;/*height:100%; 
  	width:100%;*/
}
#left {
	width: 360px;
	float:left;
	text-align:left;
	position: relative;
	margin-left:42px;
}
.verde {
	color: #333300;
}
.marron {
	color: #663300;
}
#right {
	width: 340px;
	padding-top: 116px;
	float:left;
	text-align:left;
	position: relative;
	margin-left:20px;
	color: #666633;
	background-image:url(../images/line_index.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*ZONA_LEFT*/
#address {
	margin-top: 0px;
	padding-bottom: 32px;
	color: #FF9900;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
#address a {
	color: #FF9900;
	text-decoration: underline;
}
/*ZONA_RIGHT*/
#menu_sup {
	width: auto;
	list-style: none;
	padding-bottom:0px;
}
#menu_sup a {
	color: #CCCC00;
	text-decoration:none;
	text-align:left;
	font-size: 11px;
}
#menu_sup a:hover {
	color:#999900;
}
#menu_sup .activa a {
	color:#000000;
}
#menu_sup li {
	float:left;
	padding-left:0px;
	padding-right:4px;
	padding-top: 2px;
	padding-left: 12px;
	margin-bottom: 6px;
	margin-left:5px;
	margin-right: 30px;
	background-image: url(../images/ico_flecha.jpg);
	background-repeat: no-repeat;
	background-position:  left;
}

