body {
	width:980px;
	height:100%;
	margin:0 auto;
	font-family:Arial;
	font-size:12px;
	background:#000;
}

button, .button{
	cursor:pointer;
}

a {
	color:#C00005;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:0;
}

#general{
	width:980px;
	margin:0 auto;
	background:#fff;
}

#menu{
	width:980px;
	height:35px;
	padding:0;
	margin:0;
}

#menu h3{
	display:none;
}

#menu table{
	width:100%;
	height:35px;
	text-align:center;
	border:0;
	background:#B00005 url(../images/menu/back.png) repeat-x;
}

#menu a{
	text-decoration:none;
	display:block;
	color:#fff;
	width:100%;
	height:35px;
	padding:10px 10px 0px 10px;
}

#menu a:hover{
	background:#B00005 url(../images/menu/backhover.png) repeat-x;
}

#menu tr td{
	vertical-align:middle;
}
body.main_submenu li a{
	list-style:none;
	color:#fff;
}

span.menu_separator{
	background:url(../images/menu/separator.png) no-repeat;
	width:2px;
	height:31px;
}

.red{
	color:#C00005;
}

#menu2{
	width:100%;
	height:35px;
	text-transform: uppercase;
	font-size:11px;
	text-align:center;
}

#menu2 h3{
	display:none;
}

#menu2 table{
	width:100%;
	height:35px;
	text-align:center;
}

#menu2 a{
	color:#fff;
	text-decoration:none;
}

#menu2 a:hover{
	text-decoration:underline;
}

#menu2 tr td{
	vertical-align:middle;
}

#banner{
	width:980px;
}

#left_banner{
	width:500px;
	height:130px;
	padding-left:20px;
}

#right_banner{
	width:240px;
	height:130px;
	background:#fff;
	vertical-align:middle;
}

#center_banner{
	width:240px;
	height:130px;
	vertical-align:middle;
}

.banner{
	display:block;
	background:url(../images/header/header.png) no-repeat;
	width:464px;
	height:82px;
}

#banner_top{
	width:500px;
	height:110px;
	background:#fff;
}

#banner_bottom{
	width:500px;
	height:20px;
	color:#5C5C5C;
}

/* CONTENT TOP */
#full_top{
	width:980px;
	padding-left:20px;
	padding-right:20px;
}

#content_top{
	width:980px;
}

#left_top{
	padding-top: 20px;
	width:200px;
	vertical-align:top;
}

#right_top{
	padding-top: 20px;
	width:230px;
	vertical-align:top;
}

#center_top{
	width:550px;
	vertical-align:top;
	padding-left:5px;
	padding-right:5px;
}

/* CONTENT MIDDLE */
#content_middle{
	width:980px;
	height:38px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#left_middle{
	width:200px;
	height:38px;
	background:#9D9D9D url(../images/other/secciones_especiales.png) no-repeat;
}

#right_middle{
	width:220px;
	height:38px;
	background:#9D9D9D;
}

#right_middle .buzon{
	margin-left:5px;
	display:block;
	width:100%;
	height:100%;
	background:url(../images/other/buzon.png) no-repeat;	
}

#center_middle{
	width:560px;
	height:38px;
	background:#9D9D9D;
}

/* CONTENT BOTTOM */
#content_bottom{
	width:980px;
}

#left_bottom{
	padding-top: 20px;
	width:200px;
	vertical-align:top;
}

#right_bottom{
	padding-top: 20px;
	width:220px;
	vertical-align:top;
}

#center_bottom{
	width:560px;
	vertical-align:top;
}

/* FOOTER */
#footer{
	width:980px;
	font-family:Arial;
}

#footer ul li{
	display:inline;
}

#footer_top{
	width:100%;
	text-align:center;
	font-size:10px;
	color:#B00005;
	margin-top:10px;
	margin-bottom:20px;
}

#footer_top a{
	color:#aaaaaa;
	text-decoration:none;
}

#footer_top a:hover{
	text-decoration:underline;
}

#footer_bottom{
	color:#FFF;
}

#footer_left{
	float:left;
}

#footer_right{
	float:right;
}

.footer_separator{
	margin:0 5px 0 5px;
}

.left_line{
	background:url(../images/other/pattern.gif) repeat-y;
}

.right_line{
	background:url(../images/other/pattern.gif) repeat-y;
}

.ads_top_table{
	width:100%;
	margin:0 auto;
}

.ads_top_table tr td{
	width:230px;
	border:none;
}

.admintable select{
	width:300px;
}

.brujula{
	display:block;
	background:url(../images/header/header_brujula.png) no-repeat;
	width:218px;
	height:102px;
	margin:0 auto;
}

a.primeras_planas{
	border:1px solid #C0C0C0;
	display:block;
	background:url(../images/header/primerasplanas.png) no-repeat;
	width:218px;
	height:102px;
	margin:0 auto;
}

.componentheading{
	font-family:Times;
	font-size:18px;
	font-weight:bold;
}

.category_article{
	list-style:none;
	margin:0;
}

.last_article .link_article a{
	display:block;
	font-style:italic;
	font-size:10px;
	text-align:center;
	padding-top:3px;
	height:18px;
	width:80px;
	color:#FFF;
	background:#C00005;
	float:right;
	border:1px solid #FFF;
}

.last_article .link_article a:hover{
	text-decoration:none;
	border:1px solid #5C5C5C;
}

.last_article .link_article{
	text-align:right;
	width:100%;
	height:20px;
}

.article_header{
	margin-bottom:5px;
}

.article_date{
	font-size:9px;
	color:#4C4C4C;
	margin-bottom:10px;
}

.last_article .article-content{
	color:#666666;
}

.conspiracy_comments{
	color:#000;
	font-family:Arial;
	font-size:12px;
	font-style:italic;
}

.conspiracy_list{
	list-style:none;
	margin:0px;
	margin-top:10px;
}

.conspiracy_list a:hover{
	text-decoration:none;
}

.conspiracy_introtext{
	padding-top:5px;
	padding-left:6px;
	color:#5C5C5C;
	font-size:11px;
}

.article-content{
	color:#666666;
	font-size:11px;
}

.article-content2{
	color:#666666;
	font-size:12px;
}

.modifydate{
	display:block;
	margin-top:20px;
}

.red_title_line{
	font-weight:normal;
	color:#C00005;
}

.grades{
	color:#5C5C5C;
	font-family:Arial;
	font-size:11px;
}

.cities a{
	color:#C00005;
	font-family:Arial;
	font-size:11px;
}

.sugerencias{
	margin-bottom:20px;
	font-weight:bold;
	font-family:Times;
	font-size:12px;
}

.category_subtitle{
	font-family:Arial;
	font-size:11px;
	color:#C00005;
}

.caricatura_thumbs{
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	background:#F6F6F6;
	color:#5C5C5C;
	font-weight:bold;
	margin-bottom:10px;
}

#motioncontainer{
	width:100%;
	border:1px solid #F6F6F6;
	overflow:auto;
}

#motioncontainer #motiongallery{
	margin-top:10px;
}

.PleaseRegister{
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	width:100%;
	background:#C00005;
	color:#FFEB9C;
	font-weight:bold;
	font-size:11px;
	text-align:center;
}

.NumComments{
	margin-top:10px;
	padding:0 5px 10px;
	
	width:100%;
	color:#C00005;
	font-weight:bold;
	font-size:12px;
}

div.yvComment .Header div{
	padding-left:5px;
}

div.yvComment .Fulltext{
	padding-left:5px;
}
