/* 
The CSS, XHTML and design is released under GPL:http://www.opensource.org/licenses/gpl-license.php
*/
html { overflow-x:hidden; }

body {
	background:#630000;
	color: #000000;
	font-size: 12px;
	font-family:Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	overflow-x:hidden;
	}
	
#wrap {
	width: 100%;
	margin: 0px auto 0px;
	background: transparent url(images/bg-top.jpg) scroll  repeat-x center top;
	}
	
#container {
	width: 100%;
	margin: 0px auto 0px;
	background: transparent url(images/bg-bottom.jpg) scroll repeat-x center bottom;	
	}
#cont-header {
	width: 971px;
	margin: 0px auto 0px;
	background: transparent url(images/header.jpg) scroll no-repeat center top;			
	}

#cont{
	width: 971px;
	margin: 0px auto 0px;
	}

#cont h1 {
	float:right;
	font-size:12px;
	margin:-1000px 0 0 0;
}

	
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
a:hover {
	color:#000;
	}
	
/************************************************
*	Header  									*
************************************************/

#header {
	width: 971px;
	height: 285px;
	margin: 0px auto 0px;
	padding: 0px;
	font-size: 13px;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;	
	}
		
#header a {
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color:#FFFFFF;
	}

#header a:hover{
	color: #C2C2C2;
	}
	
#header img a {
	margin: 0px;
	border: none;
	}

	
#header h1 {
	width: 300px;
	float: left;
	margin-left:370px;
	margin-top:-35px;
	#margin-top:-173px;
	text-align:center;
	font-size: 13px;
	color: #FFFFFF;	
	font-family:Arial, Helvetica, sans-serif;
	}

.menu {
	float:right;
	height:90px;
	margin:32px 0 10px 0;
	position:relative;
	width:558px;
}
.menu ul {
	float:left;
	padding:41px 30px 7px 4px;
}
.menu li {
	background:url("images/menu.jpg") no-repeat scroll left center transparent;
	display:inline;
	padding:5px 14px 5px 12px;
}
.menu li.home {
	background:none;
}
.menu li a{
	color:#FFFFFF !important;
	font-weight:bold;
	font-size:14px;
}
.menu li a:hover{
	color:#C2C2C2 !important;
	text-decoration:none;
}
	

/************************************************
*	Content 					     		    * 
************************************************/

#contentleft {
	background:none repeat scroll 0 0 transparent;
	float:left;
	margin:0 0 220px 2px;
	padding:0;
	width:553px;
}
	

#contentleft ul{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 15px 0px;
	}

.posts {
	float:left;
	margin:0;
	padding:0 40px 0 25px;
	width:515px;
	color:#FFFFFF;
	position:relative;
}

.posts a{
	color:#F9DD09;
}

.posts a:hover{
	color:#808080;
}

.posts h2 {
	font-family:Times New Roman;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	margin:-62px 0 20px 8px;
	padding:18px 0 10px 57px;
	position:relative;
}

.posts h2 a, .posts h2 a:visited{
	color:#fff;
}
.posts h2 a:hover{
	color:#888F95;
}
.posts-top {
	background:url("images/posts-top.jpg") no-repeat scroll 0 0 transparent;
	display:inline;
	float:left;
	height:60px;
	margin:0 0 10px 0;
	width:551px;
}
.posts-bottom {
	background:url("images/posts-bottom.jpg") no-repeat scroll 0 0 transparent;
	display:inline;
	float:left;
	height:56px;
	margin:0;
	width:551px;
}	

.vermas{
	text-align:center;
	padding:10px;
}

.vermas a, .vermas a:visited{
	color:#F9DD09;
}

