/**
* #########################
* 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 .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 .resumen
{
	color: #000;
	background: #EAF4F9;
	border-top: 1px solid #D6ECF5;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #D6ECF5;
	padding: 18px 20px 18px 25px;
	margin: 10px 0 10px 0;
}
#blog .tags
{
	font-size: 12px;
	color: #333;
}
#blog .postmetadata
{
	font-size: 11px;
	color: #666;
	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 form .search_input
{
	font: 14px Tahoma, Verdana, sans-serif;
	color: #666;
	width: 245px;
	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: 10px 0 0 10px;
}
#blog form .search_button
{
	width: 34px;
	height: 34px;
	background: url(./img/search-button.jpg) no-repeat;
	border: 0;
	cursor: pointer;
}
/**
* #########################
* 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;
	margin: 0;
	padding: 0;
}
/**
* fin PANEL BLOG
*/
/**
* fin BLOG
*/
