@charset "utf-8";
/* CSS Document */

body {
	background: url(../../images/bg/bg.gif) repeat-x top #7E735B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	color: #666;
}
#wrapper {
	min-width: 950px;
	max-width: 940px; /*Original value 75%;*/
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background: url(../../images/top/banner.jpg) no-repeat right top #fff;
	width: 100%;
	height: 175px;
	text-align: left;
}
#content {
	width: 100%;
	height: auto;	
	min-height: 460px;
	margin-top: 3px;
	background: #fff;
	display: inline-table;
}
#left_column {
	width: 17%;
	display: table;
	float: left;
}
#center_column {
/*	width: 60%;
	min-width: 530px;*/
	width: 574px;
	float:left;
	padding: 15px;
}
#right_column {
	width: 170px; /*Original values: 17%;*/
	display: inline-table;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right:12px;
}
#right_column img {
	margin-left:10px;

}	
/*----------specific styling-----------*/

.adver {
	text-indent: 5px;
	width: 100%;	
	background: #999;
	color: #fff;
	font-size: 9px;
	padding-top: 1px;
}
#login_area {
	width: 100%;
	height: 31px;
	background: #7E735B;
	border-top: #fff solid 1px; 
	border-bottom: #fff solid 1px;
	text-align:right;
	
}
#login_area form{
	margin-top:2px;
	display:block;
	height:auto;
}
#login_area p{
	font-size:0.9em;
	margin-top:7px;
	display:block;
	height:auto;
}
#login_area p.nombre{
	color:white; float:left; margin-left:10px;
}
#login_area p.salir{
	color:white; float:right; margin-right:10px;
}
#login_area a{
	color: #F6B342 !important;
	font-style:italic;
	text-decoration:none;
}
#login_area a:hover{
	color: #F6B342;
	font-weight:bold;
	text-decoration:none;
}
.gray_box {
	width: 100%;
	border: #ccc 1px solid;
} 
.gray_box img {
	float: left;
} 
.gray_box p {
	text-align: justify;
	margin: 12px;
	display:table;
	min-width: 415px;
	max-width: 90%;
} 
.logos img  {
	float: none;
}
.logos {
	margin-top: 5px;
	width: 100%;
	height: 60px;
	text-align: center;
}
.sections {
	margin-top: 5px;
	width: 282px;
}
.float {
	float: right;
}
#footer {
	width: 100%;
	font-size: 10px;
	color: #DFCAB5;
	text-align: center;
	padding-top: 5px;
}
#footer a {
	color: #FFCC33;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
/*----------box company-----------*/
.box {
	width: 280px;
	height: 160px;
	font-size: 0.8em;
}
.box p {
	margin: 10px;
	font-size: 0.8em;
}
.box ul li a {
	text-decoration: none;
	color: #666;
}
.box_empresa {
	margin-top: 5px;
	border: 1px solid #00A9EA;
}
.box_empresa ul li {
	list-style-image: url(../../images/misc/bullet_blue.gif);
	text-indent: 20px;
	list-style-position: inside;
}
.box_empresa ul li a:hover {
	color: #0099CC;
	text-decoration: underline;
}
/*----------box job seeker-----------*/

.box_candidato {
	margin-top: 5px;
	border: 1px solid #EA9423;	
}
.box_candidato ul li {
	list-style-image: url(../../images/misc/bullet_orange.gif);
	text-indent: 20px;
	list-style-position:inside;
}
.box_candidato ul li a:hover {
	color: #FF9900;
	text-decoration: underline;
}
/*------------title box----------*/
.orange_t {
	width: 100%;
	background: #EA9423;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	display: block;
	text-indent: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.blue_t {
	width: 100%;
	background: #1B75B7;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	display: block;
	text-indent: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.logo_acoprot {
	margin-left: 10px;
	margin-top: 10px;
	}
/*------------result's list----------*/

ul.results { width:500px; display:block; height:auto; overflow:hidden; }
ul.results li { float:left;  width:50%; }