body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #005a9c;
	background: #025b9d;
	overflow-x: hidden;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #0083c6;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 11px 0;
}
label {
	color: #017552;
}
input {
	border: 1px solid #80bba9;
	background: #d9d9d9;
	font: 12px Arial, Helvetica, sans-serif;
}
h3 {
	color: #005A9C;
	font-weight: bold;
	font-size: 14px;
}
table {
	border-collapse: separate;
	border-spacing: 1px;
}
th {
	background: #017552;
	border: 1px solid #017552;
	padding: 4px;
	color: #fff;
	font-weight: bold;
}
th p {
	margin: 0;
}
td {
	/* border: 1px solid #ccc; */
	padding: 4px;
}
td p {
	margin: 0;
}
	

.form-row {
	clear: left;
	margin-bottom: 5px;
}
.form-row label {
	float: left;
	width: 50px;
	text-align: right;
}
.form-row input {
}
#page-wrapper {
	width: 910px;
	margin: 0 auto;
	position: relative;
	background: transparent url(../images/page-wrapper.png) repeat-y top right;
}
#background {
	position: absolute;
	bottom: 0px;
	left: -396px;
	width: 1704px;
	height: 920px;
	z-index: 1;
	background: transparent url(../images/body-background.jpg) no-repeat left top;
}
#page {
	position: relative;
	 background: transparent url(../images/page-background-home.jpg) no-repeat right top; 
	/* background: transparent url(../images/page-background-internal.png) no-repeat left bottom; */
	z-index: 2;
}
#header {
	overflow: hidden;
	height: 154px;
	background: transparent url(../images/header.png) no-repeat top right;
}
#header h1 {
	position: absolute;
	width: 249px;
	height: 70px;
	left: 322px;
	top: 25px;
	margin: 0;
	background: transparent; /* url(../images/header-logo.png) no-repeat top left; */
	text-indent: -5000px;
}
#header h1 a {
	display: block;
	height: 70px;
}
#login {
	position: absolute;
	left: 807px;
	top: 20px;
	width: 150px;
	font-size: 10px;
}
#login a {
	/*color: #025491;*/
	color: #e5f0f7;
}
#langsw {
	position: absolute;
	left: 666px;
	top: 54px;
	width: 100px;
	font-size: 10px;
	font-family: Tahoma, Arial, sans-serif;
}
#langsw a {
	color: #025491;
	font-weight: normal;
	padding-right: 30px;
}
#langsw a.es {
	display: none;
}
#search {
	position: absolute;
	left: 746px;
	top: 51px;
	width: 250px;
}
#search input {
	background: transparent;
	border: none;
	color: #005a9c;
	font-size: 11px;
	width: 100px;
}
#search button {
	background: transparent;
	border: none;
	width: 30px;
	cursor: pointer;
	text-indent: -5000px;
}
#sidebar {
	float: left;
	width: 185px;
	z-index: 4;
	background: transparent url(../images/sidebar.png) no-repeat top left;
/*	height: 619px; */
	height: 438px;
}
#nav {
	height: 294px;
	display: block;
	list-style: none;
	position: relative;
	z-index: 5;
	padding: 0;
	margin: 0;
	text-indent: -5000px;
	/*background: transparent url(../images/nav.png) no-repeat top left;*/
}
#nav li {
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 6;
}
#nav li.hover {
	background-image: url(../images/nav-hover-april.png);
	background-repeat: no-repeat;
}
#nav a {
	display: block;
	height: 100%;
}
#navitem-3 {
	height: 37px;
	background-position: 2px 5px;	
}
#navitem-4 {
	height: 33px;
	background-position: 2px -33px;	
}
#navitem-5 {
	height: 33px;
	background-position: 2px -65px;	
}
#navitem-6 {
	height: 33px;
	background-position: 2px -98px;	
}
#navitem-7 {
	height: 33px;
	background-position: 2px -131px;	
}
#navitem-105 {
	height: 33px;
	background-position: 0px -170px;	
}
#navitem-9 {
	height: 34px;
	background-position: 2px -164px;	
}
#navitem-10 {
	height: 33px;
	background-position: 2px -197px;	
}
#navitem-282 {
	height: 30px;
	background-position: 2px -230px;	
}
#navitem-357 {
	height: 30px;
	background-position: 2px -230px;	
}

