*{
	margin:0px;
	padding:0px;
}
body{
	color:#444444;
	font-size:13px;
	background: #f7f4a5;
	background-repeat: repeat;
	background-position: left top;
	font-family:"Century Gothic", Helvetica, sans-serif;
}
#megacontent{
	position:relative;
	width: 800px; 
	margin: 0px auto; 
}

#logo{
	text-align:left;
	position:absolute;
	z-index:1;
	padding:5px 0px 5px 10px;
	/*margin:10px 0px;*/
	left: auto; 
	top: 10px;
}
#content{
	/*margin:45px auto;*/
	left: auto; 
	top: 45px; 
	text-align:center;
	width:800px;
	position:absolute;
	height:100%;
}
#wrapper{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    border-radius:10px;
    border:2px solid #fff;
    background-color:#f9f9f9;
    width:800px;
    overflow:hidden;
}


#navigation{
    height:30px;
    background-color:#e6ffcb;
    border-top:1px solid #fff;
    -moz-border-radius:0px 0px 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}
#navigation ul{
	list-style:none;
	float:left;
	margin-left:22px;
}
#navigation ul li{
	float:left;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	position:relative;
	margin:0px 2px;
}
#navigation ul li a{
    display:block;
    height:30px;
    background-color:#cdedaa;
    color:#777;
    outline:none;
    font-weight:bold;
    text-decoration:none;
    line-height:30px;
    padding:0px 20px;
    border-right:1px solid #fff;
    border-left:1px solid #fff;
    /*background:#f0f0f0;*/
    background:#cdedaa;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
/*        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))*/ 
		color-stop(0.09, rgb(205,237,170)),
        color-stop(0.55, rgb(192,224,157)),
        color-stop(0.78, rgb(205,237,170))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        /*rgb(240,240,240) 9%,
        rgb(227,227,227) 55%,
        rgb(240,240,240) 78% */ 
		rgb(205,237,170) 9%,
        rgb(192,224,157) 55%,
        rgb(205,237,170) 78%
        )
}
#navigation ul li a:hover,
#navigation ul li.selected a{
    /*background:#d8d8d8;*/
    background:#afcb91;
    color:#666;
    text-shadow:1px 1px 1px #fff;
}
span.checked{
    /*background:transparent url(../images/checked.png) no-repeat top left;*/
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}
span.error{
    /*background:transparent url(../images/error.png) no-repeat top left;*/
    position:absolute;
    top:0px;
    left:1px;
    width:20px;
    height:20px;
}

#steps{
    width:800px;
	/*height:320px;*/
    overflow:hidden;
}
.step{
	float:left;
	width:800px;
	border:none;
	padding-bottom:20px;
	/*height:320px;*/
}

#map{
    float:left;
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    /*background: #cdedaa;*/
    border:1px solid #fff;
    width:600px;
    padding:10px;
    margin-left:100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}

#tabla{
    float:left;
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    /*background: #cdedaa;*/
    border:1px solid #fff;
    width:600px;
    padding:10px;
    margin-left:100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}

#tabla td{
	text-align: left;
	padding: 10px;
	font-weight:bold;

}



#img{
    text-align:center;
}
#steps h1{
    text-align:left;
    /*background-color:#f0f0f0;*/
/*
	background-color:#e6ffcb;
*/

background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
		color-stop(0.09, rgb(205,237,170)),
        color-stop(0.55, rgb(192,224,157)),
        color-stop(0.78, rgb(205,237,170))
        );
	   background:
        -moz-linear-gradient(
        center bottom,
        rgb(205,237,170) 9%,
        rgb(192,224,157) 55%,
        rgb(205,237,170) 78%
        );

	/*color:#0d7a1a;*/
	color:#c6c6c6;
	color:#777;
	
    font-size:24px;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
    float:left;
    width:790px;
    padding:5px 0px 5px 10px;
    margin:10px 0px;
    border-bottom:1px solid #e6ffcb;
    border-top:1px solid #e6ffcb;
}


#steps p{
    float:left;
    clear:both;
    margin:5px 0px;
    background-color:#f4f4f4;
    /*background: #cdedaa;*/
    border:1px solid #fff;
    width:600px;
    padding:10px;
    margin-left:100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
}
#steps p label{
    width:160px;
    float:left;
    text-align:right;
    margin-right:15px;
    line-height:26px;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    font-weight:bold;
   
}




#steps input:not([type=radio]),
#steps textarea,
#steps select{
    background: #ffffff;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    padding: 5px;
    width: 400px;
    float:right;
}
#steps input:focus{
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    /*background-color:#FFFEEF;*/
    background: #cdedaa;
}
#steps p.submit{
    background:none;
    border:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
#steps button {
	border:none;
	outline:none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    cursor:pointer;
    margin: 0px auto;
    clear:both;
    padding: 7px 25px;
    text-shadow: 0 1px 1px #777;
    font-weight:bold;
    font-family:"Century Gothic", Helvetica, sans-serif;
    font-size:22px;
    -moz-box-shadow:0px 0px 3px #aaa;
    -webkit-box-shadow:0px 0px 3px #aaa;
    box-shadow:0px 0px 3px #aaa;
    /*background:#4797ED;*/
 background-color:#cdedaa;
    color:#777;
       background:#cdedaa;
    background:
        -webkit-gradient(
        linear,
        left bottom,
        left top,
/*        color-stop(0.09, rgb(240,240,240)),
        color-stop(0.55, rgb(227,227,227)),
        color-stop(0.78, rgb(240,240,240))*/ 
		color-stop(0.09, rgb(205,237,170)),
        color-stop(0.55, rgb(192,224,157)),
        color-stop(0.78, rgb(205,237,170))
        );
    background:
        -moz-linear-gradient(
        center bottom,
        /*rgb(240,240,240) 9%,
        rgb(227,227,227) 55%,
        rgb(240,240,240) 78% */ 
		rgb(205,237,170) 9%,
        rgb(192,224,157) 55%,
        rgb(205,237,170) 78%
        )
	color:#777;
    outline:none;
    text-decoration:none;
}
#steps button:hover {
    /*background:#d8d8d8;
    color:#666;*/
    background:#afcb91;
    color:#666;
    text-shadow:1px 1px 1px #fff;
    color:#777;
    outline:none;
    text-decoration:none;
}