
/* Estilos para la sección de contenidos */

p.titular {
	font-family: arial, helvetica, sans serif;
	color: #463122;
	font-size: 10pt; 
	margin: 0px 10px 0px 90px;
	text-align: left;
}


a.small {
  text-decoration: underline;
  color: #463122;
	font-size: 10pt; 
	font-weight: normal;
	font-family: arial, helvetica, sans serif;
	
}

a.autor {
  text-decoration: underline;
  color: #463122;
	font-size: 8pt; 
	font-weight: normal;
	font-family: arial, helvetica, sans serif;
	
}

a:hover {
  color: black;
}


/* Tabla en justificacion.html */
table.justificacion {
  width: 420px;
  background-color: #E6D0B1;
	border: 1px solid #463122;
}


table.justificacion td.clara{
 
  background-color: #F4E7BC;
	
}

table.justificacion td.claraborde{
 
  background-color: #F4E7BC;
	border-top: 1px solid #463122;
}

table.justificacion p{
  color: #463122;
	font-size: 7pt; 
	font-weight: bold;
	font-family: arial, helvetica, sans serif;
  vertical-align: middle;
	text-align: left;
	margin: 5px 5px 5px 5px;
}

table.justificacion p.centro{
  color: #463122;
	font-size: 7pt; 
	font-weight: bold;
	font-family: arial, helvetica, sans serif;
  vertical-align: middle;
	text-align: center;
	margin: 3px 3px 3px 3px;
}




