@charset "utf-8";
/* CSS Document */

* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}
		
		a {
		text-decoration:none;
		color:#635843;
		text-align:left;
		font-weight:bold;
		font-size:16px;
				}
		a:hover {
			color:#FFF;
		}
	body {
	background-image:url(previo.jpg);
	background-repeat:center;
	background-position:center center;
	text-align:center:center; /* horizontal centering for IE Win quirks */
		}

		
	#distance_main { 
		width:1px;
		height:50%;
		background-color:#fc6;
		margin-bottom:-120px; /* half of container's height */
		float:left;
		}
		
	
	#container_main {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:193px;
		width:450px;
		padding:0 0 0 500px;
		text-align:center;
		font-size:09px;
		clear:both;
		color:#635843;/* color de todos los textos*/
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	

		}
		
	#theBtn{
		height:70px;
		width:100%;
		padding:44px 0 0 0px; 
		
		}
    #theBtn h2{
	margin:0;
	padding:0;
	font-size:11px;
	color:#990099;
		}

