html {
	position: relative;
}

body {
	background-color: #6F6B51;
	text-align: center;
	position: relative;
}

a:link, a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #333333;
}

a:hover {
	color: Black;
	border-bottom: 1px solid #333333;
}

#contenido {
	position: relative;
	background-color: White;
	text-align: left;
	width: 720px;
	overflow: hidden;
	margin: 0px auto;
	top: 100px;
	margin-bottom: 100px;
}

#encabezado {
	margin: 10px;
	background-color: #990000;
}

#encabezado h1 {
	height: 150px;
	width: 100%;
	overflow: hidden;
	border-top: 10px solid #660000;
	line-height: 150px;
	margin: 0px;
}

#encabezado h1 span {
	display: block;
	margin: 0px;
	font-family: "Times New Roman", serif;
	font-size: 200pt;
	font-weight: normal;
	line-height: normal;
	margin-top: -90px;
	margin-left: -30px;
	letter-spacing: -30px;
	color: #660000;
}

#explicacion {
	position: relative;
	width: 400px;
	margin-left: 310px;
	background-color: #3366FF;
	padding: 10px 0px;
}

#explicacion h2 {
	margin: 0 10px;
	font-family:  "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16pt;
	font-weight: normal;
	padding: 5px;
	color: #000099;
	border-bottom: 1px solid #000099;
	line-height: 2pt;
}

#explicacion p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000099;
	padding: 7px 20px;
	text-align: justify;
	margin: 5px 0px;
}

#explicacion blockquote {
	color: #8EACFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	margin: 5px 30px 5px 50px;
}

#explicacion blockquote cite {
	font-weight: bold;
}

#proyecto {
	position: relative;
	width: 400px;
	margin-left: 310px;
	background-color: #009900;
	padding: 10px 0px;
	margin-top: 10px;
}

#proyecto h2 {
	margin: 0 10px;
	font-family:  "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16pt;
	font-weight: normal;
	padding: 5px;
	color: #006600;
	border-bottom: 1px solid #006600;
	line-height: 2pt;
}

#proyecto h3 {
	margin: 10px 10px 5px 10px;;
	font-family:  "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13pt;
	font-weight: normal;
	padding: 5px;
	color: #6DD849;
	line-height: 2pt;
}

#proyecto p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #005901;
	padding: 7px 20px;
	text-align: justify;
	margin: 5px 0px;
}


#participa {
	position: relative;
	width: 700px;
	margin-left: 10px;
	background-color: #FF9933;
	padding: 10px 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#participa h2 {
	margin: 0 10px;
	font-family:  "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16pt;
	font-weight: normal;
	padding: 5px;
	color: #663300;
	border-bottom: 1px solid #663300;
	line-height: 2pt;
}

#participa h3 {
	margin: 10px 10px 5px 10px;;
	font-family:  "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 13pt;
	font-weight: normal;
	padding: 5px;
	color: #993300;
	line-height: 2pt;
}

#participa p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #663300;
	padding: 7px 20px;
	text-align: justify;
	margin: 5px 0px;
}

#disenos {
	position: absolute;
	top: 200px;
	left: 10px;
	width: 290px;
}

#disenos h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26pt;
	font-style: italic;
	font-weight: normal;
	color: #BDBCA5;
	border-bottom: 1px dotted #DAD9CD;
	line-height: 20pt;
	margin: 0px;
}

#disenos p {
	padding: 7px 20px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #B0AE93;
}

#disenos ul {
	list-style: square;
	color: #6f6b51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 5px;
	margin-top: 5px;
}

#disenos #paginas {
	font-family: "Courier New", Courier, monospace;
	font-size: 11pt;
	margin-top: 15px;
	background-color: #666666;
	color: White;
	padding: 3px;
}

#disenos #paginas a:link, #disenos #paginas a:visited {
	text-decoration: none;
	border: none; 
	color: White;
}

#disenos #paginas a:hover {
	background-color: #999999;
	color: Black;
}

#elautor {
	position: absolute;
	top: 480px;
	left: 30px;
	width: 260px;
}

#agradecimientos {
	position: absolute;
	top: 700px;
	left: 30px;
	width: 260px;
}

#elautor h2, #agradecimientos h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: normal;
	color: #BDBCA5;
	border-bottom: 1px dotted #DAD9CD;
	line-height: 20pt;
	margin: 0px 0px 25px 0px;
}

#elautor p {
	display: inline;
}

#elautor p span.atributo, #elautor p span.valor, #agradecimientos p {
	padding-right: 3px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 9pt;
	color: #CCCCCC;
}


#elautor p span.valor a:link, #elautor p span.valor a:visited, #agradecimientos p a:link, #agradecimientos p a:visited {
	font-size: 7pt;
	border: none;
	color: #999999;
}

#elautor p span.valor a:hover, #agradecimientos p a:hover {
	border: none;
	color: #666666;
}


/* Cuadros de arriba */
#extra1 {
	position: absolute;
	top: -40px;
	left: 20px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: White;
}

#extra1 span {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #990000;
}

#extra2 {
	position: absolute;
	top: -40px;
	left: 100px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: White;
}

#extra2 span {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #000099;
}

#extra3 {
	position: absolute;
	top: -40px;
	left: 180px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: White;
}

#extra3 span {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #006600;
}

#extra4 {
	position: absolute;
	top: -40px;
	left: 260px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	background-color: White;
}

#extra4 span {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: #FF9900;
}


#legal {
	clear: both;
	margin: auto;
	margin-top: 130px;
	color: #CECCBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 720px;

}