@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFF;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size:12px;
}
body {
	background-color: #256dbe;
	background-image: url(../img/pattern.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img{
	border:0px;	
	padding:0px;
	margin:0px;
}

.ie_png {
	behavior: url(../lib/iepngfix.htc);
}

h1, h2, h3, h4 {
	display:block;
	border-bottom: 1px solid #FFF;
	margin: 0 0 15px 0;
	text-align:left;
}

h1 {
	font-size:30px;
}
h2 {
	font-size:24px;
	border-bottom: 1px solid #FFF;
	color:#FFF;
}
h3 {
	font-size:18px;
	border-bottom: 0px;
	color:#FC0;
	margin: 0 0 5px 0;
}
h4 {
	font-size:14px;
	border-bottom: 0px;
	color:#3CF;
	margin:0px;
}


.header {
	height:120px;
	background-image:url(../img/header_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	
}
.header .content{
	width:900px;	
}
.logo {
	padding: 30px 30px 25px 30px;
	height:60px;
	width:210px;
	float:left;
	
}
.lang {
	padding:25px 0 20px 0;
	height:70px;
	width:135px;
	float:right;
}

/* -----------  Menu   ------------ */

.menu {
	height:40px;
	background-image:url(../img/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
.menu .content{
	width:900px;
}

.menu1, .menu2, .menu3, .menu4, .menu5, .menu6, .menu7 {
	height:40px;
	width:120px;
	background-image:url(../img/menu_en.png);
	background-position: -30px 0px;
	float:left;
}
.menu1{
	background-position: -29px 0px;
	width:121px;
	margin-left:29px;
}
.menu2{
	background-position: -150px 0px;
}
.menu3{
	background-position: -270px 0px;
}
.menu4{
	background-position: -390px 0px;
}
.menu5{
	background-position: -510px 0px;
}
.menu6{
	background-position: -630px 0px;
}
.menu7{
	background-position: -750px 0px;
	width:121px;
}

/* -----------  Menu hover  ---------- */

a.menu1:hover {
	background-position: -29px -40px;
}
a.menu2:hover {
	background-position: -150px -40px;
}
a.menu3:hover {
	background-position: -270px -40px;
}
a.menu4:hover {
	background-position: -390px -40px;
}
a.menu5:hover {
	background-position: -510px -40px;
}
a.menu6:hover {
	background-position: -630px -40px;
}
a.menu7:hover {
	background-position: -750px -40px;
}


.left_content {
	background-image: url(../img/left_content.jpg);
	background-repeat: no-repeat;
	padding:5px 0 20px 5px;
}
.right_content {
	background-image: url(../img/rigth_content.jpg);
	background-repeat: no-repeat;	
	padding:15px 10px 20px 15px;
}

.footnote {
	margin-top:10px;
	height:55px;
	width:1000px;
	behavior: url(../lib/iepngfix.htc);
	background-image:url(../img/footer2.png);
	background-repeat:no-repeat;
	background-position:center;	
	line-height:50px;

}


.foto_l {
	float:left;
	margin:0 15px 10px 0;
}
.foto_r {
	float:right;
	margin:0 15px 10px 0;
}

.clear {
	clear:both;
}

.noticia {
	text-align:left;
	behavior: url(../lib/iepngfix.htc);
	background-image: url(../img/black20.png);
	padding:10px;
}

.form_job{
	margin:20px 0 50px 50px;
}

.form_job td{
	padding:6px;
	font-weight:bold;
}

.form_job input{
	width:250px;
}

.form_job select{
	width:250px;
}

.form_job textarea{
	width:250px;
}

.form_job input.button {
	width:150px;
}

/* -------------- LINKS ----------------- */

a:link {
	text-decoration: none;
	color: #C90;
}
a:visited {
	text-decoration: none;
	color: #C90;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #C90;
}

/* -------------- LINKS MENU----------- */

.footnote a:link {
	text-decoration: none;
	color: #fff;
}
.footnote a:visited {
	text-decoration: none;
	color: #fff;
}
.footnote a:hover {
	text-decoration: underline;
	color: #FC0;
}
.footnote a:active {
	text-decoration: none;
	color: #fff;
}

