/*==============================
			-- GENERAL -- 
==============================*/
*{
	margin:0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.clear{clear:both;}

html, body{
	color:#333333;
	font:12px Arial, Verdana, sans-serif;
}

body{
	background:url(img/bg-keywords.jpg) repeat-x top left;
}

#container{
	margin:auto;
	width:990px;
	overflow:hidden;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #2B62B5;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	color: #2B62B5;
}

li{
	list-style:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #262827;
}

h1{
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #262827;
}

.footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #262827;
	text-decoration: underline;
}

h2{
	font-size:16px;
	color:#2B62B5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 a{
	font-size:16px;
	color:#2B62B5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 a:hover{
	font-size:16px;
	color:#2B62B5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3{
	color:#59631E;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 25px;
}

p.date{
	color:#2B62B5;
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.tabset_content{display:none;}
.tabset_content_active{display:block;}
a .tabset_content{display:block;}

/*==============================
			-- FORM -- 
==============================*/
textarea{
	border:1px solid #ccc;
	padding-top:3px;
	width:450px;
	height:160px;
	margin-top: 5px;
}

button {
	border:0;
	cursor:pointer;
	text-align:center;
	background-image: url(img/btnblue-L2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

button span { 
	margin:-1px -3px 0 0;
	position:relative; 
	display:inline-block; 
	white-space:nowrap; 
	height:35px; 
	line-height:30px;
	background:url(img/btnblue-R.png) no-repeat top right;
	padding-right:15px;
	color:#fff; 
}

button1 {
	border:0;
	cursor:pointer;
	text-align:center;
	background-image: url(img/btnblue-L21.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 35px;
	width: 127px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
}

button1 span {
	position:relative;
	display:inline-block;
	white-space:nowrap;
	line-height:30px;
	background:url(img/btnblue-R1.png) no-repeat top right;
	padding-right:15px;
	color:#F0C600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: -1px;
	margin-right: -14px;
	margin-bottom: 0;
	margin-left: 0;
}
/*==============================
			-- KEYWORDS -- 
==============================*/
div.keywords{
	overflow:hidden;
	margin-bottom:10px;
	height:20px;
	color:#fff;
	padding-top:2px;
}

div.keywords a{
	color:#FFFFFF;
}
div.keywords h1{
	background:url(img/fl-keywords.png) no-repeat center left;
	float:left;
	padding-left:10px;
}

div.keywords ul{
	overflow:hidden;
	float:right;
}	

div.keywords ul li{
	float:left;
}
div.keywords ul li a{
	padding:0px 7px;
}
div.keywords ul li:first-child a{
	border-right:1px solid #ccc;
}


/*==============================
			-- HEADER -- 
==============================*/
div.header{
	text-align:center;
	position:relative;
}

div.header div{
	height:120px;
	padding-left:270px;
	margin:0px 0;
	position:relative;
	background:url(img/header.png) repeat-x top left;
}

div.header div > a img{
	position:absolute;
	top:22px;
	left:12px;
	z-index:5; border:0;
}

div.header div ul{
	overflow:hidden;
	float:left;
	border-right:1px solid #28384d;
	border-left:1px solid #445e7d;
}

div.header div ul li{
	float:left;
}

div.header div ul li a{
	display:block;
	float:left;
	color:#fff;
	height:38px;
	line-height:38px;
	padding:0 15px;
	border-left:1px solid #28384d;
	border-right:1px solid #445e7d;
	font-weight:bold;
}
div.header div ul li a:hover{
	text-decoration:underline;
}

div.header div form{
	float:right;
	margin-top: 42px;
	margin-right: -13px;
	width: 217px;
	height: 21px;
	background-image: url(img/buscar.png);
	background-repeat: no-repeat;
} 

form.search{
	overflow:hidden;
	width:155px;
	border: 1px solid #97B7E6;
	height: 26px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #262827;
}

form.search1{
	padding:8px 10px;
	overflow:hidden;
	width:155px;
}

form.search2{
	padding:8px 10px;
	overflow:hidden;
	width:155px;
}
form.search input{
	height:16px;
	float:left;
	width:118px;
	padding-top: 7px;
	padding-left: 2px;
	border:none
}

form.search1 input{
	height:16px;
	float:left;
	width:110px;
	padding-top: -2px;
	padding-left: 5px;
	border:none;
	margin-top: -4px;
}

form.search2 input{
	height:16px;
	float:left;
	width:110px;
	padding-top: 2px;
	padding-left: 5px;
	border:none
}

form.search button{
	text-indent:-9999px;
	height:26px;
	width:16px;
	background-image: url(img/btn.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 15px;
	background-color: #FFFFFF;
}

form.search1 button{
	text-indent:-9999px;
	height:17px;
	width:15px;
	background-image: url(img/btn.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 10px;
	margin-left: 63px;
	margin-top: -6px;
}

form.search2 button{
	text-indent:-9999px;
	height:25px;
	width:18px;
	background-image: url(img/btn.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-left: 5px;
	margin-left: 73px;
	margin-top: 1px;
	background-color: #FFFFFF;
}
/*==============================
			-- SIDEBAR -- 
==============================*/
div.sidebar{
	width:340px;
	float:left;
	margin-left:15px;
	overflow:hidden;
}

div.sidebar > img{
	margin:15px 0;
}

div.sidebar > ul{
	overflow:hidden;
	width:100%;
	font-family: Napapiiri;
	font-size: 13px;
	font-weight: bold;
	color: #DB5800;
}

div.sidebar > ul li{
	float:left;
}

div.sidebar > ul li a span{
	display:inline-block;
	color:#FFFFFF;
	height:21px;
	padding:14px 25px 0 20px;
	text-align:center;
	font-weight:bold;
	font-family: Napapiiri;
	font-size: 13px;
}

div.sidebar ul li a.active{
	display:inline-block;
	height:46px
}

div.sidebar ul li a.active span{
	color:#DB5800;
}


#testrollover1 { 
 display:block;  
 width: 94px;  
 height:46px;  
 background: url(img/barratab.png) 0 -50px no-repeat;
 
 }#testrollover1:hover {  
 background-position: 0 -50px;  

 }#testrollover1:active {  
 background-position: 0 -50px;  
  
 } 
 #testrollover1:visited {  
 background-position: 0 -50px;  
  
 } 

#testrollover2 { 
 display:block;  
 width: 101px;  
 height:46px;  
 background: url(img/barratab1.png) 0 0 no-repeat;

 }#testrollover2:hover {  
 background-position: 0 -50px;  

 }#testrollover2:active {  
 background-position: 0 -50px;  
  
 } 
 #testrollover2:visited {  
 background-position: 0 -50px;  
  
 } 
  
