/* CSS CP.js */

  a.CPmenu:link, a.CPmenu:visited, a.CPmenu:active, a.CPmenu:hover {
	color: white;
	background-color: #8D9F5F;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
	line-height: 13pt;
	padding: 0px;
	margin: 0px;
	text-align: center;
  }
  a.CPmenu:link, a.CPmenu:visited, a.CPmenu:active {
  }
  a.CPmenu:hover {
	background-color: #566833;
  }
  a.CPbc:link, a.CPbc:visited, a.CPbc:active, a.CPbc:hover {
	background-color: white;
	text-decoration: none;
	line-height: 0px;
  }
  a.CPbc:link, a.CPbc:active {
  	 /* color: #566833; */
  	 color: #0033CC;
  }
  a.CPbc:hover {
	/* color: #20381D; */
  	color: #EC0000;
	text-decoration: underline;
  }
  a.CPbc:visited {
	/* color: #7C518E; */
	color: #B35B9D;
  }

  .CPnav {
  	background-color: #8D9F5F;
	text-align: center;
	width: 800px;
	/* margins are for centering */
	margin-left: auto;
	margin-right: auto;
	clear: both;
  }

  img.CPlogo {
	background-color: white;
	width: 90px;
	height: 90px;
	margin-left: 30px;
	margin-top: 2px;
	float: left;
  }
  div.CPheadingLeft {
  	background-color: white;
  	width: 290px;
	height: 45px;
	margin-top: 23px;
	margin-left: 35px;
	float: left;
	display: inline;		/* Bug in IE6 (http://www.positioniseverything.net/explorer/doubled-margin.html) */
  }
  div.CPheadingRight {
  	background-color: white;
  	width: 290px;
	height: 45px;
	margin-top: 23px;
	margin-left: 30px;
	float: left;
	display: inline;		/* Bug in IE6 (http://www.positioniseverything.net/explorer/doubled-margin.html) */
  }
  div.CPtitle, div.CPtitulo {
	  color: white;
	  background-color: #8D9F5F;
      font-size: 14pt;
	  line-height: 24pt;
	  font-weight: bold;
	  font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  text-align: center;
  }
  .CPsubBody {
  	background-color: #DFD4C2;
	/* IE 6 has a problem centering texts but here is a fix. */
	text-align: center;
	width: 800px;
	/* margins are for centering */
	margin-left: auto;
	margin-right: auto;
	/* The padding raises and lowers Firefox but it doesn't work for IE.
	Have to use <br /> at the beginning and the end of the table.
	padding-top: 18px;
	padding-bottom: 18px;	*/
	/* An error in IE 7 [I don't know whether it goes down to other versions...]. */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DFD4C2;
  }
  .CPColumn {
  	background-color: white;
  }
  img.CPVerticalLine {
  	vertical-align: bottom;
	width: 1px;
	height: 38px;
  }
  hr.CPLine {
  	color: #8D9F5F;
	height: 2px;
	width: 360px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
  }
  div.CPseccion, div.CPsection {
	  color: white;
	  background-color: #8D9F5F;
      font-size: large;
	  line-height: 24pt;
	  /* margin is the raising or lowering of the sub-title */
	  margin: 10px 10px 15px 10px;
	  padding-right: 0px;
      padding-left: 8px;
	  font-family: Leelawadee, "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  text-align: left;
  }
div.CPsubseccion, div.CPsubsection {
	color: #364220;
	font-size: 13pt;
	font-style: italic;
	line-height: 120%;
	margin: 1em 0em .5em 3px;
    font-family: Leelawadee, "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
div.CPbreadcrumb {
    line-height: 130%;
	font-size: 71%;
/*	margin-top: 3pt;
	margin-bottom: 4px; */
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
}
  div.CPSpanish, div.CPEnglish {
	  color: #8D9F5F;
	  background-color: white;
      font-size: large;
	  line-height: 23px;
	  font-family: Leelawadee, "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  text-align: center;
	  padding-top: 15px;
  }
  div.CPISOSpanish, div.CPISOEnglish {
	font-size: 80%;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
  }
  div.author, div.autor {
      font-size: 10pt;
	  line-height: 12pt;
	  font-weight: normal;
	  font-style: italic;
	  margin-left: 20px;
	  margin-right: 20px;
	  text-align: center;
  }
  li.SpanishOnly, li.solamenteIngles {
	    font-style: italic;
		margin-left: 20px;
		margin-right: 20px;
  }
  div.PDFtype {
		font-size: small;
		margin-left: 15px;
		margin-top: 5px;
		margin-bottom: 0px;
		padding-top: 15px;
		padding-bottom: 0px;
		text-align: left;
  }
  p.resumen, p.abstract, p.tidbits {
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
  }
  li.documentRef {
		margin-left: 20px;
		margin-right: 20px;
  }

