
body {
	width: 810px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/FONDOS/verde1.jpg) repeat top;
	font-size: 15px;
	text-align: justify;
	color: #ABABAB; /*letra*/
}


h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #ffffff;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 20px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #33CC33;
}

a:hover, a:active {
	text-decoration: none;
	color: #33CC33;
}

a:visited {
	color: #33CC33;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

#wrapper { 
	width: 810px;  
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 200px;
	background: #CCFF99;
}

/* Header */

#header {
	width: 810px;
	margin: 0 auto;
	text-align: center;
	height: 60px;
}

/* Menu */

#menu {
	float: left;
	width: 810px;
	height: 60px;
	background:url(../images/img03.jpg) no-repeat left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
	background: url(../images/img06.jpg) no-repeat left 50%;
}

#menu a {
	display: block;
	float: left;
	margin-right: 0px;
	padding: 8px 20px 10px 13px;
	/*10px 15px;*/
	letter-spacing: -.5px;
	text-decoration: none;
	font-size: 18px;
	color: #33CC33;
	
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 810px;
	margin: 0 auto;
	background: #CCFF99;
}


/* Content */

#content {
	float: left;
	width: 810px;
	margin-top: 15px;
	background: #CCFF99;
	
}

/* Post */

.post {
	padding: 15px 0px;
	background: #CCFF99;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.post h1 {
	height: 60px;
	padding: 20px 0 0 15px;
	BACKGROUND-COLOR: #CCFF99;
	font-size: 26px;
	font-family: cursive;
	TEXT-ALIGN: center; 
	color: #FFFFFF;
	font-variant: small-caps; 
	font-style: oblique; 
	font-weight: 900;

}

.post h2 {
	
	height: 60px;
	padding: 20px 0 0 15px;
	font-size: 18px;
	font-family: cursive;
	color: #FFFFFF;
}

.post .entry {
	padding: 0 15px;
	background:#CCFF99;
	font-size: 14px;
	font-family: cursive; 
	 
	/*color: #2F4F4F;*/
	color: #585858;


}

/* Footer */

#footer-wrap {
	width: 810px;
	height: 60px;
	margin: 0 auto;
	background-color: #ccff99;
}

#footer {
	width: 810px; 
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
	background-color: #ccff99;
}



#footer p {
	font-size: 20px;
}

#legal {
	clear: both;
	padding-top: 17px;
	font-size: 26px; 
	text-align: right;
	color: #FFFFFF;
	font-style: oblique; 
	font-variant: small-caps;
	font-family: cursive;
	font-weight: 900;
	background-color: #ccff99;
}

#legal a {
	color: #33CC33;
}
