/* ***** BEGIN LICENSE BLOCK *****
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
@namespace url(http://www.w3.org/1999/xhtml); /* set default namespace to HTML */

/* bidi */
html { background : #ffffff; }

[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
[dir="ltr"] {
  direction: ltr;
  unicode-bidi: embed;
}
bdo[dir] {
  unicode-bidi: bidi-override;
}

/* blocks */

html, div, map, dt, isindex, form {
}

body {
	font : 76%/160% Tahoma, Verdana, Arial, sans-serif;
	display: block;
	margin-left: 10px;
}

p, dl, multicol {
	display: block;
	margin: 1em 0;
	margin-left: 10px;
	text-decoration: none;
}



blockquote {
  display: block;
  margin: 1em 40px;
  color: green;
}

address {
  display: block;
  font-style: italic;
}

center {
  display: block;
  text-align: center;
}
a { color : #73BE1E; }
a:link { color : #197ebd; }
a:visited { color : #197ebd; }

/* h1 bloques de texto normal */

h1 {
	color:#333333;
	font-size: 110%;
	font-weight:normal;
	word-spacing:0.1em;
	line-height:120%;
	letter-spacing:0em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	margin-left: 24px;
	margin-right: 5px;
 

}
h2 {
  display: block;
  color:#333333; 
  font-size: 120%;
  font-weight:normal;
  word-spacing:.1em;
  line-height:160%;
  text-transform:lowercase;
  letter-spacing:.0em;
  margin: 0em 0;font-family: Geneva, Arial, Helvetica, sans-serif; 
  font-style:bold;
  text-align:left;
   position : absolute; top : 1px; left: 20px;

}
  /* h54 bloques de texto normal negro*/
h55 {
  display: block;
  color:#000; 
  font-size: 11px;
  font-weight:normal;
font-family: Geneva, Arial, Helvetica, sans-serif; 
  font-style:normal;
  text-align:center;

}

  /* h54 bloques de texto gris claro*/
  
h56 {
  display: block;
  color: #6c6c6c; 
  font-size: 11px;
  font-weight:normal;
font-family: Geneva, Arial, Helvetica, sans-serif; 
  font-style:normal;
  text-align:left;

}

/* zona mencion legal (no se esta utilizando) */
h40 {
    display: block;
  font-size: 10px;
 font-weight:normal;
 letter-spacing:.3em;
  margin: 1em 0;font-family: Geneva, Arial, Helvetica, sans-serif; 
  font-style:italic;
   color: #ccc;
   text-align:center;
}

h7 {
display: block;
  width:70px;
  height:24px;
  position : absolute; top : 20px; left: 320px;
  margin:0;
  padding:0;
  background:url(../imgs/btn_objetivos.png)  no-repeat;
  text-indent: -9999px;
  
}
