/*CSS del Footer*/
body.footer-green{
	background: #ccc;
}

#footer {
	position: relative;
	background-color: #cccccc;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 162px;
}

#footer li {
	border-bottom: 1px dotted #A1C746;
}

#footer div.moduletable {
	color: #fff;
}

#the-footer {
	color: #508c00;
}

body.footer-green #footer a {
	color: #508c00;
}

body.footer-green #footer a:hover {
	color: #333333;
}

body.footer-green #footer h3 {
	color: #333;
}

/*CSS del Header*/
#header {
	background: #fff url(images/header-bg.png) repeat-x;
}

#logo {
	background: url(images/logo.png) no-repeat;
	width: 155px;
	height: 66px;
}

.font-selector,
.width-selector {
	background: url(images/access-select.png) no-repeat;
}

.lrg .button {
	background: url(images/access-t3.gif);
}

.sml .button {
	background: url(images/access-t1.gif);
}

.med .button {
	background: url(images/access-t2.gif);
}

.thin .button {
	background: url(images/access-thin.gif);
}

.wide .button {
	background: url(images/access-wide.gif);
}

.fluid .button {
	background: url(images/access-fluid.gif);
}

/*CSS del Toolbar*/
a {
	color: #508c00;
}

a:hover {
	color: #333333;
}

#toolbar {
	background: url(images/toolbar-bg.png) repeat-x;
}

.header-light #nav li.active_menu a {
	background: url(images/toolbar-select-light.png) 50% 0 no-repeat;
}


#nav {
	background: url(images/toolbar-div.png) 0 0 no-repeat;
}

#nav li {
	background: url(images/toolbar-div.png) 100% 0 no-repeat;
}

#nav li a {
	color: #fff;
}

#nav a:hover {
	color: #333;
}
