@charset "utf-8";
#navi {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 0.9em;
	display: inline;
	margin: 0px;
	text-decoration: none;
	padding: 0px;
	font-weight: bold;
}
.nav, .nav * {
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #036;
	padding: 0;
}
#navi #horiz-menu .nav .active .topdaddy  {
	color: #036;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
#navi #horiz-menu .nav .active a  {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	color: #036;
	text-decoration: none;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.nav {
	line-height:1.0;
	float:left;
}
.nav ul {
	background-color: #F1F3F6;
	background-image: url(imagenesindex/bg2.gif);
	background-repeat: repeat-x;
}

.nav li {
	list-style:none;
	position:relative;
	float: left;
	margin: 0px;
	padding: 10px;
}

.nav li li a {
	display:block;
	text-decoration:none;
	background-image: none;
	float:none;
	color: #036;
	font-weight: bold;
}

.nav li ul {
	float:none;
	top:-999em;
	position:absolute;
	width: 175px;
	z-index: 5;
}

.nav li:hover ul,
.nav li.sfHover ul {
	left:5px;
	top: 42px;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
.nav li li.sfHover ul {
	left: 178px;
	top:0px;
	width: 175px;
}
.nav li li {
	float:none;
	width: 200px;
}
#tituloseccion {
	background-image: url(imagenesindex/title.png);
	background-repeat: no-repeat;
	width: 530px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	text-align: center;
	height: 30px;
	color: #FFF;
}
#productos_basic {
	width: 530px;
	background-image: url(imagenesindex/bgproductos.gif);
	display: table;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#downseccion {
	width: 530px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height: 20px;
	color: #FFF;
	background-color: #709BC7;
}