#testrollover3 { 
 display:block;  
 width: 152px;  
 height:46px;  
 background: url(img/barratab2.png) 0 0 no-repeat;

 }#testrollover3:hover {  
 background-position: 0 -50px;  

 }#testrollover3:active {  
 background-position: 0 -50px;  
  
 }     
  #testrollover3:visited {  
 background-position: 0 -50px;  
  
 } 
  
.sidebar .tabset_tabs li {
	height: 46px;
	width: 94px;
}
.sidebar .tabset_tabs li1 {
	background-position: center;
}
.sidebar .tabset_tabs li2 {
	background-position: center;
}

div.sidebar > ol{
	padding:20px 10px;
	background-color: #EAEAEA;
}

div.sidebar > ol li{
	list-style:decimal;
	margin-left:15px;
	padding:10px 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262827;
	background-color: #EAEAEA;
	background-image: url(img/barralat.png);
	background-repeat: no-repeat;
	background-position: -1px bottom;
}

div.sidebar > ol li a{
	list-style:decimal;
	margin-left:15px;
	padding:10px 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262827;
}

div.sidebar > ol li a:hover{
	list-style:decimal;
	margin-left:15px;
	padding:10px 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262827;
	text-decoration: underline;
}

div.sidebar > ol li:last-child{
	border-bottom:none;
}

div.sidebar > ol h3 a{
	font-weight:bold;
}

div.sidebar > ol h3 +p{
	margin:5px 0;
}

/* Right Sidebar */
div.subsright{
	width:170px;
	float:right;
	background-image: url(img/foot2.png);
	background-position: bottom;
	background-repeat: no-repeat;
    padding-bottom:15px;
    /*background-color:#000000;*/
}

