div.block {
    width: 100%;
}

div#logo {
    display: block;
    margin: 30px auto 25px;
    padding-top: 10px;
    position: relative;
    width: 390px;
    margin-left: auto; 
    margin-right: auto;
}

div#contenido {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F6F6F7;
    border-color: #E2E2E2;
    border-style: solid;
    border-width: 1px 0;
    height: 65px;
    margin: 0 auto 35px;
    overflow: hidden;
    padding: 20px 0;
}

em.pais {
    float: right;
    width: 130px;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    margin-top: -20px;
}

div#paises {
    margin: 0 auto;
    width: 675px;
    text-align: center;
}

#paises h5 {
    border-bottom: 1px dotted #E2E2E2;
    color: #999;
    font-size: 15px;
    font-weight: normal;
    padding-top: 10px;
    line-height: 0;
    margin-bottom: 30px;
    text-align: center;
}

#paises h5 strong {
    background: white;
    font-weight: normal;
    padding: 2px 25px;
}

p#paisesParagraph {
    color: #888;
}

#paises a {
    text-decoration: none;
    color: #888;
}

#paises a:hover {
    text-decoration: underline;
}

div#socialPlugins {
    width: 700px; 
    margin: 0 auto;
    font-size: 13px;
    text-align: center;
    padding: 15px 20px;
    border: solid 1px #E2E2E2;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.plus-icon-mj {
    background-image:url(/images/sprite_mjobs.png);
    background-repeat:no-repeat;
    background-position: -128px 0px;
    width:100px;
    height:17px;
    margin-top:10px;
    margin-left:0px;
    float: right;
}

div#tagCloud {
    width: 400px !important;
    border: 0px solid black !important;
    margin: 0 auto;
    margin-bottom: 35px;
}
div#suggestions h5{
    border-bottom: 1px dotted #E2E2E2;
    color:#999;
    font-size: 15px;
    font-weight: normal;
    padding-top: 10px;
    line-height: 0;
    margin-bottom: 30px;
    text-align: center;
}
div#suggestions h5 strong {
    background: white;
    font-weight: normal;
    padding: 2px 25px;
}
div#suggestions {
    margin: 0 auto;
    width: 675px;
    text-align: center;
}
div.logo_b {
    width: 390px;
    height: 88px;
    background: url('../images/logo.png') !important;
}
div#searchWrapper {
    margin-left: auto; 
    margin-right: auto;
    width: 800px !important;
}
a{
    color:#2200C1;
    text-decoration: none;
}

.ui-autocomplete {
    max-height: 100px;
    max-width: 300px;
    overflow-y: auto;
    background-color: white;
    border: #DEDEDE 1px solid;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;

}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	/*text-decoration: none;*/
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}

div.divPaisUsuario {
    text-align: center;
}

span.margleft {
    margin-left: -10px;
}
#socialWrapper{
    float: right;
}
input#busqueda {
   margin-left: 117px;
   width: 201px; 
   height: 30px;
   float: left;
}
input#donde{
    width: 201px; 
    height: 30px; 
    margin-left: 25px;
    float: left;
}
div#mensajeAlert {
    margin-top: 25px; 
    margin-left: 116px; 
    color: red; 
    width: 100%;
}
.fixBtnPoss {
    margin-left: 25px;
}

.ui-autocomplete-loading { 
    background: white url('/images/loading.gif') right center no-repeat; 
}
body {
    margin: 0;
    font: 12px Arial, Helvetica Neue,Helvetica,sans-serif !important;
}

h1, h2, h3, h4, h5 {
  color: #999;
  font-weight: normal;
}

h1{
    font-size: 24px;
    margin-bottom: 5px;
}

h2,h3{
    font-size: 20px;
}
.flag {
    background-repeat: no-repeat;
    float: left;
    height: 12px !important;
    width: 18px !important;
    margin-top: 3px;
    padding-right: 10px;
}

input[type=text] {
   border: 1px solid #AFAFAF;
   margin: 0 3px;
   padding-left: 10px;
   moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
   color: #666666;
}

input#busqueda:focus {
   moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}

p.ejemplos {
    position: absolute;
    padding-top: 10px;
    margin-left: 117px;
}

.pFix {
    font-size: 16px;
}

div#footer {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F6F6F7;
    border-color: #E2E2E2;
    border-style: solid;
    border-width: 2px 0 1px;
    clear: both;
    overflow: hidden;
    padding: 15px 0;
    height: 10%;
}

div#footerContent {
    margin-left: auto;
    margin-right: auto;
}

div#footerContent ul {
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}

div#footerContent ul li{
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px dotted black;
    font-size: 12px;
    font-weight: normal;
    list-style-type: none;
}

div#footerContent a:link, div#footerContent a:visited {
    color: #6DCB30;
    text-decoration: underline;
}

p#copyright {
  color: #6DCB30;
    margin-left: auto;
    width: 600px;
    margin-bottom: 10px;
    font-size: 12px;
}

p#terminosypoliticas a:link,  p#terminosypoliticas a:visited{
  color: black;
  text-decoration: underline;
}

.h1container{
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    text-align: center;
}