
body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/img01.jpg) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #D9D9D9;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #FFFFFF;
}

/*h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}*/

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #ff0101;  /*links   antes color: #7ECE05;*/
	text-decoration: none
}

a:hover {
	text-decoration: underline;
	color: #ff0101;  /*links hover*color: #7ECE05;*/
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	/*background: url(images/img04.jpg) no-repeat left top;*/
}

#logo h1, #logo p {
	margin: 0px;
/*	padding-left: 58px;*/
	text-align: right;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 220px; /*antes 25 0 0 80*/
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 40px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 20px;
	padding: 5px 10px;
}

#menu a:hover {
	background: #ff0101 url(images/img02.jpg) repeat-x 0px 0px; /*antes 7ECE05*/
	text-decoration: none;
}

#menu .active {
	background: #ff0101 url(images/img02.jpg) repeat-x 0px 0px;  /*antes 7ECE05*/
}

#menu .active a {
	background: #ff0101 url(images/img02.jpg) repeat-x 0px 0px;  /*antes 7ECE05*/
}

/* Page */

#page {
	width: 950px;
	height: 600px;
	margin: 0px auto auto;
	padding: 40px 0px;
}

/* Content */

#content {
	float: right;
	width: 650px;
	height: 640px;
	background: url(images/img03.jpg) no-repeat right bottom;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

.post .contacto {
	color: #ff0101;
	font-size: 1.4em
}

/* Sidebar */
#sidebar {
	position: absolute;
/*	float: left;*/
	width: 300px;
/*	background: url(images/img03.gif) repeat-y left top;*/
}

#sidebar {
	padding: 5px 20px 20px 40px;
}

#sidebar h3 {
/*	margin-bottom: 0;*/
	margin-top: 1em
}

#sidebar h4 {
	margin-top: .6em
}

#sidebar ul {
/*	margin: 0px;*/
/*	padding: 0px;*/
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
}

/* Footer */

#footer {
	clear: both;
	height: 120px;
	margin: 0px auto;
	background: url(images/img01.jpg) repeat-x left top;
	color: #000000;
}

#footer p {
	margin: 0px;
	padding: 80px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: small;
}

#footer a {
	color: #101010;  /*antes 7ECE05*/
}