.vermas a:hover{
	color:#808080;
}	
.postmeta {
	margin:20px 0 0;
	padding:2px 0 0;
}
.meta {
	color:#FFFFFF;
	margin:10px 0 0;
	padding:0;
}
.meta a{
	color:#F9DD09;
}
.comments-post {
	background:url("images/comments.png") no-repeat scroll left center transparent;
	color:#FFFFFF;
	padding:0 20px;
}
.autor {
	background:url("images/autor.png") no-repeat scroll left center transparent;
	color:#FFFFFF;
	padding:0 13px 0 16px;
}
.category {
	background:url("images/category.png") no-repeat scroll left center transparent;
	color:#FFFFFF;
	line-height:22px;
	margin:0 0 0 15px;
	padding:2px 0 2px 20px;
}
.meta-date {
	background:url("images/date.png") no-repeat scroll left top transparent;
	color:#F9DD09;
	padding:2px 20px;
}
.tags {
	border-top:1px dotted #000000;
	color:#F9DD09;
	padding:5px 0;
}
.tags a, .tags a:visited {
	color:#FFFFFF;
}
.tags a:hover {
	color:#F9DD09;
}

/************************************************
*	Sidebar 		    			   	        * 
************************************************/
#sidebar-head {
	background:url("images/sidebar-head.png") no-repeat scroll 0 0 transparent;
	display:inline;
	float:left;
	margin:-300px -1px 2px 0;
	padding-top:407px;
	position:relative;
	width:417px;
	z-index:4;
}
#sidebar {
	background:url("images/sidebar-bg.png") repeat-y scroll 0 0 transparent;
	display:inline;
	float:left;
	font-size:14px;
	line-height:17px;
	margin:0 10px 0 0;
	padding:10px 0 0;
	width:417px;
	font-family:"Times New Roman", Times, serif;
}
	
#sidebar-foot {
	background:url("images/sidebar-foot.png") no-repeat scroll center bottom transparent;
	float:left;
	margin:0 10px 250px 0;
	padding:100px 0 0;
	width:417px;
}
.logo {
	float:left;
	height:329px;
	margin:-500px 0 0 24px;
	position:relative;
	width:369px;
	z-index:5;
}

/************************************************
*	Left Sidebar 		    			   	    * 
************************************************/

#l_sidebar {
	float: left;
	width: 190px;
	margin:-105px 0 0 14px;
	line-height: 17px;
	font-size:12px;
	padding:0;
	position:relative;
	}

#l_sidebar div{
	text-align:center;
	padding-bottom:20px;
}
#l_sidebar h2 {
	background:transparent url(images/titulo-widget.jpg) no-repeat scroll 0 0;
	width:130px;
	height:40px;
	margin:-10px 0 0 1px;
	#margin:0px 0 0 1px;
	padding:29px 46px 0 10px;
	color:#fff;
	font-size:14px;
	position:relative;
	}
#l_sidebar h2.wdg-sup{
	background:transparent url(images/titulo-widget-2.jpg) no-repeat scroll 0 0;
}
#l_sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
	width:185px;
	}

#l_sidebar ul li {
	padding: 0px 0px 3px 0px;
	margin: 0px;
	list-style-type:none;

	}

#l_sidebar ul#l_sidebarwidgeted li ul li  {
	padding: 0 0 5px 0px;
	margin: 0px 0px 0px 7px;
	list-style-image:url(images/folder2.gif);
	list-style-position:inside;
	background:transparent url(images/separador.jpg) no-repeat scroll 100% 100%;
	}
#l_sidebar ul#l_sidebarwidgeted li{
	margin-bottom:10px;
}

#l_sidebar ul li a, #l_sidebar ul li a:visited {
	color: #fff;
	text-decoration: none;
	margin: 0;
	#padding: 0 0 0 7px;
	}

#l_sidebar ul li a:hover {
	color: #F9DD09;
}
#l_sidebar ul li .nube-tags a, #l_sidebar ul li .nube-tags a:visited {
	color:#000000;
}
#l_sidebar ul li .nube-tags a:hover {
	color:#FFFFFF;
}
/************************************************
*	Right Sidebar 		    	    	        * 
************************************************/

#r_sidebar {
	float:right;
	width: 190px;
	margin:-105px 10px 0 0;
	line-height: 17px;
	font-size:12px;
	padding:0;
	}
	
	
