body {
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size:10px;
}

.colocar {
	padding:0px 0px 5px 0px ;
	float:left;
	width:733px;
}

.centrar {
	width:733px;
	height:200px;
	vertical-align: middle;
	margin-top: -100px;
	margin-left: -366px;
	position: absolute;
	top: 50%;
	left: 50%;
	line-height:15px;
}

.txt {
	color:#FFFFFF;
}

.txt a {
	color:#4C4945;
}

.espacio {
	height:40px;
	clear:both;
}


