/*
   Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

body {
	padding: 30px;
	margin: 0;
	font-family: cursive;
	color: black;
	background: white;
	text-align: justify;
	background-image: url(../../images/burn.png);
	background-attachment: scroll;
	background-position: 93% 50%;
	background-repeat: repeat-y;
}

ul {
	margin-right: 30px
}

:link { color: #00C; background: transparent }
:visited { color: #609; background: transparent }
a:active { color: #C00; background: transparent }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}

h1 {
	text-align: center;
	font: 200% sans-serif;
	font-weight: bolder;
	color: Black;
	background-color: #EECFA1;
	padding: 0.5em 1em;
	margin: 0 5%;
	border: 2px dotted #8B795E;
	font-family: Georgia, "Times New Roman", serif;
}

h3, h4 {
	text-align: center;
}

h3 { font: 110% sans-serif; color: #005A9C; background: transparent; margin-left: 20px }
h4 { font: 100% sans-serif; font-weight: bolder }

p {
	margin: 15px 20px;
}

p.menu {
	margin: 40px 0px;
	text-align: center;
}

pre {margin-left: 60px;
	 background: #FFF8DC;
	 color: #000000;
	 margin-right: 60px;
	 padding: 10px;
}
code {
	background: transparent;
	color: #DE0165;
	font-weight: bold;
}

@media screen {  /* hide from IE3 */
a[href]:hover { background: #ffa }
.invisible { display:none; background: #fff; color: #fff; }

h3.pausa {
	background-color:#dcdcdc;
}

img { margin-bottom: 0.5em;
}
}

@media aural {  
  h1, h2, h3, h4 { stress: 20; richness: 90 }
}

div.figure {
  text-align: center;
  margin: 15px;
}

div.figure p, div.figure img {
  text-align: center;
  font-style: italic;
  font-size: 0.7em;
  text-indent: 0;
}

p.image img {
	border: 1px solid black
}

form.ecomerce {
	width: 15em;
	border: 1px solid black;
	background-color: #E5F3F7;
	color:black
}

.highlight {
	font: italic bold;
	color: #8B0000;
}


.menu a{
	color: #006B00;
	display: block;
	padding: 0.1em 0.5em;
	text-decoration: none;
}

p.menu {
	background: #FFEBCD;
	border: 1px dotted #000;
	position: fixed;
	right: 0;
	width: 20%;
	margin-right: 1%;
}

p, li, dd {
	margin-right: 25%;
}

h2 {
	margin-right: 22%;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	color: #AE0165;
	border-bottom: 1px solid #222222;
	line-height: 16pt;
	background-color: transparent;
}

.corcheteItemMenu {
	visibility: hidden;
	display: none;
}

/* Hack para que se pueda ver en el IE */
@media screen 
{
  * html {
    overflow-y: hidden;
    }
  * html body {
    overflow-y: auto;
    height: 100%;
    }
  * html p.menu {
    position: absolute;
	 margin-right : 2%;
    }
}
