* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	margin:0px; 
	padding:0px; 
	/* background-color: #1A1A1A; */
	background-color:#FFFFFF;
	text-align:center; 
}
#noFlash {
	padding: 50px;
	font-family: "Myriad Pro", "Lucida Grande", Trebuchet MS, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 1.25em;
}
#noFlash .destacado {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.5em;
}
#noFlash a, #noFlash a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#noFlash a:hover {
	text-decoration: underline;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-305px; /* half of container's height */
	float:left;
}
#contenedorGlobal {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:610px;
	width:960px;
	clear:left;
}
#contenedorCentrado {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	width: 960px;
	min-width: 960px;
	max-width: 960px;
	height:auto;
	z-index: 1;
	position: relative;
	margin-top: auto;
}

.titulo {
	font-size: 14px;
	font-weight: bold;
}