
ul#nav li.selected ul li a{
	color:#666666
}


/*SLIDER*/
#Leftcontent{
	padding-top:10px;
}
#Leftcontent h2{
	font-size:20px;
	border-top:1px solid #61C6E3;
	border-bottom:1px solid #61C6E3;
	padding:7px 3px 4px;
	font-weight:300;
	color:#58C3E2;
}
#Leftcontent ul {
	padding:5px;
	list-style:none;
        margin-left: 12px;
	font-size:12px
}
#Leftcontent ul li {
	padding:2px 0 2px 10px;
	background:url(../images/blog/bullet.gif) no-repeat 0 5px;
}
#Leftcontent ul li a {
	color:#666666;
	text-decoration:none
}
#Leftcontent ul li a:hover{ 
	color:#61C6E3
}
 
#Leftcontent ul.Entradas li {
	padding:2px 0 7px 10px;
	background: url(../images/blog/bullet-mas.gif) no-repeat 0 5px;
	font-weight:bold;
}
#searchform, #searchform fieldset{ border:0;
	padding:5px;
}
#searchform .searchInput{
	border:1px solid #999999;
	color:#999999;
	float:left;
	padding:4px;
	width:160px;
	margin-bottom:5px;
}

#searchform #searchBlog{
	background:url(../images/blog/buscar.jpg) no-repeat;
	width:80px;
	height:25px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:100;
	font-style: italic;
	border:0;
	float:right
	
}
#searchform #searchBlog:hover{ text-decoration:underline;}
/*CENTER CONTENT BLOG STARTS */
.post {
	position:relative;
	background:url(../images/defaults/bkg_text.jpg) repeat-x top;
	padding:0 0 35px;
	border-top:6px solid #61C6E3;
}
.post .date {
	position: absolute;
	top: -6px;
	left:30px;
	width: 73px;
	height: 70px;
	padding: 25px 0 0 0;
	text-align: center;
	color: #fff;
	background: url(../images/blog/date.jpg) no-repeat 0 0;
	z-index:15;
}
.post .date .day {
	display: block;
	font-size: 25px;
	font-weight:bold;
	line-height: 32px;
}
.post .date .month {
	display: block;
	font-size: 18px;
}
.postInfo{
	background:url(../images/blog/post-bg.jpg) repeat-x bottom;
	margin-bottom:10px;	
	position:relative;
}
.storycontent{
	width:560px;
	padding:50px 0 20px 160px;	
}
.postmetadata{
	width:560px;
	float:left;
	color:#666666; 
	font-weight:bold; 
	padding:15px 0 5x; 
	font-size:11px; 
}
.postmetadata a{
	color:#666666; 
	font-weight:100;  
}
.feedback{
		background:url(../images/blog/comments.gif) no-repeat 0 0;	
	font-size:14px;
	padding-left:32px;
	height:20px;
	float:right;
}
.feedback a{ color:#999999;
}
.feedback a:hover, .postmetadata a:hover{color:#3AB7DD;}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 10px 15px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 15px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.morePost{
	position:absolute;
	right:50px;
	bottom:0;
	display:block;
	background: url(../images/blog/more.jpg) no-repeat;
	width:115px;
	height:35px;
	line-height:36px;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
.morePost:hover{
	color:#90E4FF;
}
/*COMMENTS*/
.TextBoxBorder p.clear{
padding-top:20px;
text-align:right
}
ol.commentlist{
	padding:10px 0;
	list-style:none
}
ol.commentlist li{
	clear:both;
	padding:10px 0;

}

.comment-author{ font-size:12px; color: #666666;}
.comment-author a{color: #666666}
.comment-author span.autor, .comment-author span.autor a{ font-size:16px; color:#3AB7DD; font-weight:bold}

.comment-body{
	float:left;
	width:570px;
	border:1px solid #61C6E3;
	position:relative;
	padding:10px 15px;
	background:#FFF;	
}

img.avatar{
	border:2px solid #4FA6BF;
	float:left; 
	margin:0 40px 0 0;
}
img.commentArrow{
	position:absolute;
	left:-26px;
	top:0
}
.comment-meta{}
.reply{}
	
	
	
#respond{
	clear:both;
	padding-top:20px
}

#commentform{
	padding:20px 0 10px 50px;
}

#commentform textarea, #commentform input{
	border:1px solid #999999;
	color:#999999;
	padding:4px;
	font-size:12px;
}
#commentform input#submit{
	background:url(../images/blog/button.jpg) repeat-y 0 0;
	height:35px;
	color:#FFFFFF;
	border:0;
	padding:0;
	width:120px;
}
#commentform input#submit:hover{
	color:#90E4FF;
}
