/* La Insignia - Diario independiente iberoamericano - Jornal independente iberoamericano - http://www.lainsignia.org/ */


/* pagina */
#page {
width:668px;
background-color: #ffffff;
margin-top: 2px;
margin-left: 2px;
margin-bottom: 2px;
padding:0;
float:left;
} 

/* Texto corriente artículo */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: justify;
}



/* Título azul1 */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #004488;
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
}
/* Título azul2 */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003377;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
}
/* Título azul3 */
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #003377;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}

/* Título gris1 */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #223344;
	font-size: 18px;
	font-weight: bold;
	text-align: justify;
}
/* Título gris2 */
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #223344;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
}
/* Título gris3 */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #223344;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
}

/* enlaces*/
a {
 color:#003377;
}

/* enlace: Mapa del sitio */
a.ex1 {
 color: #ececec;
} 	

/*Fecha y pie de página*/
.pie {
        float: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

/*Fotografías derecha*/
div.figure {
  float: right;
  border: 0;
  margin-top: 0.3em;
  margin-left: 0.3em;
  padding: 0em;
}
/*tablas generales*/
div.figure2 {
  float: right;
  width: 25%;
  border-style: solid; 
  border-width: 1px; 
  border-color: d5d5d5;
  font-family: arial, verdana;
  font-size: 8pt; 
  font-weight: bold;
  text-align: center;
  margin: 0.2em;
  padding: 0.8em;
}
/*Cabecera*/
div.figure3 {
  float: left;
  border: 0;
  margin-top: 0.3em;
  margin-right: 0.3em;
  padding: 0em;
}

/*Imprimir,etc*/
div.figure4 {
  float: right;
  border: 0;
  margin-top: 0.3em;
  margin-left: 0.3em;
  padding: 0em;
}
/*Viñetas*/
div.figure5 {
width:668px;
float: center;
}

/*Menú inferior*/
#barnav {
display:block;
margin:0 auto 0 auto;
	padding:0 0 0 2px;
height: 20px;
background:#ffffff;
border-top: 1px solid #223344;
border-bottom: 1px solid #223344;
font-family: verdana,sans-serif;
color: #003377;
font-size: 11px;
font-weight: normal;
text-align:center;
}
