/**
4KILOS VINÍCOLA
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: "Geneva", Helvetica, Arial, sans-serif;
	background: #fff;
	line-height: 12px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { 
	text-decoration: none;
	color: #666666;
	
}

a:active { 
	text-decoration: none;
	color: #009900;
	
}

a:visited { 
	text-decoration: none;
	color: #666666;
	
}

a:hover { 
	text-decoration: underline;
	color: #669900;
	
}

a img { 
	border: none;
	background-color:#ffffff;
	}
	
#break {
margin-top:10px; 
margin-bottom:10px;
}

#menu {
    width: 210px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0px 0 8px 0;
}

#menu ul li.section-title {
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
}

/**
margen superior
*/

#content {
    height: 100%;
    margin: 12px 0 0 210px;
    top: 0;
}

.container {
    padding: 12px 0px 0px 12px;
}

#content p { width: 400px; margin-bottom: 5px; }

p {
    margin: 0 0 12px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 8px 0; }

#once { clear: left; }

/**

--------------------------- ENCABEZADOS ----------------------------------------

*/

.encabezado {
font-family: "Times New Roman", Times, serif;
font-size: 10px;
font-style: normal;
color:#000000;
text-transform: lowercase;
font-weight: bold;

}
