.dPeuFoto {
	font-size: 11px;
	font-style: italic;
	margin: 5px 0px 0px 10px;
}
.h2Blog {
	font-size:18px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
}
.h1Blog {
	font-size:22px;
	margin:0;
	padding:0px 0px 0px 10px;
}
.aLstPosts {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	height: 72px;
	display: block;
	-webkit-transition: all 0.25s; /* For Safari 3.1 to 6.0 */
    transition: all 0.25s;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 3px 5px 0px 0px;
	margin-top:3px;
	margin-right:3px;
}
.aLstPosts:hover {
	background-color: #3B0F09;
    box-shadow: 0 0 5px rgba(124, 40, 30, 1);
    -webkit-box-shadow: 0 0 5px rgba(124, 40, 30, 1); 
    -moz-box-shadow: 0 0 5px rgba(124, 40, 30, 1);
}
.aLstPosts img {
	float:left;
	position: relative;
	padding-top: 2px;
	margin-right: 12px;
}
.aLstPosts span {
	color: #ccc;
}
.dNotFecha {
	font-size: 11px;
	font-style: italic;
	margin: 0px 0px 15px 15px;
	position: relative;
	top: 5px;
}

.dTags {
	
}
.dTags h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	font-size: 12px;
}
.dTags a {
	text-decoration: none;
}
.dTags a:hover {
	text-decoration: underline;
}
.dTagsTit {
	color: #2C0703;
	line-height: 22px;
	background-color: #ccc;
	padding: 0px 10px 0px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	width: 40px;
}
.uTags {
	list-style-type: none;
    margin: 10px 0px 15px 0px;
    padding: 0;
	overflow:auto;
}
.uTags li
{
	display: inline;
	float: left;
    padding: 0;
	margin: 0px 0px 5px 5px;
	height:auto;
}
.uTags li a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #2C0703;
	display: block;
	padding: 0px 10px 0px 10px;
	background-color: #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
}
.uTags li a:hover
{
	color: #fff;
	background-color: #7C281E;
}

.uMenuDates {
	list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0;
}
.uMenuDates li {
    height: auto;
    margin: 0px 0px 10px 0px;
}
.uMenuDates li div {
	display: block;
	overflow: hidden;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 250px;
}
.uMenuDates li div ul {
	list-style-type: none;
    margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 0px;
}
.uMenuDates li div ul li {
    height: auto;
	margin:0;
	padding:0;
}

.dItemBlog {
	height: 160px;
	display: block;
	-webkit-transition: all 0.25s;
    transition: all 0.25s;
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border: solid 1px #420B04;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.dItemBlog:hover {	
	background-color: #3B0F09;
    box-shadow: 0 0 5px rgba(124, 40, 30, 1);
    -webkit-box-shadow: 0 0 5px rgba(124, 40, 30, 1); 
    -moz-box-shadow: 0 0 5px rgba(124, 40, 30, 1);
	opacity: 1;
    filter: alpha(opacity=100);
}
.dItemBlog img {
	margin-right:10px;
}
.dItemBlog h2 {
	font-size:18px;
}
.dItemBlog p {
	color: #fff;
	font-size:12px;
}