@charset "iso-8859-1";
/* author: Jorge Mendoza */
/* Creation date: 15/05/2008 */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.50%;
	background: #fff;
	color: #333;
}
/* H1 displayed at 24px */
h1 {
	font-size: 2em;
	margin-top: 20px;
}
/* H2 displayed at 14px */
h2 {
	font-size: 1.2em;
}
h2.menu {
	margin-left: 10px;
}
/* H3 displayed at 12px */
h3 {
	font-size: 1em;
}
/* P displayed at 11px */
p {
	font-size: 1.2em;
	line-height: 1.5em;
}
p.footer {
	font-size: 1.0em;
	line-height: 1.2em;
}
p.remark {
	font-weight: bold;
}
p.product-title {
	font-size: 2.0em;
	line-height: 0.7em;
	color: green;
}
.align-right {
text-align: right;
}
select.select-product {
	font-size: 1.0em;
}
form.navigation-form {
	float: left;
	margin: 0;
	padding: 5px 10px 0 10px;
}
div.dotted-div {
	width: auto;
	font-size: 1.2em;
	padding: 0.4em;
	border: 1px dotted #ccc;
}
div.introduction-div {
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0.4em;
	border: 1px dotted #ccc;
}
div.select-div {
	float: left;
}
div.banner {
	margin-right: 20px;
}
div.h230 {
	height: 230px;
}
div.gray-bg {
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
	padding: 0.4em;
	background-color: #F4F4F4;
}
div.products {
	float: left;
	padding: 5px;
	width: 180px;
	height: 200px;
	font-size: 1.1em;
	line-height: 1.4em;
	border: 1px dotted #ddd;
	margin-right: 4px;
	margin-bottom: 10px;
}
div.home-column {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
}
div.new-product {
	float: left;
	padding-right: 20px;
	width: 280px;
}
div.centered-content {
	text-align: center;
}
img.corner {
	margin: 0;
	padding: 0;
	border: 0;
}
img.standard-img {
	margin: 10px;
	border: 0;
}
img.catalog {
	margin: 0px;
	border: 0;
}
img.left20 {
	position:relative;
	left:-20px;
	top:0px;
} 
a {
	color: #000099;
}
a:hover {
	color: #88bbee;
}
ul.standard-ul {
	margin: 0;
	padding: 0 0 0 20px;
}
ul.standard-ul li {
	padding: 0 0 10px 0;
}
hr.dotted-hr {
	border: 0;
	width: 100%;
	color: #bbb;
	background-color: #bbb;
	height: 1px;
	noshade;
	border-top: dotted;
}
table {
	border-collapse: collapse;
	font-size: 1.0em;
}
table.forms {
	border-collapse: collapse;
	font-size: 0.9em;
}
ol, ul {
	font-size: 1.0em;
}
br.clear-br {
	clear: both;
}
#heading {
	float: left;
	width: 100%;
	height: 100px;
	background-image: url(img/fondo.jpg);
}
#heading-icon {
	float: left;
}
#heading-logo {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
#heading-image {
	float: right;
	margin-top: 46px;
}
#top-menu {
	float: left;
	clear: both;
	width: 100%;
	min-height: 25px;
	background-color: #eee;
}
#flash-animation {
	width: auto;
	margin: 0;
	padding: 0;
	background-image: url(img/bg2.png);
}
#container {
	float: left;
	clear: both;
	width: 100%;
}
#left {
	float: left;
	width: 180px;
	margin-top: 15px;
}
#main-content {
	top: 10px;
	margin-left: 190px;
	margin-right: 210px;
}
#side-bar {
	float: right;
	width: 190px;
	height: 100%;
}
#side-bar-content {
	width: 190px;
	height: 500px;
	background-image: url(img/bg.png);
}
#side-bar-slogan1 {
	float: right;
	margin-top: 400px;
	margin-right: 30px;
}
#side-bar-top {
	float: right;
	width: 190px;
	height: 54px;
	border-bottom: 1px solid #ccc;
}
#side-bar-bottom {
	float: right;
	width: 190px;
	height: 14px;
}
#side-bar-corner {
	float: left;
}
#side-bar-filler {
	height: 500px;
}
#footer {
	clear: both;
	padding-top: 20px;
	padding-bottom: 5px;
	font-size: 1.0em;
}
#footer-icon {
	float: left;
}
#footer-copyright {
	float:right;
	text-align: right;
	margin-right: 10px;
}
#left ul.sidemenu {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	background: #ffffff;
	font-size: 1.0em;
}
#left ul.sidemenu li {
	padding: 0px 10px;
}
#left ul.sidemenu a {
	display: block;
	font-weight: normal;
	color: #000099;
	height: 1.5em;
	padding: .2em 0 .2em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #CCC;
	text-decoration: none;
}
#left ul.sidemenu a.top{	
	border-top: 1px dashed #CCC;
}
#left ul.sidemenu a:hover {
	padding: .2em 0 .2em 10px;
	border-left: 5px solid  #88bbee;
	color: #88bbee;		
}
#top-nav {
	float: left;
	width: auto%;
	background: #F4F4F4;
	font-size: 1.0em;
	line-height: normal;
}
#top-nav ul {
	margin: 0;
	padding: 5px 10px 0 10px;
	list-style: none;
}
#top-nav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#top-nav a {
	float: left;
	background: url("img/tableftB.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#top-nav a span {
	float: left;
	display: block;
	background: url("img/tabrightB.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #666;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#top-nav a span {float:none;}
    /* End IE5-Mac hack */
    #top-nav a:hover span {
	color: #000;
}
#top-nav a:hover {
	background-position: 0% -42px;
}
#top-nav a:hover span {
	background-position: 100% -42px;
}
