body{
	margin:0;
	padding:0;
	text-align:center;
}
#fondo{
	background-image:url(imagenesDefecto/Arlequin/fondoIntro.jpg);
	background-repeat:repeat-x;
}
#imgFondo{
	background-image:url(imagenesDefecto/Arlequin/intro.jpg);
	background-repeat:no-repeat;
	background-position:center 0;
	height:620px;
}
#textos{
	width:1004px;
	margin:0 auto;
	position:relative;
}
#eslogan{
	padding-top:271px;
	font-family:Arial;
	font-size:16px;
	color:#B3879B;
}
#boton{
	width:142px;
	padding:5px 0;
	border:1px solid #784E60;
	margin:25px auto 30px auto;
	background-color:#551C32;
	background-image:url(imagenesDefecto/Arlequin/fondoBtoIntro.jpg);
	background-repeat:repeat-x;
}
#boton a{
	font-family:Arial;
	font-size:18px;
	color:#B3879B;
	font-weight:bold;
	text-decoration:none;
}
#direccion{
	width:860px;
	margin:3px auto;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:#220008;
}
#enlaces{
	width:860px;
	margin:0 auto;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:#8B3556;
}
#enlaces a{
	color:#8B3556;
}