element.style {
    left: 0;
}
#Header {
	background-color: #244061;
    height: 105px;
    min-width: 225%;
    color: #CFCFCF;
    font-weight: 600;
    left: 0;
    min-height: 0;
    position: fixed;
    /*top: 50;*/
    z-index: 10;
	padding-top: 7px;
}
#Toolbar {
	background-color: #2D2D2D;
	height: 24px;
    left: 0;
    min-height: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
}

#Toolbar2 {
    background-color: menu;
    height: 59px;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 0;
}
@media screen and (max-width:960px){
	#Toolbar2 {
		background-color: menu;
		height: 98px;
		position: absolute;
		top: 100px;
		width: 100%;
		z-index: -1;
	}
}
div.block{
  overflow:hidden;
  display:block;
  float:left;
  text-align:left;
}
@media screen and (min-width:960px){  
	.brinvisible1{
		  display:none;
	}
}
.toolbarRight {
	 color: #FFFFFF;
	 padding-right: 100px;
	display: inline;
    float: right;
}
.divBusqueda{
	padding-top: 8px;
}
@media screen and (max-width:600px){  
	.divBusqueda{
		display: none;
	}
}
div.divBusqueda button {
    height: 24px;
    width: 24px;
}
.divBusquedaEmpleo{
	/*padding-top: 11px;*/
	font-size: 17.54px;
	color: grey;
	padding-left: 213px;
    padding-top: 21px;
}
.botBusqueda {
	padding-top: 5px;
}
.toolbarLeft {
	 color: #FFFFFF;
	 padding-left: 100px;
	display: inline;
    float: left;
}
.toolbarLeft a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.toolbarLeftBar {
	color: #FFFFFF;
	padding-left: 20px;
	display: inline;
    float: left;
}
.toolbarLeftBar a{
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.menuLeft{
	line-height: 10px;
	width: 200px;
	padding-top: 118px;
	padding-left: 7px;
	/*float: left;*/
	position: absolute;
	z-index: 8;
	padding-right: 10px;
}
.menu-ul{
	font-weight: bold;
	font-size: 11px;
	padding-left:0;
	width: 98%;
	margin-left:-10px;
}
.menu-ul li{
	cursor:pointer;
}
.footer {
	border-color: #244061;
    background-image: url("../shared/img/lines.jpg");
    background-repeat: repeat, repeat;
	background-color: #1A1A1A;
    border-top-style: solid;
    border-top-width: 10px;
	padding-left: 50px;
    padding-right: 50px;
	padding-bottom: 1px;
	line-height: 15px;
	text-align: center;
}
.footer-divisor {
    border-top: 1px solid #333333;
    box-shadow: 0 -1px 0 #000000;
    margin: 0 2%;
    padding: 2px 0;
}
#bodyContainer {
    text-align: left;
}
body {
    font-family: 'Segoe UI',Tahoma,Helvetica,Sans-Serif;
	color: #454545;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
	height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.bodybase {
	padding-left: 215px; /*podria 210*/
    padding-right: 210px;
	padding-top: 156px;
	min-height: 1100px;
}
@media screen and (max-width:739px){  
	.bodybase {
		padding-right: 10px;
	}
}
@media screen and (max-width:550px){  
	.bodybase {
		padding-left: 10px;
	}
}
.body_columna_1 {
	width: 80%;
	padding-right: 10px;
}
@media screen and (min-width:1250px){  
	.body_columna_2 {
		width: 240px;
		border-left: 1px dotted #CCCCCC;
		border-right: 1px dotted #CCCCCC;
		padding: 5px;
	}
}
@media screen and (max-width: 1249px){
	.body_columna_2 {display:none;}
}
@media screen and (min-width: 851px){
	.body_columna_3 {
		width: 200px; /*240*/
		height:900px; 
		/*overflow-y: scroll;*/
		border-right: 1px dotted #CCCCCC;
	}
}
@media screen and (max-width: 850px){
	.body_columna_3 {display:none;}
}
#searchresultsdiv{
    padding-left: 200px;
    padding-right: 200px;
}
#bannersdiv{
	/*border: 1px solid;*/
    position: absolute;
    right: 0;
    top: 165px;
    width: 202px;
    z-index: 10;
}
.tdBuscarOfertas{margin-top: 7px;}
/*@media screen and (max-width:960px){  
.tdBuscarOfertas{margin-top: 7px;width: 120px;}
}*/
.inputsearchbox{
	-moz-box-sizing: content-box;
    background: linear-gradient(to bottom, #D4DCE1 0px, lightgrey 10%, #FFFFFF 100%) repeat scroll 0 0 transparent;
    border: 1px solid #C1C1C1;
    border-radius: 3px 3px 3px 3px;
    display: inline;
    float: left;
    font-size: 100%;
    height: 20px;
    line-height: normal;
    outline: 0 none;
    padding: 0 5px;
    transition: width 0.5s ease 0s;
    vertical-align: baseline;
    width: 120px;
}
.inputsearchboxmaxi{
	color: grey;
	height: 30px;
	width: 200px;
}
.inputsearchboxmaxiboton{
	color: grey;
	margin-left: 6px;
	cursor: pointer;
}
@media screen and (min-width:1250px){
.inputsearchboxmaxiboton{
	width: 320px;
}}
@media screen and (max-width: 1249px){
.inputsearchboxmaxiboton{
	width: 200px;
}}
@media screen and (max-width:890px){
/*Primer encogimiento botonario en la barra de busqueda*/
	.inputsearchboxmaxiboton{width: 160px;}
	.inputsearchboxmaxi{width: 160px;}
}
@media screen and (max-width:810px){
/*Segundo encogimiento*/
	.tdBo3{width: 98%;margin-top: 5px;}
	.inputsearchboxmaxiboton{width: 367px; }
	.bodybase{padding-top: 200px}
	.Toolbar2{height: 111px;}
}
@media screen and (max-width:636px){
/*Ultimo encogimiento pre-mobil*/
	.inputsearchboxmaxi{width:77px;}
	.inputsearchboxmaxiboton{width: 284px; }
}
.highlight { background-color: yellow }
.p {
    color: #454545;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
}
.pXL {
    /*font-size: 40px;
    font-weight: 200;
    line-height: 50px;
    margin-left: -5px;*/
    
    /*font-size: 5em;
    letter-spacing: -1px;
    line-height: 100px;
    text-align: center;
    text-transform: lowercase;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;*/
    
    border-bottom: 3px solid #E0E1D6;
    color: #373737;
    font-size: 26px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    text-shadow: 1px 1px 0 #FFFFFF;
    font-family: 'Oswald',sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.pXLBlue{
	background: none repeat scroll 0 0 #244061;
    border-bottom: 5px solid #E0E1D6;
    color: white;
    font-family: 'Oswald',sans-serif;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 4px 0 8px;
    text-shadow: 1px 1px 0 grey;
    text-transform: uppercase;
}
.pXLRound{
	font-size: 5em;
    letter-spacing: -1px;
    line-height: 100px;
    text-align: center;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
}
.logo {
    background: url("../shared/img/logo_be.png") no-repeat scroll 124px 20px transparent;
	float: left;
	padding-left: 124px;
    height: 100px;
    width: 400px;
	text-align: right;
}
.sublogo{
	padding-left: 126px;
    padding-top: 73px;
    position: absolute;
    text-align: right;
	font-size: 10px;
}
.sublogo{
	padding-left: 326px;
    padding-top: 73px;
    position: absolute;
    text-align: right;
	font-size: 10px;
}
.submenulinks{
	border-right: 1px dotted #CCCCCC;
}
.botonmenumovil{display:none;}
.divBusquedaEmpleoMobile{display:none;}
.logomobile{display:none;}
@media screen and (max-width:549px){  
	/*paso a aspecto movil de menu superior*/
	.submenulinks{display:none;}
	#accordion{display:none;}
	.sublogo{padding-top:0px;}
	.menuLeft{width:96%; background-color:menu;}
	.botonmenumovil{display:block; width:100%;}
	.divBusquedaEmpleoMobile{display:block; width:100%;}
	.divBusquedaEmpleo{display:none;}
	#Toolbar2{height:155px;}
	.inputsearchboxmaxi{width: 128px;margin-top: 5px;}
	.tdBuscarOfertas{margin-top: 0px;}
	.toolbarLeft{padding-left: 10px;}
	.logo{background:none;}
	.sublogo{display:none;}
	.logomobile{
		display:block;
		padding-left: 20px;
		padding-top: 26px;
		position: absolute;
	}
}
@media screen and (max-width:820px){  
	#searchresultsdiv{padding-left:5px;padding-right:5px;}
}
.textoFooter{
	 text-decoration: none;
	 color: #AAAAAA;
	 font-family: "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;
	 font-size: 10px;
}
.textoXLBlanco{
	color:	#FFFFFF;
	font-size:	20px;
	font-family: "Helvetica Neue",HelveticaNeue,Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 30px;
}
/*UI*/
.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    margin-top: 2px;
    padding: 0 0 0 2em;
    position: relative;
	text-decoration:none;
	font-weight: normal;
}
#accordion{
	height: 300px;
	z-index: 1;
}
.table{
	border: 0;
	/*valign: top;*/
	/*halign: left;*/
}
/*Widgets*/
.twitterdiv .elpaisdiv{
	font-weight: normal;
}
.cincodiasdiv {
	font-size: 11px;
    font-weight: normal;
    line-height: 1;
    width: 240px;
}
.cincodiasdiv a{
    border: 0 none;
    color: #205D5D;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size: 80%;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
}
.cincodiasdiv div.w-textos h2,.cincodiasdiv div.w-cabecera{
	display: none;
}
.w-pie,.w-rss{
	display: none;
}
/*Generales*/
a{
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	
}
a img{
	border: 0;
}
.adisabled{
	color: lightgray;
}
/*Busqueda*/
.lupabusqueda{
	cursor: pointer;
}
#searchdiv .gsc-control{
	width: 100%;
}
/*
.gs-title{
    text-decoration: none;
}
.gs-result .gs-title{
    text-decoration: none;
}
.gs-result .gs-title, .gs-result .gs-title * {
	color: white;
    text-decoration: none;
}
.gs-result .gs-title,.gs-result .gs-title a,.gs-result .gs-title div,.gs-result .gs-title b{
    background-color: #244061;
    color: white;
    padding: 5px;
    text-decoration: none;
}
.gs-result .gs-snippet{
	padding-left: 15px;
}
.gsc-url-bottom .gs-bidi-start-align{
	text-align: right;
}*/

