@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
h1 {
	margin: 0px;
}
h2 {
	margin: 0px;
}


p {
	margin: 0px;
	font-size: 1.1em;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#texto {
	height: 120px;
	overflow: scroll;
}
#texto div.margen {
	padding-right: 40px;
	padding-left: 70px;
}
#texto p {
	padding-bottom: 5px;
	background-image: url(img/linea.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
}
#texto a {
	color: #046193;
	text-decoration: none;
}
#texto a:hover {
	text-decoration: underline;
}
#creditos {
	height: 160px;
	padding-top: 20px;
	color: #CCCCCC;
}
#creditos p {
	font-size: 1.1em;
	padding-bottom: 5px;
	margin: 0px;
}

#creditos a {
	color: #FFCC00;
	text-decoration: underline;
}
#creditos a:hover {
	text-decoration: none;
	color: #FFFFFF;
}#introduccion {
	text-align: left;
}
#introduccion div.margen {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 0px;
}
#introduccion div.margen2 {
	padding-right: 15px;
	padding-left: 15px;
}
#introduccion h1 {
	font-size: 1.8em;
	color: #000080;
	padding-bottom: 5px;
	font-weight: normal;
}
#introduccion h2 {
	font-size: 1.3em;
	color: #024264;
	padding-bottom: 10px;
	font-style: italic;
}

#introduccion p {
	padding-bottom: 5px;
	font-size: 1.2em;
}
#introduccion a {
	color: #046193;
	text-decoration: none;
}
#introduccion a:hover {
	text-decoration: underline;
}
