@CHARSET "UTF-8";

/*LAYOUT*/
html,
body{
	height:100%;
}

body{
	background-color:#fff;
	background-image:url(graphics/bg_body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
	
	}
p{
	margin-bottom:10px;
	}
	
.global_content{
	height:100%;
	width:100%;
	}	
#mbody-container{
	vertical-align:top;
	height:90%;
}

#mbody{
	width:820px;
	margin:0px auto 0px auto;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#6d6d6d;
}

.band{
	
	height:64px;
	background-image:url(graphics/bg_footer.jpg);
	background-repeat:repeat-x;
	
}

.band-amigas{
	background-color: #8abdc0;
	
}
#header{
	
	
}
#header #logo{
	width:391px;
	height:126px;
	background-image:url(graphics/logo.png);
	background-repeat:no-repeat;
	margin-top:50px;
	float:left;
	
}

#header #right_header{
	width:406px;
	height:74px;
	float:right;
	background-image:url(graphics/header_right.png);
	background-repeat:no-repeat;
	margin-top:50px;

	}
.navigation{
	
	float:right;
	margin-top:-22px;

}	
	
.navigation a{
	text-decoration:none;
	width:96px;
	height:36px;
	display:block;
	background-image:url(graphics/bg_nav.jpg);
	background-repeat:no-repeat;
	float:left;
	color:#fff;
	text-align:center;
	padding-top:12px;
	font-weight:bold;
	font-size:14px;
}

.navigation a:hover,
.navigation a#selected{
	
	color:#458390;
	background-image:url(graphics/bg_nav_hover.jpg);
	
}	

.main-content{
	
	padding-top:20px;
	
}
.footer{

	width:820px;
	margin:0px auto 0px auto;
	height:20px;
	
}


.footer,
.footer a{
	color:#8bc6d2;
	font-size:11px;
	text-decoration:none;
}

.footer-amigas{
	width:820px;
	margin:0px auto 0px auto;
	
}

.sitemap ul {
	color:#44828f;
}
.copy{
	float:left;
	margin-top:10px;
}
.signature{
	float:right;
}

.signature div{
	float:left;
	
	}
.signature #poweredby{
	margin-top:10px;
	margin-right:5px;
}	

h1{
	color:#458390;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}

h2{
	color:#44828f;
	border-bottom:1px solid #44828f;
	font-weight:normal;
	font-size:16px;
}

.web-amigas{
	display:block;
	color:#44828f;
	width: 820px;
	border-bottom:1px solid #44828f;
	font-weight:normal;
	font-size:14px;
}

.blue,
a{
	color:#44828f;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
}
.navigation a:hover{
	text-decoration:none;
}

/* /layout*/
.step-boxes{
	margin-top:15px;
	margin-bottom:20px;
}
#step1{
	border:1px solid #EB7D2E;
	margin-right:14px;
}
#step2{
	border:1px solid #47A6DE;
	margin-left:14px;
	margin-right:14px;
}
#step3{
	border:1px solid #9EB816;
	margin-left:14px;
	margin-right:14px;
}
#step4{
	border:1px solid #8D26BD;
	margin-left:14px;
}
.step-boxes .box{
	float:left;
	width:181px;
	}
.step-boxes .top{
	height:81px;
	}
.step-boxes .bottom{
	height:36px;
}
.step-boxes .midle{
	height:120px;
	padding:10px;
	overflow:hidden;
	text-align:left;
}

.text{
	
	margin-bottom:15px;
	
}
.text p{
	margin-bottom:10px;
}

table.form-block{
width:500px;
margin:auto;
}

.label{
	font-weight:bold;
}

div.button{
	text-align:right;
	
}

div.button input{
	cursor:pointer;
}

.required{
	color:#CC3300;
}
.succes{
color:#006600;
font-weight:bold;
}

#googleplus{
	float:right;
	margin-top: 6px;
}
