@charset "utf-8";
#encabezado_blog {
	background: url(../images/blogdotline_background.gif) repeat-x bottom;
	padding-bottom: 8px;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: both;
	width: 100%;
}

#encabezado_blog #titulo {
	float: left;
	padding-left: 284px;
}
#encabezado_blog #rss {
	float: right;
	margin-top: 44px;
}

#columna_izq {
	float: left;
	margin-right: 34px;
	background: url(../images/dotlinevert_background.gif) repeat-y right;
	width: 267px;
}
#columna_izq .modulos {
	padding-bottom: 41px;
	margin-bottom: 13px;
	border-bottom: 4px solid #000000;
	border-right: 1px solid #FFFFFF;
	margin-left: 16px;
	position: relative;
	width: 215px;
}
.modulos   h2 {
	font-size: 20px;
	color: #010101;
	margin-left: 7px;
	font-weight: normal;
	margin-bottom: 15px;
	text-transform: uppercase;
	padding-top: 10px;
}
.modulos #slider {
	height: 168px;
	width: 215px;
	overflow: hidden;
}
.modulos h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 14px;
	margin-left: 7px;
}
.modulos li {
	margin-bottom: 14px;
	margin-left: 7px;
	text-transform: uppercase;
	color: #6a6a6a;
}
.modulos li.current {
	background: url(../images/arrowllink_btn.png) no-repeat right;
	display: block;
}

.modulos li a {
	color: #6a6a6a;
}
#contenido_blog {
	width: 590px;
	float: left;
	margin-top: 55px;
}
.articulo h2.titulo {
	margin: 0px 0px 8px;
	font-size: 18px;
	font-weight: normal;
	color: #020202;
}
.articulo  .espec_art {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	line-height: 13px;
}
.articulo .autor {
	font-weight: bold;
}
.articulo p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 22px;
	margin-bottom: 22px;
}
.articulo .comentarios {
	margin-top: 40px;
	margin-bottom: 30px;
	float: left;
	background: url(../images/blogicon_btn.png) no-repeat;
	padding-left: 32px;
	height: 24px;
	line-height: 22px;
	color: #676767;
}
.comentarios a {
	color: #676767;
}
.articulo .spread_world {
	float: right;
	margin-top: 40px;
}
#contenido_blog .separador_arto {
	background: url(../images/separadorarto_background.gif) repeat-x;
	height: 8px;
	font-size: 0px;
	line-height: 0px;
	margin-bottom: 30px;
}
