body {
	background: #FFF;
	font-family: arial;
}
#big_container,
#header,
#contenido,
#rest,
#rest #logo,
.ver_btn,
.line,
.contenido,
#diclaimer,
#comments_holder
{
	position: relative;
	margin: 0 auto;
}
#big_container
{
	width: 1099px;
	display: table;
}
#header {
	padding: 10px 0;
	width: 100%;
	height:75px;
	text-align: center;
	background: url(../img/logo_top.png) no-repeat center bottom;
}
#header h3 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
}
#contenido {
	width: 100%;
}
#contenido h3.category_title {
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	background: #000;
}
#contenido ul.posts {
	width: 990px;
	margin: 0 auto;
	height: auto;
	display: table;
	background: #000;
}
#contenido ul.posts li.post_main{
	width: 480px;
	display: inline-block;
	padding: 10px 0;
	margin-left: 10px;
	text-align: center;
	float: left;
}
#contenido ul.posts li.post_single {
	width: 900px;
	padding: 10px 0;
	margin-left: 10px;
	text-align: center;
	float: left;
}
#contenido ul.posts li.post_main h3.post_title, #contenido ul.posts li.post_single h3.post_title {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	padding: 2px 0;
	font-weight: bold;
}
#contenido ul.posts li.post_main h3.post_title a, #contenido ul.posts li.post_single h3.post_title a {
	color: #FFF;
	text-decoration: none;
}
#contenido ul.posts li.post_main .ver_btn {
	text-align: right;
}
#contenido ul.posts li.post_main p {
	color: #FFF;
	font-size: 10px;
}
#contenido .link {
	width: 56px;
	display: inline-table;
	height:300px;
	position: absolute;
	cursor: pointer;
}
#contenido .prev {
	background: url(../img/link_prev.png) no-repeat right center;
	left:0px;
	top:0px;
}
#contenido .prev:hover {
	background: url(../img/link_prev_hover.png) no-repeat right center;
}
#contenido .next {
	background: url(../img/link_next.png) no-repeat left center;
	right:0px;
	top:0px;
}
#contenido .next:hover {
	background: url(../img/link_next_hover.png) no-repeat left center;
}
#rest {
	width: 100%;
	display: table;
	background: #000 url(../img/back.png) repeat-x center top;
	margin-top: 10px;
	padding-bottom: 10px;
}
#rest #logo {
	width: 840px;
	height: 84px;
	background: url(../img/logo.png) no-repeat center top;
}
#rest .contenido {
	width: 900px;
	display: table;
	margin-top: 15px;
}
#rest .contenido .column {
	width: 200px;
	margin: 0 5px;
	padding: 5px;
	border-left: 1px solid #9cf;
	display: inline-block;
	min-height: 200px;
	color: #FFF;
	float: left;
}

#rest .contenido .column * {
	font-size: 12px;
	color: #fff;
}
#rest .contenido .first {
	border: none;
}
#rest .contenido .column h3 {
	font-size: 14px;
	font-weight: bold;
}
.line {
	height:18px;
	width: 990px;
	clear: both;
}
.line_top {
	background: #000 url(../img/logo_top.png) repeat-x center top;
}
.line_bottom {
	background: #000;
}
.esq_top_left {
	height:17px;
	width:14px;
	float: left;
	background: url(../img/esq_top_left.png) no-repeat right top;
}
.esq_top_right {
	height:17px;
	width:14px;
	float: right;
	background: url(../img/esq_top_right.png) no-repeat left top;
}
.esq_bottom_left {
	height:18px;
	width:18px;
	float: left;
	background: url(../img/esq_bottom_left.png) no-repeat right top;
}
.esq_bottom_right {
	height:18px;
	width:18px;
	float: right;
	background: url(../img/esq_bottom_right.png) no-repeat left top;
}
#diclaimer {
	margin-top: 10px;
	border-top: 1px solid #FFF;
	padding: 5px 0 0 0;
	width: 500px
}
#diclaimer, #diclaimer * {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#adsense_horizontal {
	width: 470px;
	margin: 10px auto;
}
.entry {
	color:#FFF;
}
.entry p.comments a {
	color: #FFF;
}
#comments_holder {
	width: 600px;
	color: #fff;
	text-align: left;
}
#comments_holder h2#comments {
	color: #9cf;
	font-size: 20px;
}
#comments_holder h2#comments a {
	color: #FFF;
}
#commentlist {
	margin: 10px 0;
}
#commentlist li.comment {
	padding: 5px;
	border: 1px solid #9cf;
}
#commentlist li.comment .comment-avatar {
	float: left;
	clear: right;
	padding: 5px;
}
#commentlist li.comment .comment-text {
	font-size: 12px;
}
#commentlist li.comment .comment-clear {
	clear: both;
}
#commentlist li.comment .comment-author {
	font-size: 10px;
	text-align: right;
}
#commentlist li.comment .comment-author a {
	color: #9CF;
}
.comment-rss {
	margin: 5px auto;
	color: #FFF;
	text-align: center;
	font-size: 12px;
}
.comment-rss a {
	color: #9CF;
}
.comment-form {
	width: 500px;
	margin: 0 auto;
	font-size: 12px;
}
.comment-form p {
	padding: 5px;
}
.comment-form input[type=text]{
	width: 200px;
}
.comment-form .comm_alowedtags{
	font-size:10px;
}
.comment-form textarea {
	width: 100%;
}
.comment-form h2#postcomment {
	font-size:14px;
	color: #9cf;
	font-weight: bold;
}
.comment-form .comm_buttons {
	text-align:center;
}
.comment-form .comm_buttons input {
	background: #9CF;
	border: 2px solid #FFF;
}
.comment-form .comm_buttons input:hover {
	background: #FFF;
	border: 2px solid #9CF;
}
.post-image .play_btn {
	position: absolute;
	height: 30px;
	width: 480px;
	z-index: 9999;
	margin-top: 150px;
	background: url(../img/PLAY.png) no-repeat center center;
}
#facebook_logo {
	background: url(../img/facebook.png) no-repeat center center;
	position: absolute;
	width:128px;
	height:128px;
	z-index: 39999;
}
