body {
	padding: 0;
	margin: 0;
	background-color:;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#FFF;
	background-image:url(img/bgsite.jpg);
	background-attachment:fixed;
	line-height:0px;

}

#h1 {
	color:#F00;
}

p {
	line-height:20px;
}


a.menu_home {
background: url(img/menu_home.png);
display: block;
overflow: hidden;
width: 57px;
height: 28px;
}
a.menu_home:hover {
background-position: -62px 0;
overflow:hidden;
}

#menu_folheto {
	width:161px;
	height:28px;
	overflow:hidden;
	float: left;
	margin-right:15px;
}
a.menu_folheto {
background: url(img/menu_folheto.png);
display: block;
overflow: hidden;
width: 161px;
height: 28px;
text-decoration: none;
}
a.menu_folheto:hover {
background-position: -167px 0;
overflow:hidden;
}

a.menu_site {
background: url(img/menu_site.png);
display: block;
overflow: hidden;
width: 193px;
height: 28px;
text-decoration: none;
}
a.menu_site:hover {
background-position: -201px 0;
overflow:hidden;
}



a:active
{
text-decoration: none;
color:#fff;
} 

a:visited
{
text-decoration: none;
color:#fff;
} 

a:link
{
text-decoration: none;
color:#fff;
} 

a:hover 
{
text-decoration: underline;
color: #ff;
}