body {
	margin-top: 8px;
	padding: 0;
	color: #555555;
    background: #e9e6e0; 
	font: 13px arial, sans-serif;
	text-align: center;
}

#content {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

#head {
	margin: 0;
	height: 210px;
}

img.noBorder {
	border:none;
}


#box {
	margin: 0 100px 0 120px;
}

.entry {
	width: 390px;
	margin: 0 0 70px 10px;
}

#sidebar {
	width: 220px;
	text-align: left;
	position: absolute;
    top: 215px;
	right: 15px;
	font-size: 11px;
}

#sidebar p {
	line-height: 130%;
}

.sidebarspacer {
	height: 20px;
}

strong {
	color: #000;
	font-weight: normal;
}

h2, h3 {
	font-size: 14px;
	margin: 0 0 4px 0;
	color: #555555;
}

p {
	color: #555555;
    padding: 0;
	margin: 6px 0 12px 0;
	line-height: 130%;
}

img {
	margin: 5px;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
	margin: 0;
	padding: 6px 0;
}

.info-label {
	display: block;
	float: left;
	width: 105px;
    color: #555555;
}

.info-data {
	font-weight: bold;
}

/*DEFINE EL POST*/
.info-container, .posted-container {
	margin: 1px 0 0 -110px;
	border-bottom: 1px solid #515153;
	padding: 5px 0px 5px 5px;
	font-size: 12px;
	color: #555555;
}

.info-container a:link {
	color: #35ceeb;
	text-decoration: none;
}

.info-container a:hover {
	color: #000;
	text-decoration: none;
}

.info-container a:visited {
	color: #35ceeb;
	text-decoration: none;
}

#footer {
	margin-left:35px;
	clear:both;
}

#footer p {
	padding-bottom: 10px;
	font-size: 11px;
}

#footer a {
	color: #35ceeb;
	text-decoration: none;
}



a:link {
	color: #35ceeb;
	text-decoration: none;
}

a:hover {
	color: #000;
}

a:visited {
	color: #35ceeb;
	text-decoration: none;
}




