.jhead{
    background-color: #244061;
    color: white;
    font-family: 'Segoe UI',Tahoma,Helvetica,Sans-Serif;
    font-weight: bold;
    padding: 5px;
    font-size: 15px;
    text-decoration: underline;
	cursor: pointer;
}
.jheadDate{
	font-size:11px;
	cursor: pointer;
}
.jowner{
	color: lightgrey;
    float: right;
    margin-top: -20px;
    padding-right: 5px;
}
.jbody{
    color: grey;
    padding-bottom: 10px;
    padding-left: 5px;
}
/**Paginacion*/
.pagination {
            font-size: 90%;
			padding-bottom: 34px;
			display: none;
        }
.pagination a {
    text-decoration: none;
	border: solid 1px #244061;
	color: #244061;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}
.pagination .current {
    background: #244061;
    color: #FFFFFF;
	border: solid 1px #FFFFFF;
}
.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}
.dialogo-facebook{
	text-align: left;
}
.dbem1{
	height: 32px;
    line-height: 33px;
    width: 94px;
}
.dbem2{
width: 64%;
}
.dbem2.lupabusqueda{
padding-top: 6px;
}
.dbem3{
width: 100%;
}
.dbem4{
width: 90%;
}
.dbem5{
width: 78%;
}
/*Noticias*/
.gfg-entry {
    min-height: 150px;
    padding-left: 10px;
    padding-right: 10px;
}
.gfg-subtitle a {
    color: #244061;
    padding-left: 5px;
}
.gfg-subtitle {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    color: black;
    font-size: 20.13px;
    padding-bottom: 3px;
}
.gfg-list {
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
}
.gf-title {
    color: #244061;
    font-family: Lucida Grande;
    font-size: 29px;
    font-variant: small-caps;
    padding-top: 15px;
}
.gf-relativePublishedDate {
    font-size: 10px;
    text-align: right;
}
.gf-snippet {
    font-size: 18.22px;
    margin-bottom: 20px;
}
.gfg-root {
    font-family: lucida grande;
}
.gfg-listentry a {
    font-size: 18.22px;
    font-weight: normal;
}
.gf-previo {
    color: #244061;
    font-family: Cambria,Georgia,serif;
    font-size: 63.26px;
    text-align: center;
	line-height: 34px;
}
.gf-bar {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    width: 98%;
}
.gf-previo2 {
    padding-right: 5px;
    text-align: right;
}
.gfg-title {
    border-bottom: 3px solid darkgray;
    color: #666666;
    font-size: 21.22px;
    text-align: center;
}
.gfc-result{
border-bottom: 1px dashed #F2F2F2;
}
