body {
	margin:0;
	padding:0;
	background:#020202;
}

body, td, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#f8f9fb;
}

input , select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#020202;
}

#wrapper {
	width:970px;
	margin:0 auto;
}

#header {
	background:url(../img/logo.jpg) top left no-repeat;
	height:134px;
}
#header #logo {
	float:left;
	width:110px;
	height:90px;
	padding-left:80px;
}
#header #logo a {
	display:block;
	width:110px;
	height:90px;
}

#header #toplinks {
	float:right;
	margin:60px 0 0 0;
	padding-right:115px;
	color:#FFFFFF;
}
#header #toplinks a {
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
	letter-spacing:1px;
}
#header #toplinks a:hover {
	text-decoration:underline;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
#imagenppal {
	clear:both;
}

#imagenppal #imagen {
	background:url(../img/mainpic-back.jpg) top left no-repeat;
	height:339px;
	width:589px;
	float:left;
}

#imagenppal #menu {
	background:url(../img/menu-back.jpg) top left no-repeat;
	height:339px;
	width:295px;
	float:left;
}
#imagenppal #menu .menuitem a {
	background:url(../img/menu-off.gif) top left no-repeat;
	color:#FFFFFF;
	letter-spacing:2px;
	display:block;
	text-decoration:none;

	padding-left:20px;
	width:192px;
	
	padding-top:17px;
	height:33px;
	
	margin-left:2px;
}
#imagenppal #menu .menuitem a:hover {
	background:url(../img/menu-on.gif) top left no-repeat;
}


#contenido {
	overflow:auto;
	clear:both;
	line-height:18px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 80px;
}

#contenido h1 {
	margin:0 0 5px 0;
	padding:0;
}

#contenido h1 span {
	display:none;
}

#contenido #imagencontenido {
	float:right;
	margin-left:15px;
}


#footer {
	letter-spacing:2px;
	color:#4e4e4e;
	font-size:10px;
	padding:10px 80px 50px 80px;
	clear:both;
}
#footer a {
	color:#4e4e4e;
}


#menuproductos ul {
	margin:10px 0 0 -50px;
	padding:10px 0 0 0;

	z-index:10;

	*margin:23px 0 0 -110px;
	*padding:10px 0 0 0;

	background:url(../img/menuarr.gif) top center no-repeat;

	display:none;
	position:absolute;
	left:auto;
	width:150px;
}

#menuproductos ul li {
	list-style-image:none;
	list-style-type:none;
	background:url(../img/menusep.jpg) bottom left no-repeat;
	background-color:#173239;
}

#menuproductos #menuproductoslink {
}

#menuproductos ul li a {
	display:block;
	padding-left:15px;
	padding-top:5px;
	height:21px;
	color:#fff;
}
#menuproductos ul li a:hover {
	font-weight:normal;
	text-decoration:underline !important;
}

/*#menuproductos:hover ul ,*/ #menuproductos.sfhover ul {
	display:block;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}