/* submenu */
#sidebar ul div {
	position: absolute;
	z-index: 10000;
	/* left: 179px; */
	left: 169px;
	width: 176px;
	top: -15px;
	padding-top: 8px;
	background: transparent url(../images/submenu-top.gif) no-repeat top left;
	display: none;
}
#sidebar li.hover div,
#sidebar li div.hover {
	display: block;
}
#sidebar ul div span {
	display: none;
	position: absolute;
	width: 10px;
	height: 58px;
	background: transparent url(../images/submenu-arrow.gif) no-repeat 0px 0px;
	left: -10px;
	top: 20px;
}
#sidebar ul ul {
	margin: 0;
	padding: 0 0 8px 0;
	background: transparent url(../images/submenu-bottom.gif) no-repeat left bottom;
	list-style: none;
}
#sidebar ul ul li {
	margin: 0;
	padding: 0;
	background: #8d8b8c;
	text-indent: 0;
}
#sidebar ul ul li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	height: auto;
	border-bottom: 1px solid #aaa8a9;
	padding: 7px 0px 7px 18px;
}
#sidebar ul ul li a:hover {
	background: #005a9c;
	color: #fff;
}
#sidebar-buttons {
	margin-top: 27px;
	padding-left: 62px;
}
#sidebar-buttons p {
	margin: 0 0 56px;
	height: 43px;
}
#sidebar-buttons p a {
	display: block;
	text-indent: -5000px;
	height: 43px;
}
#sidebar-buttons p a:hover {
	background: transparent url(../images/sidebarbtn1.png) no-repeat top left;
}
#sidebar-buttons p.last a:hover {
	background: transparent url(../images/sidebarbtn2.png) no-repeat top left;
}
#sidebar-buttons {
	position: relative;
}
#sb-button-0,
#sb-button-1,
#sb-button-2,
#sb-button-3 {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0px;
	left: 60px;
	text-indent: -9999px;
	background: #fff;
	opacity: 0;
	filter: Alpha(opacity=0);
}
#sb-button-1 {
	top: 120px;
}
#sb-button-2 {
	top: 240px;
}
#sb-button-3 {
	display: none;
}

#content {
	position: relative;
	z-index: 4;
	width: 725px;
	height: 698px;
	float: right;
}
#home-flash {
	position: absolute;
	height: 441px;
	width: 548px;
	left: 21px;
	top: 0px;
/*
	left: 79px;
	top: 2px;
*/
}
#footer {
	clear: both;
	text-align: center;
	height: 68px;
	margin: 10px 0 0 0;
	padding-left: 24px;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 10px 0 20px;
	font-size: 10px;
}
#footer li {
	display: inline;
	margin: 0;
	padding: 0 12px 0 11px;
	background: transparent url(../images/footer-linksep.png) no-repeat right 8px;
}
#footer li.last {
	background: transparent;
}
#footer p {
	font-size: 9px;
	color: #4c4c4c;
	margin: 4px 0;
	padding-top: 42px;
}
#newsletter-form {
	position: relative;
	margin: -15px 16px 0 17px;
}
#newsletter-form h3 {
	margin: 0 0 14px;
}
#newsletter-form input {
	width: 134px;
	margin-left: 10px;
}
#newsletter-form button {
	position: absolute;
	margin-top: 5px;
	right: 0px;
	width: 119px;
	height: 27px;
	padding: 0;
	border: none;
	cursor: pointer;
	text-indent: -5000px;
	background: transparent url(../images/btn-send.png) no-repeat top left;
}

