/***************************************
 * MODIF: 2009-mayo-08 13:56 +0800     *
 * MEDIA: screen, projection, tv       *
 ***************************************/

/* DESCRIPTION:
 * This is the default stylesheet for Luz y Fuerza. It renders the main copy in three columns
 * and has a tab-like bar beneath the title for navigation. The tabs become depressed when
 * the User hovers the mouse pointer over them, giving a dynamic effect.
 *
 * This stylesheet is best used for display on large display areas (eg: standard computer
 * monitors).
 */


/* ##### Common Styles ##### */

body {
	color: #333;
	background-color: white;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 71%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
	background-image: url(images/stripe_7c958c2ad23ac29ab3c82c319224f21b.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
}

html > body {
	font-size: 8.5pt;
	background-image: url(images/stripe_7c958c2ad23ac29ab3c82c319224f21b.png);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Geneva, sans-serif;
}

acronym, .titleTip {
  border-bottom: 1px dotted gray;
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

acronym:hover, .titleTip:hover {  /* Ignored by MSIE. The nerve! */
  border-bottom: 1px solid rgb(70,130,180);  /* 'steelblue' not recognised here by Opera */
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}


/* ###### Header ###### */

.headerTitle {
  color: rgb(175,175,175);
  background-color: transparent;
  font-family: garamond, "times new roman", times, roman, serif;
  font-size: 400%;
  margin: 0 0 0 5mm;
  padding: 1ex 0 0 0;
}

.subHeader {
  margin: 0;
  padding: 0.75em 1ex 0.5ex 1ex;
  border-bottom: 10px solid rgb(70,130,180);  /* 'steelblue' not recognised here by Opera */
}

.subHeader .dateline {
  color: rgb(175,175,175);
  background-color: transparent;
  font-style: italic;
  float: right;
  margin: 0 1ex;
  padding: 0;
}

.subHeader .navigation {
  list-style-type: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}

.subHeader .navigation li {
  line-height: 1.75em;
  margin: 0;
  padding: 0;
  display: inline;
}

.subHeader a {
  color: rgb(175,175,175);
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
}

.subHeader a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
}

.subHeader .navigation .tab {
  color: rgb(175,175,175);
  background-color: rgb(248,248,248);
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0.5ex 1.25em 1ex 1.25em;
  border-top: 1px solid rgb(231,231,231);
  border-right: 1px solid rgb(97,97,97);
  border-left: 1px solid rgb(231,231,231);
}

.subHeader .navigation a.tab:hover {
  color: steelblue;
  background-color: rgb(248,248,248);
  text-decoration: none;
  padding-bottom: 0.8ex;
  border-top: 1px solid rgb(97,97,97);
  border-right: 1px solid rgb(231,231,231);
  border-left: 1px solid rgb(97,97,97);
  position: relative;
  left: 1px;
  top: 1px;
}

.subHeader .navigation .highlighted {
  color: white;
  background-color: steelblue;
  border-top-color: steelblue;
  border-right-color: steelblue;
  border-left-color: steelblue;
}


/* ##### Main Copy ##### */

#main-copy {
	line-height: 1.5em;
	margin: 0 0 0 2em;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}

#main-copy p {
	text-indent: 1em;
	margin: 0 0 1.5em 0;
	padding: 0;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#main-copy q {
	color: #666;
	background-color: transparent;
	font-size: 200%;
	font-weight: bold;
	line-height: 1.5em;
	text-align: left;
	text-indent: -1ex;
	margin: 0.3em 0 0.8em 1ex;
	padding: 0;
	display: block;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#main-copy q.centred {
	text-align: center;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
}

q:before, q:after {  /* Prevents Gecko from adding quotation marks around quote */
  content: "";
}

#main-copy a {
  color: gray;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
	color: steelblue;
	background-color: transparent;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}

#main-copy h1 {
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: small;
	font-weight: bold;
	margin: 0 0 1.05em 0;
	padding: 0;
	text-align: justify;
}

.byline {
  font-size: 91%;
  border-bottom: 1px solid gray;
  margin: -1.2em 0 1em 0;
  padding: 0;
  width: 100%;  /* Circumvents a rendering bug (?) in MSIE 6.0 */
}

[class~="byline"] {
  margin-top: -1.4em;
}

#main-copy .byline a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

#main-copy .byline a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: underline;
}

.column1, .column2, .column3 {
	margin: 3em 0;
	padding: 0 2%;
	float: left;
	width: 28%;
	text-align: justify;
	background-color: #FFF;
}

.column2 {  /* Renders the column dividers */
  border-left: 1px solid rgb(204,204,204);
  border-right: 1px solid rgb(204,204,204);
}

.raisedCap {
  text-indent: 0.5em;
}

[class~="raisedCap"] {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  text-indent: 1em;
}

.raisedCap:first-line {
  font-weight: bold;
}

.raisedCap:first-letter {
  font-size: 155%;
}

.noIndent {
  text-indent: 0 !important;
}


/* ###### Footer ###### */

#footer {
	color: rgb(175,175,175);
	margin: 0;
	padding: 0.25em 5mm 1.25ex 4mm;
	clear: both;
	background-image: url(images/stripe_f2087786d68a563c805fecc0b0307b99.png);
	background-repeat: repeat-x;
	background-position: center top;
}

body > #footer {  /* Circumvents a rendering bug (?) in MSIE 6.0 */
  padding-top: 0.5em;
}

#footer .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#footer .right {
  text-align: right;
  line-height: 1.45em;
}

#footer a {
  color: rgb(175,175,175);
  background-color: transparent;
  text-decoration: underline;
}

#footer a:hover {
  color: steelblue;
  background-color: transparent;
  text-decoration: none;
}
#main-copy .column1 p .Estilo107 {
	text-align: justify;
}
#main-copy .column1 p em {
	text-align: justify;
}
strong {
	font-size: small;

}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
}
#main-copy .column2 h3 {
	font-weight: bold;
}
#main-copy .column2 h3 {
	font-weight: normal;
}
#main-copy .column2 h3 {
	font-size: 7.5pt;
}
#main-copy .column2 h3 {
	font-size: 8pt;
}
#main-copy .column3 ol li .Estilo101 {
	text-align: justify;
}
#main-copy .column3 ol li .Estilo101 {
	text-align: left;
}
ol {
	text-align: justify;
}
#main-copy .column3 ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
li {
	text-align: justify;
}

