body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#header {
	background-image: url(../images/header.jpg);
	height: 104px;
	width:918px;
	margin-left:auto;
	margin-right:auto;
}

#contenido {
	background: url(../images/body.jpg);
	/*height: 437px;*/
	width:918px;
	margin-left:auto;
	margin-right:auto;
}

.texto{
	color: #FFFFFF;
	font-family:"Myriad Pro";
	margin-right: 150px;
	margin-left: 150px;
	text-align:justify;
	font-size:13px;
	}

.texto a{
color:#FFFFCC;
font-size:18px;
}

.texto a:hover {
text-decoration: none;
color: #92E992;
}

H1 {
   font-family: "Myriad Pro";
   font-size: 12pt;
   color: #FFFFCC;
   text-align: center;
   }

#footer {
	background: url(../images/footer.jpg);
	height: 110px;
	width:918px;
	margin-left:auto;
	margin-right:auto;
}

.kw_footer{
	color: #99cc00;
	font-family:"Myriad Pro";
	font-size:12px;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 115px;
	padding-right: 15px;
}

.kw_footer a {
	color: #99cc00;
}

.kw_footer a:link {
text-decoration: none;
}

.kw_footer a:hover {
text-decoration: underline;
color: #000000;
}

.kw_footer a:visited{
color:#00CC33;
text-decoration:none;
}

.menu {
	color:#FFFFFF;
	font-family:"Myriad Pro";
	font-size:14px;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 57px;
	padding-right: 55px;
}

.menu a {
color: #FFFFFF
}

.menu a:link {
text-decoration: none;
}

.menu a:hover {
text-decoration: none;
color: #92E992;
}

.menu a:visited{
text-decoration:none;
}



