* {
    padding: 0;
    margin: 0;
} 

body {
background: #eee;
 /* font-family: "Trebuchet MS" Verdana, Arial, sans-serif; */
 font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #444444;
line-height: 24px;
}


a {
text-decoration: none;
color: #A9CF38;
}
a:hover {
text-decoration: underline;
color: #A9CF38;
}


#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 20px;
background: #eee url(../imatges/header.gif) no-repeat;
}

#capcelera{
height: 180px;
background: #eee url(../imatges/menu.png) no-repeat;
}

#menu {
height: 180px;
background: #eee url(../imatges/menu.png) no-repeat;
}

.menu{
	font-size: 16px;
	font-weight: bold;
	color:#A9CF38;
	text-decoration: none;
}
.menu:hover{
	font-size: 16px;
	font-weight: bold;
	color:#A9CF38;
	text-decoration: none;
}

.menu_sep{
	font-size: 16px;
	color:#aaa;
}

#content {
background: #eee url(../imatges/content.gif) repeat-y;
padding: 20px;
text-align: justify;
}

#nens{
height:110px;
background: #eee url(../imatges/nens.png) no-repeat;
}

.main {
/*border-top: 1px solid #aaa;*/
background: #FFF;
padding: 10px;
}

.main h2 {
font-size: 16px;
font-weight: bold;
padding: 15px 0 7px 0;
color:#A9CF38;
}

.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

.main h3 {
font-size:12px;
color:#A9CF38;
font-weight:bold;
}

h4{
    text-align: center;
}

#bottom {
background: #eee url(../imatges/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}

#formulari_treballa{
	width:500px;
	text-align:left;
}

#personal_formulari{
	position:relative;
	margin-bottom:35px;
	margin-left:100px;
	width:500px;
	height: 600px;
	text-align:left;

}

#personal_presentacio{
	position:relative;
	width:460px;
	margin-left:20px;
	text-align:justify;
}

.personal_inputs{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	border: 1px solid gray;
	width:460px;
	margin-left:20px;
}

.personal_labels{
	margin:20px;
}

#personal_input_motius{
	height:150px;
}

#ok_info{
	width:460px;
	margin-left:20px;
	font-weight:bold;
	color:#444444;
	text-align:center;
	font-size:14px;
}

#error_info{
	width:460px;
	margin-left:20px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
}

.horizontal_accordion_toggle {
			display: block;
			height: 30px;
			width: 350px;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			/*border: 1px solid #cde99f;*/
			cursor: pointer;
			margin: 0 0 0 0;
			vertical-align:bottom;
		}
		.horizontal_accordion_toggle_active {
			/*border-right: 1px solid #f68263;*/
		}
		.horizontal_accordion_content {
			overflow: hidden;
			color: #444444;
			height:5px;
		}
	    #horizontal_container {
	      margin: 0px;
	    }
	    
.horizontal_accordion_toggle1 {
		font-size: 16px;
		font-weight: bold;
		padding: 15px 0 7px 0;
		color:#EC8714;
		margin: 0 0 0 0;
		}
.horizontal_accordion_content1 {
		color: #444444;
 		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
#validacio{
	position:relative;
	top:4px;
}

#treballa_privadesa{
	font-size: 12px;
	text-align: justify;
	background-color:#EFEFEF;
	line-height:20px;
	width:460px;
}

#treballa_privadesa p{
    margin: 10px;
    font-size:11px;
}

#contacte_privadesa{
	font-size: 12px;
	text-align: justify;
	background-color:#EFEFEF;
	line-height:20px;
	width:460px;
}

#contacte_privadesa p{
    margin: 10px;
    font-size:11px;
}

