* {
	margin: 0;
	text-align: left;
}
body {
	color: black;
	background-color: white;
	font-size: 10pt;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 1cm;
	line-height: 1.5em;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	color: #12C;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,dl,address {
	margin-bottom: 0.5cm;
}
a:link,a:visited {
	color: #12C;
}
a img {
	border: 0;
}
/* Title */
h1 {
	height: 40px;
	background: url(img/logo.gif) no-repeat top right;
}
h1:after {
	content: " (www.kemphor.com)";
	color: #BBB;
	font-size: 60%;
	display: block;
	font-weight: normal;
}
/* Subtitle */
h2,h3 {
	font-weight: normal;
	margin-bottom: 0.2cm;
}
/* Elements we don't want to print */
#menu,#imgProducts,#footnote,#miniaturas,#variedades li,#variedades li img {
	display: none;
}
/* Home news */
div#news {
	float: left;
	margin: 0 0.5cm 0.5cm 0;
}
/* About page */
p#visorImagenes {
	text-align: center;
	color: #12C;
}
p#visorImagenes img {
	display: block;
	margin: 0 auto 0.5cm auto;
	border: 2px solid #12C;
}
/* Contact page */
address p {
	margin-bottom: 0;
	font-style: normal;
}
p.empresa {
	font-weight: bold;
	color: #12C;
}
p.telefono span,p.fax span {
	font-weight: bold;
}
p.codigoPostal,p.localidad,p.provincia {
	display: inline;
}
h2 img {
	margin: 0 0.5cm 0.5cm 0 !important;
}
/* Products page */
div#imagen {
	float: right;
	margin: -3em 0 0.5cm 0.5cm;
}
* html ul#caracteristicas {
	padding-left: 0.5cm;
}
#variedades:before {
	content:"Presentaciones";
	display: block;
	font-size: 12pt;
	color: #12C;
	margin: 0 0 0.2cm 0;
}
#variedades {
	padding: 0;
	margin-bottom: 0.7cm;
	clear: left;
}
#caracteristicas,#charContainer {
	float: left;
	width: 4cm;
}
h2.turquesa,h2.azul,h2.purpura,h2.rojo,h2.rosa,h2.verde {
	width: 6cm;
	line-height: 1.2em;
}
#variedades li#currentProduct {
	display: block;
	visibility: hidden;
	margin-top: -1.5em;
}
#variedades li#currentProduct li {
	display: list-item;
	visibility: visible;
}
* html #variedades li#currentProduct ul {
	padding-left: 0.5cm;
}
/* Legal Notice page */
#legal ol {
	padding: 0 0 0 0.8cm;
}
#legal ol ol {
	padding: 0;
	margin-top: 0.2cm;
}
#legal ol li {
	font-size: 12pt;
	color: #12C;
}
#legal ol li li {
	font-size: 10pt;
	color: black;
	margin-bottom: 0.2cm;
}
#legal span {
	font-weight: bold;
}
/* Copyright */
#copyright {
	font-size: 8pt;
	color: #555;
	text-align: center;
	padding-top: 0.5cm;
	border-top: 1px solid #888;
	clear: both;
}