div.subsright h2{
	color:#97B7E6;
	font-size:14px;
	padding-left:17px;
	font-family: "Bell Gothic Std Black";
	font-weight: bold;
	background-image: url(img/mmh2.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 34px;
	padding-top: 8px;
}

div.subsright > div{
	background-color: #EAEAEA;
}

div.subsright ul li{
	color:#262827;
	margin:5px 0;
	padding:0 5px 10px 10px;
	background-image: url(img/linea1.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.subsright ul li a{
	/*display:inline-block;*/
	color:#262827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
}

div.subsright ul li a:hover{
	/*display:inline-block;*/
	color:#262827;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 5px;
	text-decoration: underline;
}

/* Left Sidebar */
div.subsleft{
	width:160px;
	float:left;
}

div.box{
	margin-top:5px;
}

div.box h2{
	font-size:0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #97B7E6;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 8px;
}

div.box p a{
	display:block;
	height:20px;
	margin-bottom:7px;
	color:#262827;
	font-size:10px;
	width: 160px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.box .rss a{
	background:url(img/icon-rss.png) no-repeat top left;
	width: 153px;
	height: 29px;
}
div.box .rss a:hover{
	background:url(img/icon-rss.png) no-repeat top left;
	width: 153px;
	height: 29px;
	text-decoration: underline;
}
div.box .twitter a{
	background:url(img/icon-twitter.png) no-repeat top left;
	width: 153px;
	height: 29px;

}
div.box .twitter a:hover{
	background:url(img/icon-twitter.png) no-repeat top left;
	width: 153px;
	height: 29px;
	text-decoration: underline;
}

div.box .facebook a{
	border:none;
	background:url(img/icon-facebook.png) no-repeat top left;
	width: 153px;
	height: 29px;
}

div.box .facebook a:hover{
	border:none;
	background:url(img/icon-facebook.png) no-repeat top left;
	width: 133px;
	text-decoration: underline;

}
div.comunidad h2{
	font-family: "Bell Gothic Std Black";
	font-size: 11px;
	color: #262827;
	padding-bottom: 7px;
	width: 160px;
}

div.novedades h2{
	font-family: "Bell Gothic Std Black";
	font-size: 11px;
	color: #262827;
	padding-bottom: 7px;
	width: 160px;
}


/* Boxes de afuera */
div.firstbox h2{
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}

div.firstbox form{
	padding:0;
	border:1px solid #97B7E6;
	width:337px;
	height: 27px;
	margin-top: 1px;
}

div.firstbox form input{
	width:236px;
	height: 18px;
	margin-top: 5px;
}

.widget_recent_entries,.widget_links,
.widget_rrm_recent_comments{
	margin-bottom:20px;
	background-color: #FFE97D;
	background-image: url(img/foot1.png);
	background-position: -1px bottom;
	background-repeat: no-repeat;
}

.widget_recent_entries h2,
.widget_rrm_recent_comments h2{
	padding-left:40px !important;
	color:#97B7E6;
	height:31px;
	padding-top:20px;
	background-image: url(img/cab1.png);
	background-repeat: no-repeat;
	background-position: -1px 2px;
	width: 340px;
	font-family: "Bell Gothic Std Black";
	font-size: 14px;
	font-weight: bold;
}

.widget_rrm_recent_comments h2{
	background-image: url(img/cab2.png);
	background-repeat: no-repeat;
	background-position: -1px 2px;
	height: 31px;
	width: 340px;
}

.widget_links h2,
.widget_links h2{
	padding-left:40px !important;
	color:#DB5800;
	height:31px;
	padding-top:20px;
	background-image: url(img/cab1.png);
	background-repeat: no-repeat;
	background-position: -1px 2px;
	width: 340px;
	font-family: Napapiiri;
	font-size: 18px;
	font-weight: bold;
}

div.firstbox +div p.date{
	padding-left:15px;
}
.widget_recent_entries ,.widget_links{
	margin-bottom: 51px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262827;
	background-color: #EAEAEA;
}
.widget_recent_entries li,.widget_links li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262827;
	font-weight: bold;
	width: 305px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 18px;
	height: 33px;
	background-color: #EAEAEA;
	background-image: url(img/barralat.png);
	background-repeat: no-repeat;
	background-position: -1px bottom;
}

.widget_recent_entries li a ,.widget_links li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262827;
	font-weight: bold;
	width: 305px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.widget_recent_entries li a:hover ,.widget_links li a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262827;
	font-weight: bold;
	width: 305px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
}
.widget_rrm_recent_comments {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262827;
	background-color: #EAEAEA;
	margin-bottom: 51px;

}
.widget_rrm_recent_comments li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262827;
	width: 305px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 18px;
	height: 33px;
	background-color: #EAEAEA;
	background-image: url(img/barralat.png);
	background-repeat: no-repeat;
	background-position: -1px bottom;
}

.widget_rrm_recent_comments li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262827;
	width: 305px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.widget_rrm_recent_comments li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262827;
	width: 305px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: underline;
}
div.box ul li:last-child{
	border:0;
}
 