#home-news {
	position: absolute;
	top: 314px;
	left: 249px;
	width: 436px;
}
#home-news h4,
#home-reports h4,
#home-videos h4 {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}
#home-news p,
#home-reports p,
#home-videos p {
	margin: 4px 0 10px 0;
}
#home-news a {
}
#home-reports {
	position: absolute;
	top: 422px;
	left: 249px;
	width: 436px;
}
#home-videos {
	position: absolute;
	top: 530px;
	left: 249px;
	width: 436px;
}
#header-flash {
	position: absolute;
	top: 0px;
	left: 261px;
	width: 300px;
	height: 60px;
}
#home-news h3,
#home-reports h3,
#home-videos h3 {
	position: absolute;
	left: -214px;
	top: -6px;
	width: 208px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
#home-news .imagelnk,
#home-reports .imagelnk,
#home-videos .imagelnk {
	position: absolute;
	left: -225px;
	top: -8px;
	width: 208px;
	height: 84px;
}

#home-banner {
	position: absolute;
	height: 441px;
	width: 673px;
	left: 20px;
	top: 4px;
}
#home-banner ul {
	width: 214px;
	margin: 0;
	padding: 0;	
	list-style: none;
}
#home-banner li {
	margin: 0;
	padding: 0;	
}
#home-banner li a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	display: block;
	padding: 11px 0 10px 15px;
	color: #4ab9ff;
	font-weight: bold;
	font-size: 13px;
}
#home-banner li a:hover {
	text-decoration: none;
	color: #fff;
	background: #007ec4 url(../images/home-banner-li.png) no-repeat 0px -36px;
}
#home-banner li:first-child a:hover {
	background-position: 0px 0px;
}
#home-banner li.last a:hover {
	background-position: 0px -71px;
}


#home-banner li span {
	display: none;
}
#home-banner li img {
	position: absolute;
	left: 214px;
	top: 0px;
	width: 459px;
	height: 259px;
}
#home-banner h2 {
	position: absolute;
	left: 228px;
	top: 190px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #005a9c;
	z-index: 502;
}
#home-banner .image {
	position: absolute;
	background: transparent url(../images/home-image-mask.png) no-repeat top left;
	left: 214px;
	top: 0px;
	width: 459px;
	height: 259px;
	z-index: 500;
	opacity: 0.5;
	filter: Alpha(opacity=50);
}


/*  =========== RRHH ==========  */

.rrhh-jobs-detail-header {
	background: url(../images/rrhh_base2.png) no-repeat;
	border: 0px;	
	width: 676px;
	height: 45px;
	color: #fff;
	font-size: 18px;
	padding-top: 9px;
	padding-left: 15px;
}

.rrhh-jobs-detail hr{
	border-collapse: collapse;
	border-top: solid 1px #85b0d0;	
	border-bottom : none;
}

#rrhh-jobs {
	width: 100%;
	border-collapse: collapse;
}

#rrhh-jobs-list-head {
	background: url(../images/rrhh_base2.png) no-repeat;
	border: 0px;	
	width: 676px;
	height: 45px;
	color: #fff;
	font-size: 16px;
}

#rrhh-jobs-list-head table {
	width: 100%;
	padding-top: 5px;
}

.rrhh-jobs-list-td1 {
	width: 201px;
	font-weight: bold;
	text-align: left;	
	padding-left: 33px;
}

.rrhh-jobs-list-td2-h {
	width: 100px;
	text-align: right;
	font-size: 12px;
}

.rrhh-jobs-list-td3-h {
	width: 75px;
	text-align: center;
	font-size: 12px;
}

.rrhh-jobs-list-td4-h {
	padding-left: 40px;
	text-align: left;	
	font-size: 12px;
}

.rrhh-jobs-list-td2 {
	width: 100px;
	text-align: right;	
}

.rrhh-jobs-list-td3 {
	width: 80px;
	text-align: center;
}

.rrhh-jobs-list-td4 {
	padding-left: 40px;
	text-align: left;	
}

#rrhh-jobs tr td {
	border-bottom: solid 1px #84b1ce;
	height: 65px;
}

#rrhh-jobs tr td a {
	color: #50abd8;
	font-weight: bold;
}

.rrhh-jobs-header {
	border: 0px;
	height: 30px;
	padding-top: 10px;
	font-size: 14px;
}

#rrhh-applicants-register em {
	color: red;
	font-weight: bold;
}


