* {
padding: 0;
margin: 0;
} 

body {
margin:0;
padding: 0;
background: #111;
color: #444;
font: 12px Arial, Verdana, Tahoma, sans-serif;
line-height: 20px;
}

img {border-width:0;: none;}
a{ color: #0024fc; text-decoration: none; }
a:hover {  color: #000; }
a {
	outline-style:none;
}
#content {
	width: 1000px;
	margin: 20px auto;
	padding: 10px;
	background: #ffffff;
	border: 2px double #903;
}

#header {
	background: #ffffff url(images/header.gif) no-repeat;
	height: 170px;
}
#header h1 { 
font-size: 22px;
letter-spacing: -1px;
padding: 15px 0 0 10px;
color: #fff;
}
#header h1 a { 
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #ccc;
}
#header h2 {
font-size: 16px;
color: #ccc;
padding: 0 0 0 10px;
}

#navigation {
background: #111 url(images/menu.gif) repeat-x;
height: 30px;
line-height: 30px;
margin: 10px auto;
}
#navigation li {
float:left;
list-style-type:none;
border-right:0px solid #444;
}
#navigation li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #fff;
letter-spacing:1px;
}
#navigation li a:hover {
background: #333 url(images/menuover.gif) repeat-x;
color:#fff;
text-decoration:none;
}

.left {
	float: left;
	width: 225px;
	padding: 10px;
	line-height: 14px;
}
.left h2 {
margin-top: 10px;
font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
padding: 10px 0 5px 5px; 	
border-bottom: 0px dotted #fff;
}
.left ul  {
color: #000000;
text-align: left;
margin: 5px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
.left ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.left ul a {
font-weight: 600;
color: #6a112f;
}
.left ul a:hover { color : #333; }

.right {
	float: right;
	width: auto;
	padding: 10px;
	margin-right: 100px;
}
.right h2 {
padding: 2px 0 5px 0px; 
font: bold 14px Verdana, 'Trebuchet MS', Sans-serif;
color: #444;	
border-bottom: 1px dotted #999;
margin-bottom: 5px;
margin-top: 10px;
}

#footer { 
background: #ffffff;
color: #ffffff;
margin-top:20px;
height: 30px;
line-height: 30px;
text-align: center;
}
#footer a {  color: #D58000; text-decoration: none; }
#footer  a:hover { color: #fff; }
.tip {
	color: #ffffff;
	font: normal 12px Verdana, Geneva, bold, sans-serif;
	background:#000000;
	display:none; /*--Hides by default--*/
	padding:3px;
	position:absolute;	z-index:1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.container {
	width: 690px;
	overflow: hidden;
	background:#ffffff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer .footer_friut {
	position: absolute;
	bottom: 0px;
	right: -50px;
	width: 324px;
	height: 218px;
	z-index: 10;
	background: url(DOCUMENTACION/VINOS.png) no-repeat;
}
