* {
	margin: 0;
	padding: 0;
}

body {
background: #333;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #222;
}

a {
text-decoration: none;
color: #99AECD;
}
a:hover {
text-decoration: underline;
color: #4F5D7F;
}

#wrap {
margin: 20px auto 10px auto;
width: 800px;
background: #fff;
padding: 10px;
border: 5px solid #000;
}

#header {
height: 160px;
background: #554d42 url(images/header.jpg) no-repeat;
}
#header h1 { 
font-size: 50px;
letter-spacing: -7px;
padding: 17px 0 0 10px;
color: #FF5500;
}
#header h1 a { 
color: #232202;
text-decoration: none;
font-weight: 600;
letter-spacing: -7px;
}
#header h1 a:hover {
color: #fff;
}

#menu {
height: 30px;
line-height: 30px;
background: #000;
}
#menu ul {
list-style-type: none;
padding-left: 30px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 600;
font-size: 12px;
color: #fff;
}
#menu ul li a:hover {
color: #aaa;
text-decoration: none;
}

#complements {
	height: 30px;
	line-height: 30px;
	text-align:right;
	padding-top:2px;
}

#content {
padding: 0 20px 20px 0;
}

.right {
float: right;
width: 600px;
text-align: justify;
padding-top: 5px;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
border-bottom:#333 solid;
}
.right h2 a {
text-decoration: none;
}
.right h2 a:hover {

}
.right ul {
padding: 10px 0 15px 30px;
list-style-type: circle;
color: #666;
}
.right ul li a {
text-decoration: none;
font-weight: 600;
color:#666;
}
.right ul li a:hover {
color:#999;
}
.capExam {
	border:#036 solid;
	padding:0px 10px 15px 10px;
}

.left {
float: left;
width: 160px;
padding-top: 10px;
}
.left h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 24px;
line-height: 24px;
color: #697788;
font-size: 15px;
}
.left ul {
padding: 10px 0 15px 30px;
list-style-type: square;
color: #889DBC;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

#acces {
width: 150px;
border: 1px solid #000000;
background-color: #EEEEFF;
color: #000;
text-align: center;
padding:8px 0px 8px 0px;
margin-left:5px;
}

#acces fieldset {
border: 0px solid #000;
}

#acces legend {
color: #304A78;
font-weight:bold;
margin:0 0 0 15px;
}

div.mesures{margin:0px 0}
div.mesures label{display:block}
div.mesures input{width:100px}
input#btnAccedir {
margin:5px 0;
padding:0px 5px 0px 5px;
border:1px solid #234D87;
background:#ccc;
}

#footer {
text-align: center;
font-size: 11px;
color: #aaa;
}
#footer a { color: #aaa; }
#footer a:hover { color: #111; }