@import url(pagina-maestra.css);

/*--Título--*/
#titulo-pagina {
	color: #500c0c;
	font-family: Times New Roman, Georgia, Serif;
	font-size: 42px;
}
#pleca {
	height: 5px;
	background-color: #302e2a;
}

/*--Cabeza Catalogo--*/
#header_catalogo {
	width: 960px;
	margin: auto;
	display: inline-block;
}
#titulo-pagina {
	float: left;
	margin: 50px 25px 0px 0px;
}
#header_catalogo img {
    margin: 25px 0px 0px 0px;
}
/*--Entradas--*/
.entradas {
	padding: 20px 0px 20px 0px;
	background-color: #d3d2d1;
	height: 200px;
	margin-bottom: 15px;
}
.docs {
	padding: 20px 0px 0px 0px;
	background-color: #d3d2d1;
	height: 640px;
	margin-bottom: 15px;
}
.imagenes {
	width: 200px;
	height: 200px;
	margin: 0px 15px 15px 0px;
	float: left;
}
.subtitulo {
	margin-bottom: 10px;
	width: 695px;
	float: left;
}
.subtitulo > a {
	color: #500c0c;
	font-family: Times New Roman, Georgia, Serif;
	font-size: 24px;
	text-decoration: none;
}
.subtitulo > a:hover {
	text-decoration: underline;
}
.autores  {
	float: left;
}
.autores > p {
	font-family: arial 
}