/* style sheet for Aprendamos Computación site */

/* styles for all main content pages */

/* ------------------- */

/* styles for top navigation bar */

a.nav, a.nav:link, a.nav:visited {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	}

a.nav:hover {
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
	}
	}

a.nav:active {
	text-decoration: none;
	color: #FF9900;
	}

pre.nav 	{
	margin-top: 2px;
	margin-left: 12px;
	margin-bottom: 2px;
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	}

/* end styles for top navigation bar */

/* ------------------- */

/* begin styles for left navigation bar */

p.left	{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 5px;
	}

pre.left	{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20 px;
	}

ul.left, li.left	{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 17px;
	text-indent: 0px;
	margin: 0px 5px 0px 15px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
	}

p.leftheading {
	font-family: verdana;
	font-size: 11px;
	color: black;
	font-weight: bold;
	font-style: normal;
	margin-top: 9px;
	margin-bottom: 3px;
	margin-left: 10px;
	}

/* style for links */

a.left, a.left:link {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: blue;
	font-weight: normal;
	}

a.left:visited {
	text-decoration: none;
	color: blue;
	}

a.left:hover {
	text-decoration: underline;
	color: blue;
	background-color: #EEEEEE;
	}

a.left:active {
	text-decoration: none;
	color: #FF9900;
	}

/* end styles for left navigation bar */

/* ------------------- */

/* begin styles for main page */

body	{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

p	{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 10px;
	}

pre	{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40 px;
	margin-right: 10px;
	}

blockquote	{
	margin-top: 0px;
	margin-bottom: 11px;
	margin-right: 10px;
	}

ul, li	{
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	text-indent: 0px;
	margin: 0px 10px 0px 20px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: square;
	}

img.imageleft	{
	float: left;
	border: solid;
	border-color: black;
	border-width: 1px;	
	margin: 5px 10px 2px 0px;
	}

img.imgleft-nofloat	{
	float: none;
	border: solid;
	border-color: black;
	border-width: 1px;	
	margin-left: 0px;
	margin-top: 7px;
	}

img.imageright	{
	float: right;
	border: solid;
	border-color: black;
	border-width: 1px;	
	margin: 5px 0px 2px 10px;
	}

img.imagecenter	{
	float: none;
	margin: 5px 20px 10px 60px;
	}

/* style for links */

a, a:link {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	color: blue;
	font-weight: normal;
	}

a:visited {
	text-decoration: none;
	color: blue;
	}

a:hover {
	text-decoration: underline;
	color: blue;
	background-color:#EEEEEE;
	}

a:active {
	text-decoration: none;
	color: #FF9900;
	}

a.namelist {
	margin-left: 55px;
	float: left;
	width: 115px;
	}

a.projects {
	text-indent: 55px;
	}

/* other text styles */

span.bold-inline {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	}

p.bold {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	}

p.italic {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	font-style: italic;
	}

p.pageheading {
	font-family: arial, verdana;
	font-size: 22px;
	color: #cc6633;
	font-weight: normal;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 9px;
	margin-left: 10px;
	}

p.subheading {
	font-family: arial narrow, verdana;
	font-size: 16px;
	color: #cc6600;
	font-weight: bold;
	text-indent: 0px;
	}

p.indextopheading {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-indent: 0px;
	margin-top: 9px;
	margin-bottom: 3px;
	}

a.tagtext:link, a.tagtext:visited, a.tagtext:active {
	font-family: Verdana;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-indent: 100px;
	text-align: center;
	}

a.tagtext:hover	{
	color: #FF9900;
	font-weight: normal;
	background-color: transparent;
	}

/* for captioned images - begin here */
div.cap200-image-right	{
	float: right;
	width: 200px;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	border: none;
	padding: 0px;
	}

div.cap200-image-left	{
	float: left;
	width: 200px;
	margin-left: 10px;
	margin-right: 5px;
	border: none;
	padding: 0px;
	}

img.cap-image	{
	margin:  0px 0px 0px 0px;
	border: 1px black solid;
	}

p.caption	{
	font-style: normal;
	font-size: 9px;
	line-height: 12px;
	margin-left: 0px;
	margin-right: 0px;
	text-indent: 0px;
	text-align: center;
	}
/* for captioned images - end here */

/* end styles for main page */

/* end css sheet */