#r_sidebar div{
	text-align:center;
	padding-bottom:15px;
	#padding-bottom:20px;
}
#r_sidebar h2 {
	background:transparent url(images/titulo-widget.jpg) no-repeat scroll 0 0;
	width:130px;
	height:40px;
	margin:-10px 0 0 1px;
	#margin:0px 0 0 1px;
	padding:29px 46px 0 10px;
	color:#fff;
	font-size:14px;
	position:relative;
	}
#r_sidebar h2.wdg-sup{
	background:transparent url(images/titulo-widget-2.jpg) no-repeat scroll 0 0;
}
#r_sidebar ul {
	list-style: none;
	margin:0;
	padding: 0px 0px 10px 0px;
	font-size:13px;
	width:185px;
	}
	
#r_sidebar ul li{
	padding: 0px 0px 3px 0px;
	margin: 0px;
}

#r_sidebar ul#r_sidebarwidgeted li ul li  {
	padding: 0 0 5px 0px;
	margin: 0px 0px 0px 7px;
	list-style-image:url(images/folder2.gif);
	list-style-position:inside;
	list-style-position:inside;
	background:transparent url(images/separador.jpg) no-repeat scroll 100% 100%;
	}
	
#r_sidebar ul#r_sidebarwidgeted li{
	margin-bottom:10px;
}


#r_sidebar ul li a, #r_sidebar ul li a:visited {
	color: #fff;
	text-decoration: none;
	margin: 0;
	#padding: 0 0 0 7px;
	}

#r_sidebar ul li a:hover {
	color: #F9DD09;
	}
#r_sidebar ul li .nube-tags a:hover {
	color:#FFFFFF;
}
/************************************************
*	Footer  									*
************************************************/

#footer {
	color:#FFFFFF;
	float:left;
	margin:-177px auto 0;
	text-align:center;
	width:970px;
}
#footer a, #footer a:visited {
	color:#FFFFFF;	
}

#footer a:hover{
	text-decoration:underline;
}
.text-foot {
	color:#FFFFFF;
	font-family:"Myriad Pro",Arial;
	font-size:13px;
	text-align:center;
}
.logo-foot {
	float:left;
	width:100%;
}		

/************************************************
*	Search Form									*
************************************************/
#search {
	float:left;
	margin:-164px 0 0 18px;
	#margin:-180px 0 0 18px;
	width:auto;
}
#search span {
	color:#FFFFFF;
	font-family:"Times New Roman",Times,serif;
	font-size:14px;
	left:-308px;
	#left:10px;
	position:relative;
	top:24px;
	#top:42px;
}
#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
}

#s {
	background:url("images/search.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#C92D34;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	margin-left:0;
	padding:27px 5px 17px 88px;
	width:226px;
}
#searchsubmit {
	background:url("images/search-b.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#000000;
	cursor:pointer;
	float:left;
	height:59px;
	margin:-17px 0 0;
	#margin:0;
	width:65px;
}
#f {
	background: #FFFFFF;
	width: 200px;
	color: #F51361;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 7px 0px 0px 0px;
	border-top: 1px solid #C0C0C0;
	border-right: 1px solid #666666;
	border-left: 1px solid #C0C0C0;
	border-bottom: 1px solid #666666;
	}
	
#sbutt {
	background: #878787;
	width: 200px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 1px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #333333;
	}
	
