/* ------------------------------
   W3C@10-like
   */

body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family: "Gill Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Arial Unicode MS", Arial, Helvetica, sans-serif;
  background: navy;
  color: #003399;
  background: white;
}

hr { 
  clear: both;
  border: 1px groove #003399;
  border-bottom-width: 1px;
}

#top-separator {
  border: 0;
  display: none;
}

h1 {
  font-size: 2em;
  color: #fff;
  margin: -0.1em 0 0.5em 0;
  background: #003399;
  padding-left: 0em;
  padding-top: 0.4em;
  padding-bottom: 0.2em;
  /*height: 1em;*/
}

/* Si usamos capitulos */
h1 span {
   color: #f7d21e;
}

h2 {
  font-size: 1.4em;;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.1em;
}

/* ------------------------------
   Header
   */

#slideTitle { 
  float:left;
  margin-left: 0px;

} 
#titleAndNavigation { 
  margin: -0.1em 1.6em 1em 130px;
  min-height: 35px;
}

#fullHeader {
  width: 100%;
  overflow:hidden;
  background-color: #003399;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#header {
  margin: 0 0 0 0;
  background: #003399 url("images/w3c_fondo.png") no-repeat left top;
  height: 2.5em;
  text-align: left;
  float:left; 
  width: 130px;
  font-size: 2em;
}

#tocPage {
  margin: 1em 0 0.2em 0em;
  background: url("../w3coffice_logo.png") no-repeat left top;

}

.prologue {
	background: #003399;
    color: #fff;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

#headertext {
  display: none;
}



/* ------------------------------
   Navigation Icons 
   */

#navigation-previous {
  background: url("images/left.png") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 110px;
  width: 30px;
  height: 30px;
}

#navigation-previous:hover {
  background: url("images/left_on.png") no-repeat left top;
}

#navigation-next {
  background: url("images/right.png") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 40px;
  width: 30px;
  height: 30px;
}

#navigation-next:hover {
  background: url("images/right_on.png") no-repeat left top;
}

#navigation-toc {
  background: url("images/index.png") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 75px;
  width: 30px;
  height: 30px;
}

#navigation-toc:hover {
  background: url("images/index_on.png") no-repeat left top;
}

#navigation-switch {
  display: none;
  background: url("style.gif") no-repeat left top;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 5px;
  right: 40px;
  width: 30px;
  height: 30px;
}

#navigation-switch:hover {
  background: url("stylehover.gif") no-repeat left top;
}

#navigation span {
  display:none;
}

#navigation {
  border-bottom: 1px solid white;
  float: right;
}

/* ------------------------------
   Footer
   */

#footer {
  margin: 0em 2em 2em 120px;
  padding-top: 0.5em;
  font-size: 0.9em;
  text-align: left;
}

#author {
  padding-top: 0.2em;
}

#author a {
  position: absolute;
  width: 80%;
}

#position {
  position: absolute;
  right: 2em;
  text-align: right;
  width: 20%;
}

/* ------------------------------
   Content
   */

#content {
  font-size: 1.5em;
  /* border-top: 1px solid black; */
  margin: 1.2em 2em 2em 5em;
  min-height: 515px;
}

#tocPage #content  { 
  font-size: 1.2em; 
}

h1.slidelist {
  font-size: 1.2em;
  position: static;
  height: 4em;
  color: #003399;
  background: #fff;
}

p, table {
	margin: 0.5em 2em 0.5em 2em;
}

code {
	color: maroon;
	font-weight:	bold;
}

strong {
	color: #aa4444;
	font-weight:	bold;
    font-size: 1.1em;
}

em {
  /* font-weight: normal; */
}

em {
  color: #050;
  font-weight: bold;
}

pre {
	color: 			maroon;
	font-weight:	bold;
	margin: 0 2em 0 1em;
}

blockquote, q {
	color: #aa4444;
	font-style: italic;
   margin: -0.1em -0.1em -0.1em -0.1em;
}

ul, dl, ol {
	margin: 	0.5em 3em 0.5em 2em;
	padding: 	0;
}

ul ul, ul ol, ol ul, ol ol {
	margin: 0 0 0 2em;
	padding: 0;
}

li {
	margin-top: 0.4em;
}

li ul li {
	/* font-weight: 	normal; */
	margin-top: 	0.1em;
}


li ol li {
	/* font-weight: 	normal; */
	margin-top: 	0.1em;
}


a {
	color: 				 #c60;  /* #ffa500; #c60; */
	text-decoration: 	underline;
	font-weight: 		bold;
}


/* Various emphasis colours. */
.emph1 { color: navyBlue;}
.emph2 { color: #006400; }
.emph3 { color: #cc0066; } 
.emph4 { color: #ff00cc; }
.emph5 { color: red;     }

div.center, div.centre {
  text-align:center;
}

.svgOnly { display: none }






