@charset "utf-8";
.blog {
	width: 628px;
	margin-top: 53px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.entrada_blog {
	width: 627px;
	margin-top: 16px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

.zona_titulo {
	width: 627px;
	margin-bottom: 6px;
}
.zona_titulo h1 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 22px;

}
.zona_titulo .fecha {
	float: left;
	margin-left: 14px;
	font-weight: bold;
}

.zona_titulo a {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 354px;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 6px;
	float: left;
}
.contenido img {
	margin-right: 14px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
