body { background-color: #ffb300; background-image: url(../images/backgrounds/blog.jpg); }
h2 { background: transparent url(../images/title_blog.png) no-repeat scroll 0 -100px; color: #fff; }
h2 a { color: #fff; }
h2 a:hover { color: #ccc; }
h2#tblog { height: 100px; background: transparent url(../images/title_blog.png) no-repeat; }

/*#content { background: #000 url(../images/blog_bg.gif) no-repeat bottom; }*/
#menu li #mhome { background-position: 0 -201px; }
#menu li #mantros { background-position: -70px -201px; }
#menu li #mfiestas { background-position: -140px -201px; }
#menu li #mteens { background-position: -210px -201px; }
#menu li #mescuelas { background-position: -280px -201px; }
#menu li #mcultural { background-position: -350px -201px; }
#menu li #mblog { background-position: -420px -201px; }
#menu li #mmorelia { background-position: -490px -201px; }
#menu li #minvitanos { background-position: -560px -201px; }

#blog { font-family: Arial, Helvetica, sans-serif; }
#blog h3 { color: #fff; font-size: 18pt; font-weight: normal; text-shadow: 0 0 3px #333; }
#blog h3 a { color: #fff; text-decoration: none; }
#blog h3 a:hover { color: #ffb300; }
#blog .post {
	border-bottom: 1px dotted #333;
	font-family: "lucida grande", helvetica, arial, verdana, sans-serif;
	margin: 0 5px 30px;
	overflow: hidden;
	text-shadow: 0 0 1px #666;
	width: 500px;
}
#blog .date {
	color: #999;
	font-size: 8pt;
	font-weight: bold;
	margin-bottom: 12px;
}
#blog .date a {
	border-bottom: 1px dotted #999;
	color: #999;
	text-decoration: none;
}
#blog .entry {
	color: #ddd;
	font-size: 10pt;
	margin: 0 30px;
	/*width: 715px;*/
}
#blog .entry a { color: #fd175c; text-decoration: none; }
#blog .entry a:hover {
	color: #fff;
	text-decoration: underline;
}
#blog .entry img {
	background: #fd175c;
	max-width: 707px;
	padding: 3px;
}
#blog .entry img.left {
	float: left;
	margin: 0 12px 5px 0;
}
#blog .entry img.right {
	float: right;
	margin: 0 0 5px 12px;
}
#blog .entry img.header {
	margin: 0 0 5px;
	max-width: 715px;
	max-width: 440px;
	padding: 0;
}
#blog .entry p {
	margin: 0 0 14px;
	text-align: justify;
	text-indent: 12px;
}
#blog .meta {
	color: #999;
	font-size: 8pt;
	font-weight: bold;
	margin: 12px 0 20px;
}
#blog .meta a { color: #ffb300; text-decoration: none; }
#blog .meta a:hover { color: #fff; }

/* pages */
#pages strong { background: #ffb300; }
#pages a { background: #ffb300; color: #000; }
#pages a:hover { background: #ff8400; }
#pages #current { background: #fd175c; }

/* comments */
.comment { background: #ffb300; }
.comment .content {
	background: #f0f7e1;
	border-bottom: 1px solid #ffb300;
	border-left: 3px solid #ffb300;
	border-right: 1px solid #ffb300;
}
#comentarios #comments_title { background-image: url(../images/comments_blog.png); }
#comentar { background-image: url(../images/comment_post_blog_bg.png); }