/**
* #########################
* inicio BLOG
* #########################
*/
#blog .title
{
	margin: 10px 0 10px 0;
}
#blog .title .avatar_container
{
	float: left;
	width: 103px;
	height: 106px;
	background: url(./img/avatar.jpg) no-repeat;
}
#blog .title .avatar_container img
{
	margin: 9px 0 0 13px;
}
#blog .title .info
{
	float: left;
	width: 450px;
	padding: 5px 0 0 15px;
}
#blog .title .info span
{
	font-size: 11px;
	color: #666;
}
#blog .title .info b
{
	font-size: 13px;
	color: #1A4D73;
}
#blog .title .info h2
{
	margin-top: 10px;
}
#blog .title .info h2 a:link, #blog .title .info h2 a:active
{
	color: #3883BD;
	text-decoration: none;
}
#blog .title .info h2 a:visited
{
	color: #900;
	text-decoration: none;
}
#blog .title .info h2 a:hover
{
	color: #77AED8;
}
#blog h3 a:link
{
	text-decoration: none;
}
#blog .postmini .avatarmini
{
	float: left;
	width: 48px;
	height: 48px;
	background: url(./img/avatarmini.jpg) no-repeat;
}
#blog .postmini .avatarmini img
{
	margin: 3px 0 0 3px;
}
#blog .postmini .info
{
	float: left;
	width: 160px;
	padding: 2px 0 0 15px;
}
#blog .postmini .info span
{
	font-size: 11px;
	color: #666;
}
#blog .postmini .info b
{
	font-size: 13px;
	color: #1A4D73;
}
#blog .postmini h3
{
	font-size: 18px;
}
#blog .postmini p
{
	font-size: 12px;
}
#blog .postmini h3 a:link, #blog .postmini h3 a:active
{
	color: #3883BD;
	text-decoration: none;
}
#blog .postmini h3 a:visited
{
	color: #900;
	text-decoration: none;
}
#blog .postmini h3 a:hover
{
	color: #77AED8;
}
#blog .tags
{
	font-size: 12px;
	color: #333;
}
#blog .metadata, #blog .postmetadata
{
	font-size: 11px;
	color: #666;
}
#blog .postmetadata
{
	padding: 0 50px 0 50px;
}
#blog .spacer_
{
	height: 40px;
}
#blog form
{
	font-size: 12px;
}
#blog form label
{
	width: 90px;
	float: left;
	display: block;
}
#blog form label a:link, #blog form label a:visited, #blog form label a:active
{
	width: 90px;
	height: 41px;
	background: url(img/enviar.png) no-repeat 0 0;
	display: block;
	margin-left: 84px;
}
#blog form label a:hover
{
	background-position: 0 -41px;
}
#blog form #back_btn a:link, #blog form #back_btn a:visited, #blog form #back_btn a:active
{
	width: 90px;
	height: 41px;
	background: url(img/volver.png) no-repeat 0 0;
	display: block;
}
#blog form #back_btn a:hover
{
	background-position: 0 -41px;
}
#blog form input
{
	font: 14px Tahoma, Verdana, sans-serif;
	color: #666;
	width: 500px;
	height: 25px;
	background: #EFEFEF;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 2px 0 5px 5px;
	margin-bottom: 6px;
}
#blog form textarea
{
	font: 14px Tahoma, Verdana, sans-serif;
	color: #666;
	width: 500px;
	min-height: 120px;
	background: #EFEFEF;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	resize: none; /*por Chrome*/
	padding: 2px 0 5px 5px;
	margin-bottom: 6px;
}
#blog form span a:link, #blog form span a:visited, #blog form span a:active
{
	font-size: 11px;
	color: #2971BE;
	border-bottom: 0;
	text-decoration: underline;
}
#blog form span a:hover
{
	color: #77AED8;
	border-bottom: 0;
	text-decoration: none;
}
#blog #searchform
{
	position: relative;
}
#blog #searchform .search_input
{
	font: 14px Tahoma, Verdana, sans-serif;
	color: #666;
	width: 245px;
	height: 25px;
	line-height: 25px;
	background: #EFEFEF;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin: 10px 0 0 10px;
}
#blog #searchform .search_button
{
	width: 34px;
	height: 34px;
	background: url(./img/search-button.jpg) no-repeat;
	border: 0;
	cursor: pointer;
	position: absolute;
	top: 10px;
	left: 270px;
}
/**
* #########################
* inicio PANEL BLOG
* #########################
*/
.blog_panel
{
	width: 300px;
	height: 100%;
	text-align: left;
}
.blog_panel .main
{
	width: 300px;
	height: 100%;
	background: url(./img/blog-panel-bg.jpg) repeat-y;
}
.blog_panel .main .left
{
	float: left;
	width: 13px;
	height: 100%;
}
.blog_panel .main .middle
{
	float: left;
	width: 276px;
	min-height: 215px;
	height: 100%;
	background: url(./img/blog-panel-main-m.jpg) no-repeat;
}
.blog_panel .main .middle .content
{
	padding: 30px 15px 15px 15px;
}
.blog_panel h4
{
	font-size: 16px;
	font-weight: normal;
	text-shadow: 1px 1px #FFF;
	letter-spacing: 0;
	color: #3883BD;
	padding-left: 15px;
}
.blog_panel .main .right
{
	float: left;
	width: 11px;
	height: 100%;
}
.blog_panel .main .bottom
{
	width: 300px;
	height: 12px;
	background: url(./img/blog-panel-b.jpg) no-repeat;
}
.blog_panel ul
{
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/**
* fin PANEL BLOG
*/
/**
* #########################
* inicio BANNER BLOG
* #########################
*/
#blog_banner
{
	padding-left: 8px;
	margin-bottom: 20px;
}
.blog_banner_bg
{
	width: 290px;
	height: 170px;
	background: url(./img/blog-banner-bg.jpg) no-repeat;
	position: relative;
}
.blog_banner_bg .left
{
	width: 45%;
}
.blog_banner_bg .right
{
	width: 55%;
	text-align: left;
}
.blog_banner_bg img
{
	width: 72px;
	height: 46px;
	position: absolute;
	top: 60px;
	left: 30px;
}
.blog_banner_bg p
{
	color: #FFF;
	padding: 20px 0 10px 0;
}
.blog_banner_bg h5 a
{
	font-size: 17px;
	color: #FFF;
	text-decoration: none;
}
.blog_banner_link
{
	padding: 20px 10px 0 0;
}
.blog_banner_link a:link, .blog_banner_link a:visited, .blog_banner_link a:active
{
	width: 90px;
	height: 41px;
	background: url(./img/blog-banner-btn.jpg) no-repeat 0 0;
	position: absolute;
	bottom: 11px;
	right: 8px;
}
.blog_banner_link a:hover
{
	background-position: 0 -41px;
}
/**
* fin BANNER BLOG
*/
/*Disqus plugin fix*/
#disqus_thread li {
	list-style: none;
}

/**
* fin BLOG
*/
