@charset "utf-8";
/* CSS Document */



/*BLOG
========================================================================= */
#blog{
}

#blog-wrapper{
}

#blog-wrapper table{
	width:100%;
}

#tpl-blog-top{
}

#tpl-blog-bottom{
}


#blog-titulo{
	width:auto;
	height:auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}
	
#blog-titulo a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#e00022;
	}

#blog-titulo a:hover{
	color: #06C;
	}



#blog-linkcat{
	padding-bottom:15px;
	}

#blog-linkcat a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color: #CCC;
	}
	
#blog-linkcat a:hover{
	color: #06C;
	}	


#blog-thumb{
	width:180px;
	height:120px;
	border:0px solid #033;
	float:left;
}

#blog-thumb img{
	width:180px;
	height:120px;
	border:0px solid #033;
}

#blog-contenido{
	width:650px;
	float:right;
	height:120px;
	border:0px solid #033;
}

#blog-infowrapper{
		width:auto;
		height:auto;
		border-bottom:1px dashed #8d9cae;
		padding:10px 0 10px 0;
		margin:10px 0 10px 0;

}
#blog-infowrapper table{
			width:100%;
			padding:10px 0 10px 0;
			background:#f6f6f6;



}

#blog-infofecha{
	width:500px;
	height:auto;
	text-align:right;
}

#blog-infocomentarios{
}

#blog-inforating{
}

#blog-infolinkpost{
	width:100px;
	height:auto;
	text-align:left;
}




/*BLOG COMENTARIOS
========================================================================= */
#blog{
}

#blog-coment-wrapper{
}

#blog-coment-wrapper table{
	width:100%;
}

#tpl-blog-coment-top{
}

#tpl-blog-coment-bottom{
}


#blog-coment-autor{
	width:auto;
	height:auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	}
	
#blog-coment-autor a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	color:#036;
	}

#blog-coment-autor a:hover{
	color: #06C;
	}

#blog-coment-fecha{
	padding-bottom:5px;
	}

#blog-coment-fecha a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color: #CCC;
	}
	
#blog-coment-fecha a:hover{
	color: #06C;
	}	

#blog-coment-avatar{
}

#blog-coment-avatar img{
}

#blog-coment-comentario{
	width:100%;
	float:left;
	height:auto;
	border-bottom:1px dashed #033;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
}


#blog-coment-addboton{
	text-align:center;
	width:100%;
	height:auto;
	padding:10px 0 10px 0;
	}
	

#blog-paginator{
	width:880px;
	text-align:center;
	margin:10px 0 10px 0;
	padding:10px 0 10px 0;	
	border:0px solid #333;
	}

#blog-paginator a{
	color:#fff;
	width:auto;
	height: auto;
	text-decoration:none;
	background-color:#4d6582;
	text-align:center;
	padding:4px 10px 4px 10px;
	margin:1px;
	border:1px solid #333;
	display: inline-block;

	}

#blog-paginator a:hover{
	color:#fff;
	background-color:#334b66;
	text-align:center;
	padding:4px 10px 4px 10px;	
	border:1px solid #333;
	margin:1px;
	}

#blog-paginator span{
	font-weight:bold;
	color:#fff;
	background-color:#334b66;
	text-align:center;
	padding:4px 10px 4px 10px;
	margin:1px;
	border:1px solid #333;
	}


