@charset "utf-8";
/* generales */
body {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333;
}
h1 {
	color:#900;
}
h2 {
	color:#900;
	margin:0 0 3px 0;
	font-size:32px;
}
h3 {
	color:#900;
	margin:0 0 5px 0;
	font-size:16px;
}
h4 {
	color:#900;
	margin:0 0 5px 0;
	font-size:14px;
}
a {
	color:#900;
	text-decoration:none;
}
a:hover {
	background-color:#efefef;
}
p {
	margin:0 0 10px 0;
}
hr {
	border:none;
	border-top:1px dashed #333;
	height:0;
	margin:5px 0 15px 0;
	clear:both;
}
hr.centro {
	display:block;
	border:none;
	width:200px;
	border-top:1px dashed #333;
	height:0;
	margin:5px auto 15px auto;
	clear:both;
}
hr.floritura {
	border:none;
	height:43px;
	margin:20px 0 20px 0;
	background-image:url(../img/floritura.png);
	background-repeat:no-repeat;
	background-position:center;
}
hr.floritura2 {
	border:none;
	height:43px;
	margin:20px 0 20px 0;
	background-image:url(../img/floritura2.png);
	background-repeat:no-repeat;
	background-position:center;
}
/* de clase */
.capital {
	/*display:block;*/
	overflow:hidden;
	float:left;	
	height:46px;	
	margin:0 5px 5px 0;
	line-height:52px;
	font-size:54px;
	color:#900;
}
p.subtitulo {
	margin:0;
	color:#666;
	font-weight:bold;
}
p.autor {
	float:left;
	font-size:12px;
	margin-top:3px;
	margin-right:10px;
}
p.fecha {
	float:left;
	margin:0 0 2px 0;
	color:#900;
	font-size:12px;
}
p.listadofecha {
	margin:0;
	color:#000;
	font-size:10px;
}
a.completo {
	float:right;
	margin:0 0 5px 0;
	font-size:12px;
	text-decoration:underline;
}
img.derecha {
	margin-left:10px;
}
img.izquierda {
	margin-right:10px;
}

a.selected {
	background-color:#CCC;
	font-weight:bold;
}