/*==============================
			-- CONTENT -- 
==============================*/
div.content {
float:left;
margin-bottom:25px;
min-height:650px;
width:635px;}

div.lastposts{
	background:url(img/ultimos.png) no-repeat top left;
	overflow:hidden;
	height:33px;
	line-height:33px;
	margin-bottom:20px;
}

div.lastposts a{
	color:#262827;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
}
div.lastposts a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #262827;
	float: left;
	text-decoration: underline;
}

div.lastposts p{
	width:130px;
	padding-left:13px;
	float:left;
	color:#262827;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}


div.lastposts div{
	width:405px;
	float:left;
	line-height:14px;
	margin-top:10px;
}

div.lastposts > ul{
	background:url(img/ul-prevnext-trans.png) no-repeat top left;
	float:right;
}
div.lastposts > ul li{
	float:left;
}

div.lastposts > ul li a{
	display:inline-block;
	height:33px;
	width:28px;
	text-indent:-9999px;
}

/* Post */
div.post p{
	font-size:11px;
	padding:8px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
div.post p a{
	font-size:11px;
	padding:8px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #8EA106;
	font-weight: bold;
}
div.post p a:hover{
	font-size:11px;
	padding:8px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #8EA106;
	font-weight: bold;
	text-decoration: underline;
}


div.post a{
	color:#262827;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
}

div.post a:hover{
	color:#262827;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: underline;
}

div.post img{
	border: 4px solid #262827;
}

div.post p.date2{
	margin-bottom:5px;
	font-size:11px;
	height:45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2B62B5;
	padding-left:65px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #97B7E6;
}

div.post p.date{
	margin-bottom:5px;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #2B62B5;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #97B7E6;
}

div.post p.readmore a{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-right:10px;
	width:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.post p.readmore a:hover{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-right:10px;
	width:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

span.imgcontent{
	background:#eaeaea;
	border:1px solid #ccc;
	padding:5px 5px 0;
	display:inline-block;
	text-align:center;
	margin:20px 0;
}

div.subfooter img{
	
	border:none;
	
}

div.subfooter ul{
	overflow:hidden;
	float:left;
}

div.subfooter ul li{
	float:left;
}

div.subfooter ul li a{
	display:block;
	float:left;
	padding:3px 10px 0 22px;
	color:#000;
	font-size:11px;
	height:17px;
}

div.subfooter ul li:first-child a{background:url(img/mini-print.png) no-repeat top left;}
div.subfooter ul li:first-child+li a{background:url(img/mini-email.png) no-repeat top left;}
div.subfooter ul li:first-child+li+li a{background:url(img/mini-twitter.png) no-repeat top left;}
div.subfooter ul li:first-child+li+li+li a{background:url(img/mini-facebook.png) no-repeat top left;}
div.subfooter ul li:first-child+li+li+li+li a{background:url(img/mini-digg.png) no-repeat top left;}
div.subfooter ul li:first-child+li+li+li+li+li a{background:url(img/mini-stupon.png) no-repeat top left;}
div.subfooter ul li:first-child+li+li+li+li+li+li a{background:url(img/mini-mas.png) no-repeat top left;}


div.subfooter p{
	float:right;
	background:url(img/btnblue-L.png) no-repeat top left;
	margin:0;
	padding:0;
}

div.subfooter p a{
	color:#262827;
	height:22px;
	display:inline-block;
	background-image: url(img/btnblue-R.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div.subfooter p a:hover{
	color:#262827;
	height:22px;
	display:inline-block;
	background-image: url(img/btnblue-R.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
}

div.wp-pagenavi{
	font-size:11px;
	font-family: Tahoma;
	color: #262827;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 90px;
}

div.wp-pagenavi a{
	text-align:center;
	color:#4b81bc;
}

div.wp-pagenavi a.page{
	color:#262827;
}

div.wp-pagenavi span.current{
	border:1px solid #97B7E6;
	color:#97B7E6;
}

div.wp-pagenavi a:visited,
div.wp-pagenavi a, div.wp-pagenavi a:link {
	border:0;
} 


/* Relacionados, Comentarios, FormComentar  */
p.cats{
	margin:8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

p.cats a{
	margin:8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8EA106;
	text-decoration: underline;
}

div.comments h3,
div.related h3,#commentform h3{
	color:#262827;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #97B7E6;
}

div.related li{
	overflow:hidden;
	margin:10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2B62B5;
}

div.related li img{
	float:left;
	margin-right:10px;
	text-decoration: none;
}

div.related li p{
	padding:2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2B62B5;
}

div.comments ol{
	background-image: url(img/linea.png);
	background-repeat: no-repeat;
	background-position: center center;
}

div.comments li{
	background:#ffffff;
	padding:10px 0;
	overflow:hidden;
}

div.comments li.even{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	margin-top: 10px;
	background-color: #EAEAEA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

div.comments li div{
	width:200px;
	float:left;
	padding-left:15px
}

div.comments li div.text{
	width:400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

div.comments li p.text{
	float:right;
	color:#666;
	padding-right:20px;
}

#commentform{
	padding:10px;
	font-size:11px;
	color:#666;
}

#commentform h4{
	color:#33475f;
	font-size:11px;
	padding:3px 0 0 27px;
	height:20px;
	background:url(img/icon-comment.png) no-repeat top left;
}

#commentform p{
	margin:10px 0;
}

#commentform p.verif input{
	width:120px;
}

#commentform label input{
	margin-right:5px;
}

#commentform input{
	border:1px solid #ccc;
	margin:5px 0;
	padding-top:3px;
	height:20px;
	width:220px;
}

/*==============================
			-- FOOTER -- 
==============================*/
div.footer{
	background:url(img/bg-footer.png) no-repeat top left;
	height:63px;
	color:#3F4615;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 19px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div.footer ul{
	overflow:hidden;
	margin-bottom:8px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #262827;
}

div.footer ul li{
	float:left;
}

div.footer ul li a{
	color:#3F4615;
	padding:5px 10px;
	text-decoration:underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3F4615;
}

div.footer ul li:first-child a{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3F4615;
}
.footer p {
	padding-left: 25px;
	padding-top: 20px;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #262827;
	text-decoration: underline;
}.buscar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #262827;
}

/** Tags y Post Info **/

#postTagArea p{
	margin:0;
	padding:0;
	font-size:11px;
	color:#333;
	font-family: Tahoma;
}
#postTagArea  a{
	 font-size:11px;
	 color:#2B62B5;
}
#postTagArea  a:hover{
	 font-size:11px;
	 
}
#postTagArea  a:active{
	 font-size:11px;
}
#postTagArea  a:visited{
	 font-size:11px;
}

/** Votación y Titulo **/

#votacion{
	float:left; 
	width:10%; 
	height:40px;
}
#votacion a{
	font-size:11px;
	color:#333;
}
#titulo{
	color:#2B62B5;
	float:right; 
	width:90%; 
	height:40px;
}
#wp_thumbie a{
}
#wp_thumbie_title a{
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

#wp_thumbie_image #wp_thumbie_thumb{
	text-decoration: none;
}.buscar1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #59631E;
}
/* Botones Formulario */

button#submit{
	border:0;
	cursor:pointer;
	text-align:center;
	background-image:url(img/enviar.png);
	width:155px;
	height:25px;
	background-color:#FFFFFF;
	color:#333333;
	font-weight: bold;
	font-family: "Futura Md BT", Verdana, Arial;
	font-size: 10px;
}

button#reset{
	border:0;
	cursor:pointer;
	text-align:center;
	background-image:url(img/borrar.png);
	width:76px;
	height:25px;
	background-color:#FFFFFF;
	color:#000000;
}

.separador {
	font-size:0;
	font-weight: bold;
	background-position: 1px bottom;
	background-repeat:  no-repeat;
	height:4px;
	width:100%;
	background-image: url(img/linea.png);
}

small,label{
 color:#202247;
}
