body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: auto 0;
	text-align: center;
	color: White;
	font-size: medium;
	font-style: normal;
	background: Black;
}
p {
	font: normal 500 8px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: transparent;
	color: White;
	margin-left: 20px;
	margin-right: 40px;
}
h1 {
	background-color: transparent;
	font-weight: bolder;
	color: White;
	font-size: 90%;
	margin-top: 0px;
	
}
     
h2 {
	font-weight: 900;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 2px;
	color: White;
	background-color: transparent;
	margin-left: 200px;
	margin-right: 180px;
	text-align: left;
}
p:first-letter {
	font-size: 130%;
	color: White;
	margin-left: 45px;
}
h3:first-letter {
	font-size: 130%;
	color: White;
	margin-left: 40px;
}
h3 {
	font-size: 90%;
	background-color: transparent;
	color: #FFE448;
	margin: 0px 20px 0px 30px;
	font-weight: bold;
}
h4 {
	font-size: xx-small;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	color: inherit;
}
a:link {
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	font-weight: 600;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #FFD700;
	font-weight: 600;
	background-color: transparent;
	text-decoration: none;
}

#pagina {
	width: 975px;
	background: Black;
	color: White;
	margin-left: auto;
	margin-right: auto;
}



#cuerpo {
	width: 975px;
	background-color: transparent;
	color: White;
	
}
* html #cuerpo { /*IE only style*/
height:650px;
}

#pie {
	width: 965px;
	height: 40px;
	margin: 0 auto;
	color: White;
	background-color: Black;
}

img{
	border: none;
}
