@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
}
.contenedor{
	width:1024px;
	height:200px;
	background-image:url(../imagenes/intro2.jpg);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-top:540px;
	padding-bottom:20px;
	
}
.boton{
	width:130px;
	height:30px;
	background-color:#0099CC;
	margin-right:auto;
	margin-left:auto;
	top:80px;
	color:#FFF;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:30px;
	
	
}
.boton a{
	text-decoration:none;
	color:#FFF;
}