body {
	margin: 0;
	padding: 0;
	background-color: #cccccc;
	font-family: Verdana, Arial;
	font-size: 12px;
}
#container {
	width: 800px;
	margin: auto;
	background-color: #ccccff;
	min-height: 700px;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	overflow: hidden;
}

#header {
	width: 800px;
	height: 140px;
	margin: 0 auto;
	background-color: #fff;
}

#header_logo {
	width: 200px;
	height: 140px;
	float: left;
}

#header_banner {
	width: 600px;
	height: 140px;
	text-align: center;
	float: left;
}

#menubar {
	margin: auto;
	width: 800px;
	height: 23px;
	border-bottom: 5px solid #000;
        background-color: #087DA9;
}

.menuitem { 
	width: 100px;
	height: 23px;
	float: left;
}

#leftpanel {
	width: 180px;
	height: auto;
	float: left;
}

#panel_text {
	text-align: center;
	margin: 5px 5px 5px 5px;
	width: 170px;
	float: left;
}

.flags { width: 180px; height: 24px; margin-top: 20px;
	margin-bottom: 20px; float: left;}
.flagcell { 
	width: 40px;
	height: 24px;
	margin-left: 20px;
	margin-right: 20px;
	float: left; 
}


#content {
	width: 580px;
	height: auto;
	padding: 20px 10px 10px 10px;
	float: left;
	overflow: hidden;
}

#footer {
	width: 800px;
	height: 17px;
	padding-top: 3px;
	text-align: center;
	background-color: #097ea9;
	border-top: 5px solid #000;
	color: #fff;
	float: left;
}

#footerenlaces{
	width: 800px;
	height: 60px;
	padding-top: 1px;
	text-align: center;
	background-color: #097ea9;
	border-top: 1px solid #000;
	color: #fff;
	float: left;
	font-size:10px;
		
}

a img { border: none; }

.formelementtitle, .formelement { width: 100%; font-size: 10px; float: left; }
.formelement { margin-bottom: 5px; }
.formelementtitle2, .formelement2 { font-size: 10px; float: left; margin-top: 2px; margin-bottom: 2px;  }
.formelementtitle2 { width: 200px; }
.formelement2 { width: 300px; }

.element { font-size: 11px }

li { margin-bottom: 5px; }

.terms {
	overflow: scroll;
	border: 1px solid #000;
	float: left;
	margin: auto;
	width: 400px;
	height: 150px;
	padding: 10px 10px 10px 10px;
	font-size: 10px;
}

.memberfield { 
	width: 570px; 
	height: 120px; 
	border: #000 1px solid;
	margin-top: 5px;
	margin-bottom: 5px; 
	float: left;
	background-color: #097ea9;
}

.memberimage {
	width: 88px;
	height: 88px;
	float: left;
	margin: 16px 16px 16px 16px;
}

.memberinfo {
	width: 426px;
	height: 96px;
	float: left;
	margin-bottom: 8px;
	margin-top: 8px;
	padding-top: 10px;
	background-color: #fff;
	border: #000 1px solid;
	text-align: center;
}

.d_line { width: 100%; float: left; line-height: 18px; margin-top: 6px; margin-bottom: 6px;}

.d_red, .d_green, .d_blue { background-repeat: no-repeat; width: 14px; margin-right: 14px; float: left; } 
.d_red { background-image: url("images/ball_r.gif"); }
.d_green { background-image: url("images/ball_r.gif"); }
.d_blue { background-image: url("images/ball_r.gif"); }
.d_arrow { 
	background-image: url("images/arrow.png");
	background-repeat: no-repeat; 
	width: 16px; 
	height: 16px;
	margin-right: 10px;
	float: left;
}
.d_text { width: 552px; float: left; }

.med_field { width: 50%; text-align: center; float: left; }

.aplication_title, .aplication_text {  
	margin-left: 10px; 
	border-left: 2px #000 solid;
	border-right: 2px #000 solid; 
	float: left;
}
.aplication_title { 
	height: 16px;  
	width: 555px;
	margin-top: 10px;
	padding-top: 2px;
	padding-left: 5px;
	border-bottom: 1px #000 solid; 
	border-top: 2px #000 solid;
	background-color: #097ea9;
	font-weight: bold;
}
.aplication_text { 
	padding: 5px 5px 5px 5px; 
	width: 550px; 
	border-bottom: 2px #000 solid;
}

.table1_1, .table1_2, .table1_3, .table1_4 { float: left; text-align: center; font-weight: bold; border: 1px #000 double; }

.table1_1 { margin-left: 100px; text-align: left; width: 150px; }
.table1_2, .table1_3 { width: 55px; }
.table1_4 { width: 100px; margin-right: 110px; }