/* CSS Document */

body 
	{
		padding: 0;
		margin: 0;
		font-size: 62.5%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background: url(images/bg.jpg) center top repeat-y #eeeeee;
	}

#wrap {
	width: 830px;
	margin: 20px auto 0 auto;
	background: url(images/content_background.jpg) center top repeat-y;
	}

#header {
	height: 148px;
	background: url(images/header.jpg) center top no-repeat;
	}
	
#header_text {
	color: #FFFFFF;
	width: FF6600;
	position: relative;
	top: 120px ;
	left: 28px;
	padding: 3px;
 }

#nav {
	height: 33px;
	padding: 0 18px 0 18px;
	}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 33px;
	background: url(images/nav_bg.gif) left top repeat-x;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	display: block;
	line-height: 33px;
	float:left;
	text-decoration: none;
	font-family: "Agency FB", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	padding: 0 9px;
	color: #FF6600;
}

#nav ul a.active {
	color: #1A1AF9;
	background: url(images/nav_active.gif) center bottom no-repeat;
	}

#content ul li a {
	color: #1A1AF9;
	text-decoration:none;
	}

#content ul li a:hover {
	text-decoration: underline;
	}

#content ul.submenu {
	padding: 0 10px;
	margin: 0;
	list-style: none;
	height: 20px;
	}
	
#content ul.submenu li {
	display: inline;
 }

#content ul.submenu li a {
	display: block;
	line-height: 20px;
	float:left;
	text-decoration: none;	
	padding: 0 5px;
	margin: 0 15px 0 0;
	color: #1A1AF9;
	font-weight: bold;
	background: #CAE4EC;
	}

#content ul.submenu li a.active {
	background: #1A1AF9;
	color: #FFFFFF;
	}

#content {
	height: 297px;
	padding: 0 18px 0 18px;
	}

#content h1 {
	font-size: 1.6em;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	color: #1A1AF9;
	padding: 0 10px 0 10px;
	margin: 15px 0;
	}

#content ul {
	font-size: 1.2em;
	}

#content p {
	font-size: 1.2em;
	padding: 0 10px;
	margin: 10px 0;
	}

#content p a {
	color: #1A1AF9;
	text-decoration: none;
	}

#content p a:hover {
	text-decoration: underline;
	}

#footer {
	height: 40px;
	background: url(images/footer_bottom.jpg) center bottom no-repeat;
	padding: 13px 28px 0 28px;
	color: #FFFFFF;
	}

.clear {
	clear: both;
}

.image_left {
	float: left;
	padding: 0 10px 0 0;
}

a.empleo {
	display: block;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	font-family: "Agency FB", Verdana, Arial;
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	background: #eeeeee;
	padding: 0 30px;
	width: 100px;
	}
	
form {
	padding: 0;
	margin: 0;
}

table.form {
	background: #FFF3D6;
	margin-left: 10px;
	font-size: 1.2em;
	}