/************************************************
*	Comments									*
************************************************/
.posts-top-comments {
	background:url("images/titulo-comentarios.jpg") no-repeat scroll 0 0 transparent;
	display:inline;
	float:left;
	height:80px;
	margin:0;
	width:551px;
}
.comentarios {
	float:left;
	margin:0;
	padding:0 0 0 27px;
	text-align:justify;
	width:512px;
}
.postscom {
	float:left;
	margin:0;
	padding:0 40px 0 25px;
	width:515px;
	color:#FFFFFF;
}
.comentarios h2, .postscom h2 {
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	margin:-57px 0 20px 0;
	padding:18px 0 10px 33px;
	text-indent:10px;
	width:270px;
}
#comments{
	border-top:1px dotted #666666;
	color:#FF0000;
	height:25px;
	margin:15px 0 10px;
	padding:5px 0 0;
	background:none;
}
#commentsbox{
	padding:0px;
}
#respond{
	color:#FF0000;
	padding:0 0 5px;
}
.form-top{
	background:url(images/form-top.jpg) no-repeat scroll 0 0;
	height:11px;
}
.form{
	background:url(images/form-bg.jpg) repeat-y scroll 0 0;
}
#author, #email {
	background:url("images/input.jpg") no-repeat scroll 0 0 transparent;
	color:#630000;
	float:left;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:26px;
	#height:23px;
	margin:0 0 10px;
	padding:0 0 0 5px;
	#padding:3px 0 0 5px;
	width:223px;
}
#email{
	float:right;
}	
#url {
	background:url("images/input-url.jpg") no-repeat scroll 0 0 transparent;
	color:#630000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:26px;
	#height:23px;
	margin:0 5px 10px 0;
	padding:0 0 0 5px;
	#padding:3px 0 0 5px;
	width:461px;
}
#comment{
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
	color:#630000;
}
#commentform label{
	width:150px;
}
#submit{
	background:url(images/submit.jpg) no-repeat scroll 0 0;;
	color:#ffffff;
	padding:4px;
	cursor:pointer;
}
.comment_list {       
    margin:0; padding:0 0 0 20px;
	}
#commentsbox {
font-size:11px;
margin:0;
padding:0;
width:408px;
}
#commentsbox ol, #commentsbox ul, #commentsbox ol li, #commentsbox ul li, #commentsbox li  {
	margin:5px 0;
	padding:5px 2px;
}
#commentsbox {
	float:left;
	font-size:11px;
	margin:0 0 0 -25px;
	padding:0;
	width:556px;
}

h3 #respond  {
	margin:10px 0;
	padding:0;
	color:#ff5c00;
	font-size:14px;
	font-weight:normal;
	}
.boxcomments { 
	margin-bottom:20px;
	width:520px;
	}
#commentform {
	margin:0;
	padding:5px 30px 1px 20px;
}
#commentform label { 
	display:block; 
	margin:0;
	}

#commentform textarea {
	background:url("images/textarea.jpg") no-repeat scroll 0 0 transparent;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:103px;
	margin:0 0 -50px;
	padding:3px 0 0 5px;
	width:461px;
}
#commentform #submit {
	font-family:arial;
	font-size:18px;
	height:41px;
	left:338px;
	margin:40px 0 0;
	position:relative;
	top:10px;
	width:129px;
}
#commentform p { 
	margin:5px 0; 
}
ol.commentlist {
	margin:0 0 1px;
	padding:0;
}
ol.commentlist li {
    display:block;
	list-style:none;
	margin:7px 0;
	padding:6px 15px 12px 15px;
}

ol.commentlist li.commenthead { 
	display:block;
	list-style:none;
	margin:0;padding:5px 15px;
	}
ol.commentlist li p {
	color:#FFFFFF;
}
ol.tblist {
	list-style:none; 
	margin:0 0 1px; 
	padding:0;
}
ol.tblist li {
	display:block;
	list-style:none;
	padding:10px 5px 10px 5px; 
	margin:0 0 5px;
	border:1px dashed #ccc;
}
#commentsbox ol li.odd {
	background:none repeat scroll 0 0 #731A1A;
}
.headcomment, .headcomment a, .headcomment a:visited{
	font-size:14px;
	margin:0 0 5px 0;
	font-weight:bold;
}
.headcomment a:hover{
	color:#FF0000;
}
.comment-date {
	float:right;
	font-size:10px;
	padding:3px 0 0;
}
input#subscribe{
	float:left;
	margin:0 3px 0 0;
	border:none;
	width:11px !important;
	height:12px;
}
.subscribe-to-comments  {
	left:0;
	position:relative;
	text-align:left;
	top:-15px;
	width:280px;
}
.subscribe-to-comments label{
	width:250px !important;
}
  