#rrhh-applicants-register input {

	width: 179px;
	height: 23px;
	background: url(../images/rrhh_field_bg2.png) no-repeat #eaeaea;
	border: solid 1px #80abcb;
	margin-top: 2px;
	padding-left: 4px;
	
}

#rrhh-applicants-toolbar {
	border-collapse: collapse;
}

#rrhh-applicants-toolbar tr td{
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
}

#rrhh_retr_warning {
	background-color: red;
	color: #fff;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	width: 295px;	
}

.rrhh-step-header {
	border: 0px;
	height: 32px;
	color: #005b9b;
	margin-top: 5px;
	font-size: 14px;
}

.rrhh-step-detail {
	background-color: #e1eef4;
}

.rrhh-step-next {
	text-align: center;
}

#rrhh-apply-success {
	font-weight: bold;
	color: red;	
	font-size: 16px;
}

#rrhh-login-left {
	width: 333px;
	height: 257px;
	background: url(../images/rrhh_login_bg.png) repeat-y #005f9f;
	float: left;
}

#rrhh-login-right {
	width: 338px;
	height: 257px;
	background-color: #f7f7f7;
	float: right;
	color: #00589a;
	font-weight: bold;
}

#rrhh-login-content {
	margin-top: 21px;
	margin-left: 29px;
}

#rrhh-login-content a {
	color: #50abd8;
}

.rrhh-block1 {
	line-height: 200%;	
	margin-top: 10px;
}

#rrhh-login {
	margin-top: 10px;
}

#rrhh-login input, #rrhh-pwd-recovery input {
	width: 140px;
	height: 23px;
	background: url(../images/rrhh_field_bg.png) no-repeat #eaeaea;
	border: solid 1px #80abcb;
	margin-top: 3px;
}

#rrhh-login label, #rrhh-pwd-recovery label {
	float: left;
	width: 80px;
	margin-top: 9px;
	color: #00589a;
}

#rrhh-pwd-recovery small {
	font-weight: normal;	
}

#rrhh-legend-bottom {
	float: left;
	margin-top: 35px;
}

#rrhh-legend-top {
	float: left;
	margin-bottom: 30px;
}

.rrhh-step-button {
	width: 137px;
	height: 35px;
	background: url(../images/rrhh_base.png) no-repeat #fff;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	cursor: pointer;
}

.rrhh-step-button-over {
	width: 137px;
	height: 35px;
	background: url(../images/rrhh_base_over.png) no-repeat #fff;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	cursor: pointer;
}

.rrhh-step-button div {
	text-align: center;
}

.rrhh-applicant-form {
	width: 100%;
	border-collapse: collapse;
	font-weight: bold;
}

.rrhh-applicant-form thead {
	border-bottom: 1px solid #ccc;	
}

.rrhh-applicant-form tr td{
	margin: 0px;
	padding: 1px;
}

.rrhh-applicant-form input {
	width: 179px;
	height: 23px;
	background: url(../images/rrhh_field_bg2.png) no-repeat #eaeaea;
	border: solid 1px #80abcb;
	margin-top: 2px;
	padding-left: 4px;
}

.rrhh-btn {
	width: 126px;
	height: 36px;
	background: url(../images/rrhh_btn.png) no-repeat #eaeaea;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.rrhh-btn-over {
	width: 126px;
	height: 36px;
	background: url(../images/rrhh_btn_over.png) no-repeat #eaeaea;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.rrhh-btn div, .rrhh-btn-over div { 
	padding-top: 7px;
	text-align: center;
}

#rrhh-session-data {
	position: absolute;
	left: 668px;
	top: 96px;
	width: 250px;
	font-size: 10px;
}


#rrhh-print-content {

	background: #fff;
	width: 725px;
	margin: 0 auto 0 auto;
	min-height: 600px;
		
}

.SI-FILES-STYLIZED label.cabinet
{
    width: 60px;
    height: 60px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #80abcb;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: pointer;
}

#pic_message {

	font-weight: bold;
	color: red;
	float: right; 
	margin-right: 340px;
	margin-top: 30px;
	
}