/* Header */

#header {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	background: url(/images/img02.jpg) no-repeat;
}

/* Menu */

.menu {
	width: 960px;
	height: 51px;
	margin: 0 auto;
	background: url(/images/img03.jpg) no-repeat;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding: 10px 20px 20px 20px;
	background: url(/images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 450px;
}

#sidebar {
	float: right;
	width: 450px;
}

#sidebar h2 {
	height: 38px;
	padding: 7px 10px 0px 10px;
	background: url(/images/titular.png) repeat-x;
	font-size: 1.6em;
}

.banner {
	padding: 10px 10px 10px 10px;
	background: url(/images/banner_lgr.png) no-repeat top center;
	font-size: 1.2em;
}

.banner p {
	margin-top: 0em;
	text-align: center;
}

.post .meta {
	height: 20px;
	padding: 10px 0px 0px 10px;
	background: url(/images/imgizq.jpg) no-repeat bottom left;
	line-height: normal;
}

.meta {
	height: 20px;
	padding: 10px 10px;
	background: url(/images/imgizq.jpg) no-repeat;
	line-height: normal;
}

.meta a {
	text-decoration: none;
	font-weight: bold;
}

/*.meta a:hover {
	text-decoration: underline;
}
*/
.meta .byline {
	float: left;
}

.meta .comments {
	float: right;
}

#enlaces {
	width: 960px;
	height: 110px;
	margin: 0 auto;
}

#enlaceinmo {
	float: left;
}

#enlaceeventos {
	float: right;
}
