body {
	background-image: url(bg_main.gif);
}

#header {
	height: 212px;
}

#header h1#headerlogo {
	width: 350px;
	height: 212px;
	background-image: url(base_logo_main.gif);
	margin: 0px;
}


#extranav li a:visited {
	color: #EFFBB8;
}


#prodswitch {
	display: block;
	position: relative;
	width: 760px;
	height: 440px;
}

.switcher {
	display: block;
	position: absolute;
	width: 240px;
	height: 440px;
	background-repeat: no-repeat;
	cursor: pointer;
}

.swcontent {
	background-position: bottom;
	background-repeat: no-repeat;
	height: 405px;
	overflow: hidden;
}

.switcher h3 {
	display: block;
	position: relative;
	height: 35px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 13pt;
	text-transform: uppercase;
	overflow: hidden;
}

.switcher h3 a:link, .switcher h3 a:visited, .switcher h3 a:hover {
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}


#publicidad a:link, #publicidad a:visited, #publicidad a:hover {
	color: #C63606;
}
#web a:link, #web a:visited, #web a:hover {
	color: #C89100;
}
#impresion a:link, #impresion a:visited, #impresion a:hover {
	color: #1E5793;
}


.hover h3 a:link, .hover h3 a:visited, .hover h3 a:hover {
	color: #ffffff !important;
}

#publicidad {
	left: 10px;
}

#web {
	left: 260px;
}

#impresion {
	left: 510px;
}


#publicidad.hover {
	background-image: url(hover_top_p.gif);
}

#web.hover  {
	background-image: url(hover_top_w.gif);
}

#impresion.hover  {
	background-image: url(hover_top_i.gif);
}

#publicidad.hover  .swcontent {
	background-image: url(hover_bottom_p.gif);
}

#web.hover  .swcontent {
	background-image: url(hover_bottom_w.gif);
}

#impresion.hover  .swcontent {
	background-image: url(hover_bottom_i.gif);
}

.swtext {
	display: block;
	position: relative;
	height: 165px;
	margin: 0px;
	padding: 0px;
}

.swtext span {
	display: block;
	padding: 10px 15px;
	font-size: 9pt;
	line-height: 18pt;
	text-align: justify;
	color: #8E9DA6;
	font-style: italic;
}

.hover .swtext span {
	color: #ffffff !important;
}

.swimage {
	display: block;
	position: relative;
	width: 230px;
	height: 230px;
	margin: 0px 5px;
	overflow: hidden;
	background-position: 0px 0px;
}

#publicidad .swimage {
	background-image: url(fotomain_p.jpg);
}

#web .swimage {
	background-image: url(fotomain_w.jpg);
}

#impresion .swimage {
	background-image: url(fotomain_i.jpg);
}

.hover .swimage {
	background-position: 0px -230px;
}

.swimage em {
	display: block;
	padding-top: 110%;
}