@charset "utf-8";
/* CSS Document */
html {
	margin : 0;
	padding : 0;
	height : 100%;
	width : 100%;
}
body {
	margin : 0;
	padding : 0;
	height : 100%;
	width : 100%;
	background-color:#000000;
	font-family : Georgia, "Times New Roman", Times, serif;
	color:#000000;
}
.img{
border:0px;
}
a:link {
	color : #4882BD;
	text-decoration : none;
}
a:visited {
	color : #4882BD;
	text-decoration : none;
}
a:hover, a:active {
	color : #4882BD;
	text-decoration : none;
	font-weight:bold;
}
input.btn {   
	color:#4882BD;   
	font: bold 84% Georgia, "Times New Roman", Times, serif;
}
h1{
	font-size:36px;
	font-style:italic;
	text-align:center;
}
h2{
	font-size:18px;
	font-style:italic;
	text-align:center;
}
#Contenedor {
	top:5px;
    width:955px;
	height:700px;
	margin-right : auto;
	margin-left : auto;
	margin-top : 0;
	background-color:#FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	z-index:1;
	position:relative;
}
#Encabezado {
	top:10px;
	left:25px;
	width:905px;
	height:100px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	z-index:2;
}
#Fecha {
	top:15px;
	left:30px;
	width:250px;
	height:20px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	position:absolute;
	z-index:3;
}
#Menu {
	top:75px;
	left:25px;
	width:575px;
	height:33px;
	font-size:18px;
	font-style:italic;
	text-align:left;
	position:absolute;
	z-index:4;
}
#Contexto {
	top:144px;
	left:25px;
	width:905px;
	height:400px;
	font-size:18px;
	font-style:italic;
	text-align:justify;
	position:absolute;
	z-index:5;
}
#Pie {
	top:625px;
	left:277px;
	width:401px;
	height:auto;
	font-size:14px;
	font-style:italic;
	text-align:center;
	position:absolute;
	z-index:6;
}
#Intro {
	top:25px;
	left:25px;
	width:905px;
	height:510px;
	background-color:#FFF;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	position:absolute;
	z-index:7;
}
#Introcoin {
	top:200px;
	left:195px;
    width:250px;
	height:250px;
	border:3px;
	border-style:solid;
	border-color:#4882BD;
	position:absolute;
	z-index:8;
}
#Introcenter {
	top:200px;
	left:460px;
    width:250px;
	height:250px;
	border:3px;
	border-style:solid;
	border-color:#4882BD;
	position:absolute;
	z-index:9;
}
