body {
	background-color: #a1b5bf;
	margin: 0px;
	font-family: 'Courier New',Courier,monospace,thoma, arial,helvetica;
	font-size: 82%;
	color: #fff;
}

#Principal {
	background-color: #000;
	overflow: hidden;
	background-image: url(../img/design_kukuxumusu.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	position:absolute;
	width: 580px;
	height: 340px;
	top:50%;
	left:50%;
	margin-top:-170px; /* la mitad de lo que mida el div de altura */
	margin-left:-290px; /* la mitad de lo que mida de ancho */	
}

#ContenidoPrincipal {
	padding: 20px;
}

h1 {
	font-size: 1.8em;
	margin-top: 70px;
}

h1 strong {
	color: #ff0000;
}

p {
	font-size: 1.1em;
}

input {
	text-align: center;
}

strong {
color: #ff0000;
}

a {
	display: block;
	border: 1px solid #858585;
	padding: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #000;
	color: #858585;
	cursor: hand;
	cursor: pointer;
	width: 170px;
	
	text-align: center;
	margin-left: 260px;
	text-decoration: none;
}

a:hover {
	border: 1px solid #ff0000;
	color: #ff0000;
}

#WIM_Home {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:175px; /* la mitad de lo que mida el div de altura */
	margin-left:-290px;
	text-align: left;
}

#WIM_Home a {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
	width: auto;
}


#WIM_Home a img {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

#WIM_Home a:hover img {
	
}