* {
	border:0px;
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:13px;
	color:white;
	font-family:Arial Black;
}

body {
	text-align:center;
	background-repeat:repeat-x;
	overflow:auto;
	overflow-x:hidden;
}

#Container {
	margin:auto;
	width:1000px;
}

#Block1 {
	height:525px;
	width:100%;
	background:white;
	background-image:url('imagenes/r.gif');
	background-repeat:no-repeat;
	background-position:left top;
}

	#Menu {
		position:absolute;
		height:420px;
		width:138px;
		margin-left:38px;
		background-image:url('imagenes/hilo-menu.gif');
		background-repeat:no-repeat;
		background-position:right top;
		padding-top:101px;
	}

	#Menu img {
		position:relative;
		display:block;
	}

	#Menu .p1 {

	}

	#Menu .p2 {
		background-image:url('imagenes/p2-menu.gif');
		height:137px;
	}

	#Menu .p2 ul {
		padding-top:25px;
	}

	#Menu .p2 ul li {
		padding-top:7px;
	}

	#Menu .p3 {

	}



#Block1 #Msg {
	position:absolute;
	margin-left:640px;
	margin-top:300px;
	font-size:25px;
	font-weight:bold;
	width:300px;
	text-align:left;
	font-family:tahoma;
	color:#FFFEFF;

}


#Block2 {
	width:100%;
}



#Block3 {
	width:100%;
	border-top:solid 1px #ddd;
}