/*
css
*/

	
*, html, body {
	margin-left: 0;
}

html {
	height: 100%;
	
}

body {
	color: #ffffff;
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size: 12px;
	height: 100%;
	background-color: black;
	position: absolute;
	left: 249px;
}

h1 {
	color: #e60076;
	font-size: 20px;
	font-weight: normal;
	margin: 8px;
	text-align: left;
}

	h1 span {
		color: #d50074;
		font-size: 20px;
		font-weight: normal;
		margin: 5px 5px 5px 0;
		text-align: left;
	}

h2 {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	margin: 8px;
	color: #d50074;
}

	h2 span {
		clear: both;
		font-size: 70%;
	}
	
	
	

h5 {
	text-align: left;
	color: black;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 0;
	margin: 4px;
}

.description {
	font-size: 12px;
	line-height: 18px;
	color: white;
	padding: 0 0 15px;
}

#container {
	margin: 172px auto 0 8px;
	width: 700px;
}

	#top_container {
		width: 680px;
		height: 130px;
		margin: 10px auto;
	}
	
	#bottom_container {
		clear: both;
		width: 700px;
	}
	
.page-top {	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	border-bottom: 5px solid #444444;
}

.page-sidebar { 
	position: fixed; 
	top: 30px; 
	left: 20px;	
	width: 250px; 
}

* html .page-sidebar { 
	top: 30px; 
	left: 20px;	
	width: 250px; 
	position:absolute; 
}

.page-title {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

	.page-title h1 {
		margin: 0 0 5px 0;
	}
	
	
	.page-title h2 {
		clear: both;
		font-size: 100%;
		font-weight: normal;
		margin: 0;
	}

.page-body {
	margin: 0 10% 0 315px;	
	width: 600px;
	padding: 30px 0 20px 0;
	text-align: left;
}

	.page-footer {
		margin: 20px  0 0 0;	
		text-align: left;
		font-size: 10px;
	}

	.page-body ul, .page-body ol { 
		color: #ffffff;
		margin: 10px 0 30px 25px; 
	}

	.page-body ul li, 
	.page-body ol li { 
		padding: 0; 
		margin: 0 0 5px 0; 
		color: #cccccc;
		line-height: 140%;
		font-size: 100%;		
	}

		.page-footer p {
		margin: 13px;
	text-align: center;
	font: 10px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 1px;
	word-spacing: 1px;
	color: #880061;
}

	.page-title h1 span {
		text-align: left;
		font-weight: normal;
		font-size: 100%;
		color: #ffffff;
		margin: 5px 0 15px;
	}
	



a,
a:link,
a:visited {
	color: white;
}
	

.notice {
	border: 3px solid #ffffbe;
	padding: 10px;
	color: #ffffff;
	margin: 0 0 20px 0;
}
	
	.notice p, 
	.notice p a, 
	li a {
		color: #ffffff;
		text-decoration: none;
	}

.navigation { 
	list-style: none; 
	margin: 10px 0 30px; 
	width: 200px;
}

	.navigation li { 
		padding: 0; 
		margin: 0; 
	}

	.navigation a, 
	.navigation a:visited {
		display: block;
		height: 25px;
		line-height: 25px;
		padding: 0 10px 0 10px;
		border-bottom: 3px solid #171B20;
		color: #ffffff;
		background-color: #333333;
		text-decoration: none;
	}

	.navigation a:hover {
		color: #000000;
	}

a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #555555;
}

a.page-options:hover, 
a.page-options:focus {
	color: #fff;
}		
	p small, 
	li small {
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;
}


pre {
  	font-size: 11px;
  	padding: 10px;
  	background: #000000;
  	overflow: auto;
	margin: 10px 0 10px 0;
}

code {
  	color: #ffffff;
  	background: #000000;
  	font-family: Monaco, Courier, monotype;
}

/* alinear imagenes */
.float-left  {
	float: left;
	padding: 5px 24px 5px 5px;
}
.float-right {
	float: right;
	margin: 17px;
	padding: 2px;
}
.align-left  { text-align: left;}
.align-right { text-align: right;}

/* alinear imagenes termina */


ul.disc {list-style-type: disc;}



ul.disc {list-style-type: disc;}
ul.circle {list-style-type: circle;
line-height: 150%;
}
ul.square {list-style-type: square;}
ul.none {list-style-type: none;}
