body {
	background-color: #000;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(../xtras/bg_site.jpg);
}
#home {
	height: 310px;
	width: 960px;
	margin-top: 50px;
	background-color: #FFF;
	background-image: url(../xtras/home.jpg);
	visibility: visible;
	padding-top: 130px;
	margin-right: auto;
	margin-left: auto;
}


#zum {
	background-color: #FFF;
	background-image: url(../xtras/bg.jpg);
	clear: both;
	float: none;
	height: 440px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
}
h1  {
	background-color: #000;
	color: #FFF;
	display: inline;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding-right: 15px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 25px;
	clear: both;
}
#col_cont {
	height: 330px;
	width: 640px;
	float: left;
	clear: both;
	margin-left: 10px;
	background-image: url(../xtras/bg_cajas.png);
}

p {
	font-size: .7em;
	font-weight: lighter;
	text-align: justify;
}



#menu {
	text-align: right;
	margin-top: 20px;
	width: 700px;
	margin-right: 10px;
	margin-left: 10px;
	clear: both;
	background-image: url(../xtras/bg_cajas.png);
	float: right;
}
#menu h2 {
	display: inline;
	font-size: 12px;
	font-weight: normal;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a  {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #AD1416;
}
ul {
	font-size: .7em;
	font-weight: lighter;
	text-align: justify;
}
#logus {
	margin-right: 10px;
	margin-bottom: 10px;
}
#cb {
	clear: both;
	width: 100%;
	height: 1px;
}
#col_cont a {
	color: #A71518;
}
#col_cont a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #AD1416;
}
#zum_footer {
	width: 940px;
	clear: both;
	background-color: #FFF;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: .8em;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #AA0001;
}

