#libro_cabecera {
	background-image: url(../images/libro_cab.jpg);
	height: 22px;
	width: 500px;
	background-repeat: no-repeat;
	color:#426DA6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#libro_mensaje {
	background-image:  url("../images/libro_mensaje.jpg");
	width: 500px;
	color:#426DA6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 5px;
}
#libro_fin {
	background-image: url(../images/libro_fin.jpg);
	height: 22px;
	width: 500px;
	background-repeat: no-repeat;
}
#nombre {
	width: 350px;
	float: left;
	text-align: left;
	text-indent: 5px;
}
#fecha {
	width: 130px;
	text-align: right;
	float: left;
}
#separacion{
	height: 10px;
	width: 500px;
}


