/* #0153341 - darriagada@trabajando.com - 05/05/2016 - traspaso y borrado hacia responsivos.css */

body {
    background: #ffffff url("../img/bg.jpg") repeat-x;
}
h1, h2, h3, h4, h5, h6{
    color: #666666;
    font-family: Arial,sans-serif;
    font-weight: normal;
}

/* BOOTSTRAP OVERRIDE */

.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
}
.no-padding {
	padding:0;
}
.no-margin {
	margin:0;
}
.center{
    text-align: center;
}
/*.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #fff;
    color: #00659A;
}*/
a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:focus {
    color: #333;
    text-decoration: underline;
}
.btn-primary {
    background-color: #333;
    border-color: #666;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;  
       -moz-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
         -o-transition: all 0.3s ease-out;  
         transition: all 0.3s ease-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #666;
    border-color: #666;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;  
       -moz-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
         -o-transition: all 0.3s ease-out;  
         transition: all 0.3s ease-out;
}
/*-------------------*/

.top_menu {
    margin: 0;
    padding: 0;
}

.top_menu li{
    color: #00659A;
    float: left;
    list-style: none outside none;
}

.top_menu li a{
    padding: 7px 10px;
}



/*.navbar-inverse .navbar-nav > li > a:hover {
    background-color: #666;
    border: 1px solid #666;
    color:#FFFFFF;
    margin-top: 10px;
    padding: 0px 4px;
    text-shadow: 0 0 10px #FFFFFF;
    -webkit-transition: all 0.5s ease-out;  
       -moz-transition: all 0.5s ease-out;  
        -ms-transition: all 0.5s ease-out;  
         -o-transition: all 0.5s ease-out;  
         transition: all 0.5s ease-out;
}*/

.navbar {
    background: #FFF url('../img/header.png');
    border-bottom: 0;
    /*box-shadow: 0;*/
    color: #FFF;
    height: 64px;
}
.navbar a {
	color:#FFF;
}
.dropdown-menu {
    background-color:transparent;
    background-image:url("../img/dropdown_bg.png");
    background-repeat:repeat;
    position: inherit;
}
.dropdown-menu > li > a {
    color: #747A80;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #FFF;
    text-decoration: none;
}

.navbar-collapse {
	font-family: Arial,sans-serif;
    font-size: 16px;
}
.dropdown-menu {
	font-size:16px;
}

.navegacion{
    background: #fff;
    border-top: 6px solid #E9E9E9;
    height: auto;
    padding-top: 5px;
    width: 100%;
}

/*------------------------*/

/* MAIN */

.bk_left, .bk_right {
    background-color:none;
    float:left;
    height:auto;
    margin:10px 0;
    overflow:hidden;
    padding-bottom: 10px;
    width:100%;
}
.bk_left h2 {
    font-size: 22px;
    margin: 0;
	font-weight: bold;
}
/*--------*/


/* SLIDER HOME AREA */

.slider-home {
	position:relative;
	background-repeat:repeat-x;
    background-color: #90adb4;
}
#slider-home {
	position:relative;
}
.slides_container {
	width:100%;
	float:left;
}
.slides_container img {
	max-width:1170px;
	width:100%;
}
.item_slider img {
	width:100%;
}
#slider-home .pagination {
    left:15px;
    margin: 10px 0 0;
    position:absolute;
    top:220px;
    width: auto;
}

#slider-home .pagination li {
    float: left;
    list-style: none outside none;
    margin: 0 1px;
}

#slider-home .pagination li a {
    background-color:transparent;
    background-image: url("../img/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}
#slider-home .pagination li.current a {
    background-position: 0 -12px;
}
.carousel.slide {
    height: auto;
}
/* ------------*/ 
.slider-home-bkg {
	background-repeat:no-repeat;
	background-position:right center;
}
.slider-home-txt {
	background-color:#969696;
	color:#333;
	height:190px;
	margin-top:30px;
	position:relative;
}
.slider-home-txt h2 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px #333333;
}
.slider-home-txt a {
    bottom:10px;
    left:10px;
    position:absolute;
}
.sld_content {
    background-color: #2c2c2c;
    border-radius:4px;
    border: 1px solid #2c2c2c;
    color:#fff;
    margin-left:20px;
    margin-top:20px;
    opacity:0.83;
    padding:20px;
    z-index:50;	
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.sld_content .sld_title {
    color:#FFF;
    font-size:26px;
    font-weight:bold;
    letter-spacing: -2px;
    text-shadow:1px 1px #000;
}
.sld_text .sld_lnk {
	padding-right:10px;
}
.sld_img img {
	z-index:20;
}
/* ----------------------------------- */
/* SEARCH BAR */
#search option {
    background: none repeat scroll 0 0 #ffffff !important;
    border: 0 none !important;
    color: #606060 !important;
    font-weight: 400 !important;
    padding: 4px 0 4px 10px !important;
    -webkit-transition: all 0.1s ease-out;  
       -moz-transition: all 0.1s ease-out;  
        -ms-transition: all 0.1s ease-out;  
         -o-transition: all 0.1s ease-out;  
}
#search{
    text-align: center;
}

#top_search {
    display: table;
	margin:10px auto;
	overflow:hidden;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
#searchbar {
    background-color: #007EC1;
    border-bottom: 1px solid #005EA0;
    border-top: 1px solid #005EA0;
    box-shadow: 0;
}
#adv_search {
    margin-top:10px;
    display: none;
    float: left;
    height: auto;
    overflow: hidden;
    padding-top: 2px;
    position: relative;
    padding-bottom: 40px !important;
}
#adv_search .col-md-3 {
    height:70px;
    color: white;
    text-align: left;
}

#adv_search .col-md-3 label{
    font-weight: 400;
}

#adv_search .col-md-3 select{
    font-size: 12px;
}

.adv_search_title {
    color: #3f3f3f;
    float: left;
    display: none !important;
    font-size: 26px;
    font-weight: bold;
    margin-right: 11px;
    margin-top: -4px;
    text-shadow: 0 0 3px #909090;
}
#search .buscadorSelectStyle {
   width:260px;
	height:34px;
	overflow:hidden;
	margin-left:left;
	float:left;
	background-image:url("../img/search_input.png");
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position-x:center;
	background-position-y:center;
	background-color:transparent;
    background-position: 0 0;
}
#search .buscadorSelect {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0) !important;
    background-color:transparent !important;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 1px solid #bfbfbf;
    color: #808080;
    font: 12px/1em 'Open Sans',Arial,Helvetica,sans-serif;
    height: 34px;
    letter-spacing: -0.6px;
    padding: 0 6px;
    text-shadow: 0 0 3px #dfdfdf;
    width: 280px;
    -webkit-transition: all 0.3s ease-out;  
       -moz-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
         -o-transition: all 0.3s ease-out;  
         transition: all 0.3s ease-out;  
      -webkit-border-top-left-radius: 4px;
   -webkit-border-bottom-left-radius: 4px;
          -moz-border-radius-topleft: 4px;
       -moz-border-radius-bottomleft: 4px;
              border-top-left-radius: 4px;
           border-bottom-left-radius: 4px;
}
#search .buscadorSelect:hover {
    background-color: #CCCCCC;
    color: #4b4b4b;
    text-shadow: 0 0 2px #dfdfdf;
}
#search .buscadorInput {
    background: url("/assets/img/search_t.jpg") repeat-x;
    border-radius: 0;
    border: 0 none;
    float: left;
    font-size: 12px;
    height: 34px;
    margin-top: 0;
    padding: 0 6px;
    width: 340px;
-webkit-transition: all 0.3s ease-out;  
   -moz-transition: all 0.3s ease-out;  
    -ms-transition: all 0.3s ease-out;  
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}
#search .buscadorInput:hover {
    color: #262626;
}
#search .btnSearch {
    background: transparent url("../img/search_icon.png") 0 0 no-repeat;
    float:left;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    height: 34px;
    text-align: center;
    text-indent: -99999px;
    width: 54px;
}

#search .btnSearch:hover{
    background-position: 0 -34px;
}

.adv_search {
    border-radius: 3px;
    cursor:pointer;
    float: left;
    font-size: 14px;
    line-height: 32px;
    margin-left: 5px;
    width: 125px;
    -webkit-transition: all 0.3s ease-out;  
       -moz-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
         -o-transition: all 0.3s ease-out;  
}
.adv_search a {
    color:#fff;
    display: block;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;  
       -moz-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
         -o-transition: all 0.3s ease-out;  
}
.adv_search_selected {
    text-shadow: 0 0 10px #FFFFFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-out;  
       -moz-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
         -o-transition: all 0.3s ease-out;  
}
.adv_search_selected a {
    color: #FFFFFF;
    display: block;
    text-shadow: none;
    text-shadow: 0 0 10px #FFFFFF;
    -webkit-transition: all 0.3s ease-out;  
       -moz-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
         -o-transition: all 0.3s ease-out;  
}
#flechitas_search {
    bottom: 1em;
    cursor: pointer;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    width: 36px;
}
#flechitas_search a {
    background-color: #0079bd;
    background-color: #FFFFFF;
    padding: 5px;
    border-radius: 3px;
    float: left;
    margin-left: -12px;
    border: 1px solid #249FE1;
}
#flechitas_search a:hover {
    background-color: #056093;
    border-color: #056093;
}
.sueldo.form-control {
    float: left;
}
/*#sueldo {
    float: right;
}*/

#adv_search .adv_btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #FEC44C;
    background-image: -moz-linear-gradient(top, #FEC44C, #FFA406);
    background-image: -o-linear-gradient(top, #FEC44C, #FFA406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEC44C), to(#FFA406));
    background-image: -webkit-linear-gradient(top, #FEC44C, #FFA406);
    background-image: linear-gradient(to bottom, #FEC44C, #FFA406);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffFEC44C', endColorstr='#ffFFA406', GradientType=0);
    background-repeat: repeat-x;
    border-radius: 3px;
    border: 1px solid #FFA406;
    color: #FFF;
    cursor: pointer;
    font: 700 14px 'Open Sans', Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    outline: 0;
    text-shadow: 1px 1px #A77920;
    text-transform: capitalize;
}

#adv_search .adv_btn:hover,
#adv_search .adv_btn:active{
    background: #FFA406;
}


/* ----------------------------------- */
/* BLOQUES HOME */
.bloque_home {
    float: left;
    overflow: hidden;
    width: 100%;
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
}
.img_bloque {
	width:100%;
	float:left;
	overflow:hidden;
}

.img_bloque > img {
	display:block;
	margin:auto;
	width:100%;
}
.img_bloque_news {
	width:100%;
	float:left;
	height:108px;
	overflow:hidden;
}
.img_bloque_news > img {
	display:block;
	margin:auto;
	height:auto;
	width:100%;
    border-top: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.txt_bloque {
    background-image: url("../img/brillonoticias.png");
    background-position: 70px 0px;
    background-repeat: no-repeat;
    background-color:#8f2021;
    border-bottom: 1px solid #8f2021;
    border-left: 1px solid #8f2021;
    border-right: 1px solid #8f2021;
    float: left;
    width: 100%;
	color:#333;
	padding: 10px;
	height:90px;

    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.txt_bloque a {
	color:#ffffff;
	text-decoration:none;
    -webkit-transition: all 0.3s ease-out;  
       -moz-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
         -o-transition: all 0.3s ease-out;  
         transition: all 0.3s ease-out;
}
.txt_bloque a:hover {
    color:#ffffff;
    text-shadow: 0 0 10px #999999;
    text-decoration:none;
    -webkit-transition: all 0.3s ease-out;  
       -moz-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
         -o-transition: all 0.3s ease-out;  
}
.txt_bloque h3 {
	margin:0;
    color: #ffffff;
	font-size:18px;
}
.vermas_bloque {
	position:absolute;
	right:10px;
	bottom:5px;
	color:#FFF;
}
.vermas_bloque a {
	color:#FFFFFF;
	text-decoration:none;
}
.ver_todo a:hover {
	text-decoration:none;
	color:#666;
}
/*----------------------*/

/* OFERTAS */
#ofertas_slider {
    float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
}
#ofertas_slider .pagination1 {
	padding:0;
	margin:0;
}
#ofertas_slider > ul {
    list-style: inherit;
    margin: 0;
    padding: 0;
}
#ofertas_slider ul li {
    clear: left;
    display: block;
    height: auto;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.md2_oferta {
    border-bottom: 1px solid #E8E8E8;
    float: left;
    height: auto;
    padding: 12px 0 5px;
    position: relative;
    width: 100%;
}

.md2_oferta.destacada {
    background-color: #f7f7d2;
}

.md2_wrapper_oferta {
    /*float: left;*/
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
}

.md2_oferta_img {
    border-right: 1px solid #E8E8E8;
    display: inline-block;
    height: 67px;
    text-align: center;
    vertical-align: top;
    width: 119px;
    padding-right: 10px;
    margin-bottom: 3px;
}

.md2_oferta_img img {
    background: none no-repeat scroll center top rgba(0, 0, 0, 0);
    max-height: 60px;
    max-width: 100px;
}
.md2_wrapper_oferta .md2_oferta_img + .md2_oferta_content {
    height: auto;
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
	width:81%;
}

.md2_wrapper_oferta > .md2_oferta_content{
    width: 100%;
}


.md2_lista_oferta_content {
    height: auto;
	width:100%;
}

.parte3 .md2_lista_oferta_content{
    width: 100%;
}

.md2_lista_oferta_content .t1 {
    color: #007FC0;
    float: left;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 18px;
    margin: 0 0 5px;
    padding: 0;
    width: 80%;
}

.md2_lista_oferta_content .t1 a{
    color: #0079bd;
}

.md2_lista_oferta_content .t1 a:hover{
    color: #0079bd;
}

.md2_lista_oferta_content .sub_title .t2 {
    color: #333;
    clear: both;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    margin: 0 5px 5px 0;
    padding: 0;
}

.md2_lista_oferta_content .t3 {
    color: #999;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 80px;
}

.md2_lista_oferta_content a {
    color: #0079bd;
    display: block;
}

.md2_lista_oferta_content h3 {
    color: #999999;
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 80px;
}

.md2_lista_oferta_content .sub_title {
    clear: both;
    line-height:12px;
    margin-top: 5px;
    overflow: hidden;
    width: 100%;
}

.md2_lista_oferta_content .sub_title h2 {
    color: #333333;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 12px;
    margin: 0;
    padding: 0 5px 3px 0;
}
.lugarOferta {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    line-height: 11px;
    margin: 0;
    padding: 0;
}

#of p {
    float: none;
    width: 100%;
}

.of_int {
    background: url("/assets/img/logo_generico.png") no-repeat center center;
}

.md2_lista_oferta_content h1 {
    color: #666;
    float: left;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 5px;
}
.md2_lista_oferta_content p {
    color: #333333;
    clear: both;
    font-size: 13px;
    margin: 0;
    padding: 0 0 5px;
}

.btn_ver_mas_ofertas {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #007FC0;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
    margin-top: 20px;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 1px 1px 0 #FFFFFF;
    vertical-align: middle;
    width: 100%;
}
.btn_ver_mas_ofertas:hover {
    background-color: #E6E6E6;
    background-position: 0 -15px;
    color: #007FC0;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.md2_add {
    background-image: url("/assets/img/star_inactive.png");
    cursor: pointer;
    float: right;
    height: 27px;
    margin-left: 5px;
    margin-top: -5px;
    width: 27px;
}
.md2_active, .md2_add:hover, .md2_lista_oferta_content .md2_active {
    background-image: url("/assets/img/star_active.png");
    background-repeat: no-repeat;
}
/*------------------------*/

/* RESULTADOS BUSQUEDA */
.resultados_title {
    float: left;
    height: auto;
	margin-top:10px;
    margin-bottom: 10px;
    width: 100%;
}
.filter_title {
    color: #666666;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 10px 0 0 0;
    padding: 0 0 5px;
    width: 100%;
}
.filter:first-letter {
    color: #8B0000;
    float: right;
    font-weight: 700;
    margin-left: 5px;
	margin-top: 2px;
    text-transform: lowercase;
}
.filter {
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: auto;
    margin: 2px;
    padding: 2px 4px;
    text-transform: uppercase;
}
.title_results {
    color: #006599;
    font-size: 20px;
    font-weight: 700;
    /*height: 15px;*/
    margin: 12px 0;
    text-shadow: 1px 1px #FFF;
}
.title1 {
	color: #666;
    font-weight: 400;
    font-size: 18px;
    padding: 0;
}
.title2 {
    color: #006599;
    font-size: 20px;
    font-weight: 700;
    height: 15px;
    text-shadow: 1px 1px #FFF;
    text-transform: capitalize;
}
.resultados_title .sugerencias {
    color: #333;
    float: left;
    font-size: 14px;
    font-weight: 700;
	width:100%;
}
.resultados_title .cant_resultados {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.resultados_title .cant_resultados p {
    color: #999999;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 29px;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px #FFFFFF;
}
.resultados_title .filtro {
    float: right;
    margin-right: 4px;
}
.resultados_title .filtro .txt_filtro {
    color: #666666;
    float: left;
    font-size: 12px;
    line-height: 29px;
    margin-right: 5px;
}
.resultados_title .select_mask {
    float: left;
    height: 30px;
    margin-right: 10px;
    width: 178px;
}
.resultados_title select {
    float: left;
    font-size: 12px;
    width: 180px;
}
.vista_normal, .vista_simple {
    background: url("../img/icono_vista.png") no-repeat scroll center top rgba(0, 0, 0, 0);
}
.vista_normal, .vista_simple {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    display: block;
    float: right;
    height: 30px;
    width: 69px !important;
}
.vista_simple {
    background-position: center bottom;
}
/*--------------------------*/

/* TESTIMONIOS */
.txt_testimonio {
	font-style:italic;
	font-size:16px;
}
.persona_testimonio h4 {
	font-size:14px;
	font-weight:bold;
}
.testimonios {
	margin-top:10px;
}

.testimonios input[type=text], .testimonios textarea, .testimonios input[type=button]{
    float: none !important;
}

.last_btn{
    text-align: right;
}

/*--------------*/

/* FOOTER */
.footer {
    border-radius: 0 0 8px 8px;
    color: #333;
    height: auto;
    margin: 1em 0 0;
	padding:10px;
}

.footer_container {
    margin: 0 auto;
    padding: 10px 0 0;
}

.footer ul {
    margin: 0;
    padding: 0;
    float:left;
    overflow:hidden;
}

.footer ul li {
    list-style: none outside none;
}

.footer ul li.close{
    opacity: 1;
}

.footer ul li a img {
    border: 0;
}

.footer ul.footerMenu {
    border-bottom: 2px solid #E9E9E9;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0 0 10px;
    font-size: 13px;
}

.footer .footerMenu li {
    border-right: 1px dotted #CCC;
    color: #00659A;
    float: left;
    margin: 0 6px 0 0;
    padding: 0 10px 0 0;
}

.footer .footerMenu li a {
    color: #00659A;
    text-decoration: none;
}


.footer .linksHolding {
    border-bottom: 2px solid #E9E9E9;
    border-top: 2px solid #E9E9E9;
    clear: both;
    overflow: hidden;
    padding: 10px 0;
    width:100%;
}

.footer .linksHolding li {
    float: left;
    margin-left: 10px;
    margin-top:3px;
}
.footer .linksHolding li a {
    display:block;
}
.footer .linksHolding img {
    max-height: 66px;
    max-width: 100px;
}

.footer .linksHolding .title {
    background-color: #E9E9E9;
    color: #00679F;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: .9em;
    padding: 25px 20px 24px 10px;
    text-align: right;
    width: 115px;
}

.detalle_footer {
    background: url('/assets/img/sprite_front.png') no-repeat -175px;
    width: 13px;
    height: 75px;
    float: left;
}



.footer .linksHolding .spt100p {
    display: block;
    height: 75px;
    text-indent: -9999px;
    width: 100px;
}

.footer .copyright {
    display: block;
    float: left;
    margin: 10px 0;
    width: 265px;
    font-size: 12px;
}

.footer .flags {
    float: right;
    margin: 0;
    overflow: hidden;
}

.footer .flags p {
    float: left;
    margin: 18px 0 0;
}

.footer .flags ul {
    background: #CBE4F2;
    float: right;
    height: 31px;
    margin: 11px 0 0 10px;
    padding: 0 0 0 0px;
}

.footer .flags li {
    float: left;
    margin: 6px;
}

.footer .flags .sptFlags24p {
    background-image: url("/assets/img/spt_Flags.png");
    display: block;
    height: 19px;
    text-indent: -9999px;
    width: 24px;
}

.flags_detalle {
    background: url('/assets/img/sprite_front.png') -188px -38px no-repeat;
    width: 12px;
    height: 31px;
    float: left;
}

.footer .flags .beta{
    float: right;
    font-size: 12px;
    margin: 18px 0 0;
}

.sptFlags24p.ar {
    background-position: 0 0;
}

.sptFlags24p.br {
    background-position: 0 -19px;
}

.sptFlags24p.cl {
    background-position: 0 -38px;
}

.sptFlags24p.co {
    background-position: 0 -57px;
}

.sptFlags24p.es {
    background-position: 0 -76px;
}

.sptFlags24p.mx {
    background-position: 0 -95px;
}

.sptFlags24p.pe {
    background-position: 0 -114px;
}

.sptFlags24p.pt {
    background-position: 0 -133px;
}

.sptFlags24p.pr {
    background-position: 0 -152px;
}

.sptFlags24p.uy {
    background-position: 0 -171px;
}

.sptFlags24p.ve {
    background-position: 0 -190px;
}

.footer .sponsors {
    border-top: 2px solid #E9E9E9;
    clear: both;
    padding: 10px 0;
    height:auto;
    overflow:hidden;
}

.footer .sponsors ul li {
    border-right: 1px dotted #E9E9E9;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

.footer .sponsors .close {
    border-right: medium none;
}

#menu_footer {
    border-top: 6px solid #E9E9E9;
    float: left;
    height: auto;
    padding: 10px 0;
    width: 100%;
}

#menu_footer ul {
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#menu_footer ul li {
    border-right: 1px dotted #CCC;
    color: #00659A;
    float: left;
    line-height: 31px;
    list-style: none outside none;
    margin: 0 6px 0 0;
    padding: 0 10px 0 0;
}

#menu_footer ul li a {
    color: #00659A;
    padding: 0;
    text-decoration: none;
}

#menu_footer ul li .publica {
    background-image: url("/assets/img/btn_slider_a.jpg");
    background-repeat: repeat-x;
    color: #FFF;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    height: 32px;
    line-height: 31px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    text-shadow: #18597A 1px 1px;
}
/*-------------*/


/* RIGHT */

.right_mod {
	width:100%;
	float:left;
	height:auto;
	margin-bottom:10px;
}
.banners_r h4 {
	font-size:14px;
	color:#CCCCCC;
	margin:0;
}


.sp_tl1 {
	background-image: url("../img/tl1.png");
	background-repeat:repeat-x;
	width:100%;
	float:left;
	height:5px;
	margin-bottom:5px;
	margin-top:5px;
}

/*-------*/
/* CONTENT (PAGE LOADER) */
.content_txt {
	padding-top:15px;
}

/*.col_der{
    text-align: center;
}*/

.col-md-12.content_txt img{
    margin: 8px 0;
    max-width: 100%;
}
/*--------------------------------------*/

/* LISTA NOTICIAS */
.lista_noticias {
	margin-top:10px;
}
.noticia_item {
	position:relative;
    margin-bottom: 20px;
}
.noticia_item .noticia_item_date {
	/*position:absolute;*/
    float: right;
	right:0;
	top:0;
	color:#999999;
	font-size:12px;
}
.noticia_item_img {
	width:85px;
	height:85px;
	overflow:hidden;
	float:left;
	margin-right: 10px;
}
.noticia_item_img img {
	height:85px;
	width:auto;
}
#botonera {
    clear: both;
    text-align: center;
}
.numeroPaginas {
    background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 15px;
    color: #006CA7;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 2px 4px;
    opacity: 0.6;
    padding: 1px 7px;
}
.numeroPaginas:hover {
    opacity: 1;
}
.paginaActiva {
    background: none repeat scroll 0 0 #ddd;
    color: #FFFFFF !important;
}
/*--------------------------------------*/

/* LOGIN */

#loadingPage {
    background: none repeat scroll 0 0 #E8E8E8;
    bottom: 0;
    cursor: wait;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 30000;
}
#loginText {
    color: #000000;
    cursor: wait;
    font-size: 180%;
    font-weight: bold;
    left: 50%;
    margin-left: -158px;
    margin-top: -45px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px #FFFFFF;
    top: 50%;
    width: 317px;
}

#loginText .title {
    font-size: 80%;
    font-weight: normal;
    text-align: left;
}

#loginText .imagen {
    margin: 2px 0;
}
#validandoText {
    background: none repeat scroll 0 0 #C0C0C0;
    border-radius: 7px;
    bottom: 8%;
    box-shadow: 0 0 9px #777777;
    font-size: 110%;
    padding: 8px 12px;
    position: fixed;
    right: 6%;
    text-shadow: 1px 1px 1px #EEEEEE;
}


#login {
    float: left;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 60px;
    position: relative;
    width: 100%;
}

#login .fondo_login {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 5;
}
#login .fondo_login_box {
    background-repeat: no-repeat;
    float: left;
    height: 480px;
    padding: 0;
    width: 960px;
}

#login .box_login {
    background-color: #FFF;
    border: 1px solid #999;
    box-shadow: 0 0 19px #000;
    float: right;
    margin-right: 30px;
    margin-top: 34px;
    min-height: 350px;
    padding: 22px;
    position: relative;
    width: 300px;
    z-index: 20;
}
.login_title h2 {
	color:#047FC1;
	text-shadow: 2px 2px #FFFFFF;
	font-size: 24px;
    font-weight: bold;
	margin:0 0 10px;
}
.separador2 {
	background: url("../img/tl1.png") left center repeat-x;
    clear: both;
    height: 5px;
    margin: 10px 0;
}
.separador3 {
    background-color:#BFBFBF;
    border-bottom:1px solid #F6F6F6;
    height:2px;
    margin: 5px 0 10px 0;
    width:100%;
    float: left;
}

.sub_1 {
	border-bottom:1px solid #BFBFBF;
    margin: 1em 0;
}
.row .separador3 {
	/*margin-left:15px;*/
	margin-right:15px;
}
#login .box_login .login_title3 {
    color: #999999;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

#login .box_login .login_form .login_field {
    color: #999999;
    float: left;
    font-size: 15px;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}

#login .box_login .login_title2 {
    border-top: 1px solid #CCCCCC;
    color: #999999;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
	width: 100%;
	margin-top:10px;
}
#login .box_login .social_login {
    float: left;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}
.social_login .register {
    color: #0072B2;
    float: left;
    font-size: 12px;
    line-height: 32px;
}

.social_place .titulo{
    overflow: hidden;
}
/* ----------------------------------- */

/* INFO */

#info {
    display: none;
    height: 0;
	margin-top:-10px;
    overflow: hidden;
    width: 100%;
}
#info .info_base {
    height: auto;
    margin: 25px auto 0;
    overflow: hidden;
    width: 970px;
}
#info .info_base .txt {
    color: #000000;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.info_1, .info_10, .info_6, .info_8, .info_9 {
    background-color: #FFD1D1;
    border-bottom: 1px solid #FFFFFF;
}
.info_1 .icon, .info_10 .icon, .info_6 .icon, .info_8 .icon, .info_9 .icon {
    background-image: url("/assets/img/info_error.png");
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    padding-right: 10px;
    width: 16px;
}
.info_2 {
    background-color: #FFF5CC;
    border-bottom: 1px solid #FFFFFF;
}
.info_2 .icon {
    background-image: url("/assets/img/info_alerta.png");
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    padding-right: 10px;
    width: 16px;
}
.info_3, .info_5, .info_7 {
    background-color: #EAF7D9;
    border-bottom: 1px solid #FFFFFF;
}
.info_3 .icon, .info_5 .icon, .info_7 .icon {
    background-image: url("/assets/img/info_confirmacion.png");
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    padding-right: 10px;
    width: 16px;
}
.info_4 {
    background-color: #E8F6FF;
    border-bottom: 1px solid #FFFFFF;
}
.info_4 .icon {
    background-image: url("/assets/img/info_mensaje.png");
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    padding-right: 10px;
    width: 16px;
}
.close_info_btn {
    background-image: url("/assets/img/sprite_front.png");
    background-position: -203px -38px;
    height: 16px;
    width: 16px;
	cursor:pointer;
}
/*-------------------------------------*/

/* REGISTRO */

#registro {
    height: auto;
    margin: 20px auto;
    overflow: hidden;
    width: 778px;
}
.registro_top {
    float: left;
    height: auto;
    overflow: hidden;
    width: 778px;
}
.registro_top .txt1 {

}
.registro_top .txt1 small {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px #FFFFFF;
}
.registro_top .txt1 h1 {
    color: #006599;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px #FFF;
}
.registro_top .txt1 h1 .small {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px #FFFFFF;
}
.registro_top .txt2 {
    color: #666666;
    /*float: right;*/
    font-size: 12px;
    /*height: 50px;*/
    padding: 10px 15px 10px 0;
    text-align: right;
    text-shadow: 1px 1px #FFFFFF;
    vertical-align: middle;
    /*width: 390px;*/
}
.registro_box {
    background-color: #D7D7D7;
    background-image: url("https://static.tbjuniversia.net/uiglobales/img/pp/register_box.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #C7C7C7;
    float: left;
    min-height: 266px;
}

.registro_box .registro_box_txt {
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px #FFFFFF;
}
.registro_box .social_login {
    float: left;
    margin-top: 60px;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
    width: 370px;
}
.registro_box .social_login .social_list {
    float: left;
    height: 115px;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}
.registro_box .social_login .social_list a img {
    border: medium none;
    text-decoration: none;
}
.registro_box .social_login .link_s {
    color: #0072B2;
    display: block;
    font-size: 11px;
}
.registro_box .social_login .link_s a {
    color: #0072B2;
    text-decoration: none;
}
.registro_box .sp {
    background-image: url("/assets/img/register_box_sp.png");
    background-repeat: no-repeat;
    float: left;
    height: 263px;
    width: 17px;
}
.registro_box .box2 {
    margin-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 15px;
}
.registro_box .box2 form {
    height: auto;
    overflow: hidden;
    width: 100%;
}
.registro_box .box2 label {
    color: #666666;
    font-size: 12px;
    width: 100%;
    display: inline !important;
}
.registro_box .condicion_es label{
    font-weight: normal;
}

.registro_box .box2 .form_item {
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

/* ---------------------------------- */
/* CONFIRMAR DATOS */

#confirmar_datos a{
    text-decoration: underline;
}

#confirmar_datos .confirm_right {
    background-color: #D6E6EF;
    background-image: url("/assets/img/form_arrow.png");
    background-position: center 320px;
    background-repeat: no-repeat;
    float: left;
    height: auto;
    margin-top: 20px;
    padding-bottom: 20px;
}
#confirmar_datos .confirm_right .confirm_right_content {
    float: left;
    height: auto;
    margin-bottom: 250px;
    margin-top: 10px;
    padding-left: 15px;
    width: 100%;
}
#confirmar_datos .confirm_right .confirm_right_content h1 {
    color: #006498;
    float: left;
    font-size: 26px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
    text-shadow: 1px 1px #FFFFFF;
}
#confirmar_datos .confirm_right .confirm_right_content .list {
    color: #373839;
    float: left;
    font-size: 12px;
    line-height: 17px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#confirmar_datos .confirm_right .confirm_right_content .list li {
    background-image: url("/assets/img/check_blue.png");
    background-position: left top;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}

/*------------------------------------*/

/* DASHBOARD */
.np_left {
    padding-left: 0;
}
.dash_menu .dash_link {
    color: #999999;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 10px;
}

.dash_menu .dash_link a {
    color: #999999;
    text-decoration: none;
}
.dash_menu_title {
}
.dash_menu_title h1 {
    color: #666666;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0;
	padding-top:6px;
    text-shadow: 1px 1px #FFFFFF;
}

.per_holder {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    float: left;
	height:29px;
    padding: 1px;
	width:100%;
}
.per_completed {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    height: 25px;
    line-height: 23px;
    text-align: center;
    text-shadow: 1px 1px 0 #000000;
}
.frase_complete {
    color: #666666;
    float: left;
    font-size: 14px;
    height: auto;
    line-height: 14px;
    margin: 0 10px;
    padding: 10px 0 0;
    /*width: 280px;*/
	width:100%;
}
.title_widg {
    background: url("/assets/img/exclamation.gif") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.title_widg2 {
    float: left;
    font-size: 14px;
    font-weight: bold;
}
.widg_listas {
    float: left;
    height: auto;
    margin: 0 10px;
    width: 100%;
}
.widg_listas ul {
    list-style: none outside none;
    margin: 10px 0;
    padding: 0;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.widg_listas ul li {
    background: url("/assets/img/arrow_list.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 18px;
    text-indent: 10px;
	cursor:pointer;
}
.widg_listas ul li a {
    font-size: 14px;
}
.widg_listas ul li a:hover {
	color:#FF0000;
	text-decoration:none;
}

.completitud{
    /*position: absolute;*/
}

.completitud_linkcv {
	float: left;
    font-size: 12px;
    height: auto;
    padding: 5px;
    width: 100%;
}
.completitud_linkcv a {
    font-weight: 700;
    text-shadow: 1px 1px 0 #FFFFFF;
}
.completitud_linkcv a:hover {
	text-decoration:none;
}
.privacidadDisplay {
    float: left;
	padding-left:0;
	padding-right:15px;
	color:#666;
	font-size:18px;
	font-weight:bold;
    width: 40%;
}
.botones_dp{
    width: 60%;
}
.block_title {
	margin-bottom:10px;
    margin-left: 0px;
}
.enviarCVDash {
    border-left: 1px solid #BFBFBF;
    margin-left: 4px;
    padding-left: 10px;
}
.dp_block {
    background: #E8F6FF url("/assets/img/bg_cv_info.gif") top left repeat-x;
    border: 1px solid #BFBFBF;
    height: auto;
    margin-bottom: 10px;
    overflow: auto;
    padding-bottom: 0;
}
#foto_holder {
    background-image: url("/assets/img/camera.png");
    background-repeat: no-repeat;
    height: 24px;
	left:150px;
	top:150px;
    position: absolute;
    width: 24px;
    z-index: 20;
}

.dp_info {
    border-left: 1px solid #BFBFBF;
    height: auto;
    overflow: hidden;
	padding-top:10px;
	padding-left:0;
	padding-right:0;
	min-height:188px;
}
.dp_nombre {
    color: #007ec1;
    float: left;
    font-size: 22px;
    font-weight: 700;
    height: auto;
    margin-left: 20px !important;
    text-shadow: 1px 1px #fff;
    text-transform: capitalize;
    width: 100%;
}
.dp_detalle {
    color:#666;
    font-size:12px;
    min-height: 150px;
    padding-left:10px;
    width: 100%;
}

.dp_detalle ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.dp_detalle ul li{
    background-position: left top;
    background-repeat: no-repeat;
    color: #666666;
    font-size: 13px;
    margin-bottom: 3px !important;
    /*padding-left: 20px;*/
    width: 100%;
}

.dp_detalle .laboral li {
    background-image: url("/assets/img/laboral.png");    
}
.dp_detalle .educacional li {
    background-image: url("/assets/img/educacional.png");
}
.dp_detalle .enviarcv li {
    background-image: url("../img/mail.png");
}
.dp_detalle .laboral_time li {
    background-image: url("../img/laboral_time.png");
    padding-left: 20px;
}
.dp_detalle .nivel_estudio li {
    background-image: url("../img/nivel_estudio.png");
    padding-left: 20px;
}
.dp_detalle_ft {
    float: left;
    font-size: 12px;
    height: auto;
    overflow: hidden;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    width: 100%;
}
.dp_detalle_ft .custom_url {
    background-image: url("/assets/img/laboral_blue.png");
}
.dp_detalle_ft .custom_url2 {
    background-image: url("../img/gear12x12.png");
}

.dp_detalle_ft .custom_url,
.dp_detalle_ft .custom_url2{
    background-position: left top;
    background-repeat: no-repeat;
    color: #006599;
    float: left;
    font-size: 11px;
    padding-left: 20px;
    width: auto;
}


.dp_detalle_ft .custom_url a {
    color: #666;
    text-decoration: none;
}
.dp_detalle_ft .edit {
    clear: both;
    color: #006599;
    float: left;
    margin-left: 20px;
    text-align: center;
}
.dp_detalle_ft .privacidadDisplay {
    float: left;
    height: 35px;
    margin-left: 5px;
    text-align: left;
    width: 35px;
}
.dp_detalle_ft .privacidadDisplay span {
    font-size: 11px;
    text-align: center;
    width: 100%;
}
.privacidad_text {
    color: #0079BD;
    font-size: 14px !important;
    font-weight: 700;
    margin-left: 5px !important;
}
.dp_detalle_ft .edit a {
    color: #666;
    text-decoration: none;
}
.separador4 {
	height:1px;
	background-color:#BFBFBF;
	width:100%;
	float:left;
}

.dp_detalle_ft .custom_url {
    background: url("../img/laboral.png") left top no-repeat;
    color: #006599;
    float: left;
    font-size: 11px;
    padding-left: 20px;
    width: auto;
}

.dp_detalle_ft .edit {
    clear: both;
    color: #006599;
    float: left;
    margin-left: 20px;
    text-align: center;
}

.edit_title{
    border-bottom: 1px solid #CCC;
    color: #666;
    font-size: 18px;
    font-weight: 700;
    margin: 6px 0 0;
    padding: 0 0 7px;
    text-shadow: 1px 1px #FFF;
    margin-bottom: 10px;
}

#confirm_form .edit_title{
    margin-top: 0;
}

.fotoMenu {
    background: none repeat scroll 0 0 #F5F5F5;
    box-shadow: 1px 2px 3px #C0C0C0;
    display: none;
    padding: 0.4em 0.4em 0.4em 0.5em;
	margin:-10px 10px 10px;
}
.ctrllabel {
    color: #666666;
    display: block;
    padding-top: 5px;
}
.noobligatorio {
    background-color: #E8F6FF;
}
.fotoMenu ul li {
    cursor: pointer;
    padding: 0.2em 0 0.2em 1.8em;
}
.fotoMenu ul li a {
    display: block;
}
.fotoMenu ul li:hover {
    background-color: #EAEAEA;
}
.fotoMenu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.botonFotoMenu {
    -moz-user-select: none;
    background: url("/assets/img/config.png") no-repeat scroll 5px center #222222;
    border-radius: 2px;
    box-shadow: 0 0 1px #C0C0C0;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.8em;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    margin-top: -25px;
    opacity: 0;
    padding-left: 26px;
    padding-right: 10px;
    position: absolute;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.botonFotoMenu:hover {
    background-color: #3A3A3A;
    opacity: 1;
}
.uploadFoto {
    background: url("/assets/img/upload.png") no-repeat scroll 3px center rgba(0, 0, 0, 0);
}
.editFoto {
    background: url("/assets/img/edit.png") no-repeat scroll 3px center rgba(0, 0, 0, 0);
}
.deleteFoto {
    background: url("/assets/img/delete.png") no-repeat scroll 3px center rgba(0, 0, 0, 0);
}
#imageFile {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	left:-100px;
}
.title_interior {
    color: #666 !important;
    float: left;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
}
.empty_fields span a {
    color: #666 !important;
    cursor: pointer;
    margin-left: 5px;
}
/* Slider Noticias Dash */
/*
#slides .slide {
    display: block;
    height: 90px;
    padding: 0;
}
#consejos_s_box {
    border-bottom: 1px dotted #CCCCCC;
    float: left;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}
#container_g .descrip {
    display: block;
    height: auto;
    width: auto;
}
#slides .slides_container .consejos_s_title {
    color: #006CA6;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    margin-bottom: 5px;
    overflow: hidden;
	width:100%;
}
#slides .slides_container .slides_control {
    width:100% !important;
}
#container_g .foto_slide_portada {
    overflow: hidden;
    padding: 0 10px 10px 0;
	float:left;
}
.foto_slide_portada img {
	width:95px;
}
#slides .pagination_w {
    float: right;
    margin: 0 5px 0 0;
    width: auto;
}
#slides .pagination_w li {
    float: left;
    list-style: none outside none;
    margin: 0 1px;
}
#slides .pagination_w li a {
    background-image: url("/assets/img/pagination.png");
    background-position: 0 0;
    display: block;
    float: left;
    height: 0;
    overflow: hidden;
    padding-top: 12px;
    width: 12px;
}
#slides .pagination_w li.current a {
    background-position: 0 -12px;
}
.slider_g_item {
    height: auto;
    overflow: hidden;
    width: 100%;
}
.slider_g_item img {
    min-height: 158px;
    width: 100%;
}
#slider_g li, #slider_g ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
#slider_g {
    overflow: hidden;
    width: 100%;
}
#slider_g li {
    display: block;
    float: left;
    width: 100%;
}
#controls_g .btn_prev {
    background: url("/assets/img/btn-left-b.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 22px;
    left: 0;
    position: absolute;
    top: 70px;
    width: 30px;
}
#controls_g .btn_next {
    background: url("/assets/img/btn-right-b.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 22px;
    position: absolute;
    right: 0;
    top: 70px;
    width: 30px;
}
#controls_g .btn_next a, #controls_g .btn_prev a {
    display: block;
}
#controls_g ol {
    height: 14px;
    margin: 1em 0;
    padding: 0;
}
#controls_g ol li {
    float: left;
    height: 14px;
    line-height: 14px;
    list-style: none outside none;
    margin: 0 5px 0 0;
    padding: 0;
}
#controls_g ol li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #333333;
    float: left;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    padding: 0 5px;
    text-decoration: none;
}
#controls_g ol li.current a {
    background: none repeat scroll 0 0 #00669C;
    color: #FFFFFF;
}
#controls_g ol li a:focus, .nextBtn a:focus, .prevBtn a:focus {
    outline: 0 none;
}
.consejos_s_item {
    float: left;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.consejos_s_item .consejos_s_title {
    color: #006CA6;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
}
.consejos_s_item .consejos_s_title a {
    color: #006CA6;
    text-decoration: none;
}
.consejos_s_item .consejos_s_text {
    color: #333333;
    float: left;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    overflow: hidden;
    width: 100%;
}


.slide {
	height:120px;
	width:100%;
}*/
/* ---------------------------------------------- */
/* MIS BUSQUEDAS */
#mis_busquedas h3 {
    font-size: 20px;
    font-weight: bold;
}
#mis_busquedas .itembusqueda {
    border-bottom: 1px solid #E8E8E8;
    float: left;
    height: auto;
    padding: 12px 0;
    width: 100%;
}
#mis_busquedas .itembusqueda .correo {
    float: left;
    height: auto;
    /*width: 45px;*/
}
#mis_busquedas .itembusqueda .data {
    float: left;
    height: auto;
    padding-left: 15px;
}
#mis_busquedas .itembusqueda .data_border {
    border-left: 1px solid #E8E8E8;
}
#mis_busquedas .itembusqueda .data_no_border_l {
    border-left: 0 none;
    border-right: 1px solid #E8E8E8;
}
#mis_busquedas .itembusqueda .data .hider, #mis_busquedas .itembusqueda .data .nombre, #mis_busquedas .itembusqueda .data .palabra {
    height: auto;
    width: 100%;
}
#mis_busquedas .itembusqueda .data .nombre {
    color: #006bb6;
    font-size: 18px;
    font-weight: 700;
}
#mis_busquedas .itembusqueda .data .palabra {
    font-size: 12px;
    margin-bottom: 7px;
    margin-top: 3px;
    text-transform: capitalize;
}
#mis_busquedas .itembusqueda .data .hider {
	background: url("../img/red_arrow_down.png") left center no-repeat;
    color: #FF0000;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 18px;
}
#mis_busquedas .itembusqueda .data .detalles {
    float: left;
    height: auto;
    width: 100%;
}
#mis_busquedas .desc {
    border-bottom: 1px solid #E8E8E8;
    float: left;
    font-size: 12px;
    margin: 3px 3px 3px 18px;
    width: 100%;
}
#mis_busquedas .desc div {
    font-weight: 700;
}
#mis_busquedas .itembusqueda .acciones {
    float: right;
    height: auto;
    padding-top: 15px;
	padding-bottom:15px;
    vertical-align: middle;
	border-left:1px solid #E8E8E8;
}
#mis_busquedas .itembusqueda .acciones .accion_borrar, #mis_busquedas .itembusqueda .acciones .accion_editar {
    float: left;
    /*margin-top: 5px;*/
    text-align: center;
    width: 30px;
}
#mis_busquedas .itembusqueda .buscar {
    float: left;
    height: auto;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
#mis_busquedas .itembusqueda .buscar img {
    cursor: pointer;
}
.busqueda {
    border-bottom: 1px solid #CCCCCC;
    display: table;
    height: 59px;
    position: relative;
    text-align: left;
    width: 100%;
}
.busqueda .nombre {
    color: #007FBF;
    display: table-cell;
    font-size: 14px;
    font-weight: 700;
    height: 59px;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: middle;
    width: 170px;
}
.busqueda .data {
    color: #999999;
    display: table-cell;
    font-size: 11px;
    font-weight: 400;
    height: 59px;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: middle;
    width: 200px;
}
.busqueda .acciones {
    color: #007FBF;
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin-top: 15px;
    overflow: hidden;
    width: 254px;
}
.busqueda .acciones .eliminar {
    background-image: url("/assets/img/eliminar.png");
    
}
.busqueda .acciones .editar {
    background: url("/assets/img/editar.png") left center no-repeat;    
    float: left;
    height: 14px;
    margin-left: 10px;
    margin-top: 6px;
    padding-left: 15px;
    width: auto;
}

.busqueda .acciones .buscar {
    background: url("/assets/img/yellow_btn.jpg") repeat-x;
    color: #FFFFFF;
    float: left;
    height: 27px;
    margin-left: 10px;
    text-align: center;
    width: 115px;
}
.busqueda .acciones .buscar a {
    color: #FFFFFF;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

.tab_selector {
    border-bottom: 6px solid #CCC;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}
.tab_selector ul {
    left: 10px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 8px;
}
.tab_selector ul li {
    border-bottom: 6px solid #999999;
    color: #999999;
    float: left;
    margin-right: 10px;
    padding-bottom: 1px;
    padding-right: 10px;
	cursor:pointer;
}
.tab_selector ul .active {
    border-bottom: 6px solid #0074B1;
    color: #0074B1;
}
.tab_selector ul li a {
    color: #999999;
    text-decoration: none;
}
.tab_selector ul .active a {
    color: #0074B1;
    text-decoration: none;
}

/*----------------*/
/* MIS POSTULACIONES */

#mis_postulaciones h3 {
	font-size: 20px;
    font-weight: bold;
}
#mis_postulaciones .ocultar_mostrar {
    cursor: pointer;
    outline: 0;
}
.tab_selector_post {
    border-bottom: 6px solid #CCC;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 34px;
    position: relative;
    width: 100%;
}
.tab_selector_post ul {
    list-style: outside none none;
    margin: 8px 0 0 0;
    padding: 0;
}
.tab_selector_post ul li {
    border-bottom: 6px solid #999999;
    color: #999999;
    float: left;
    margin-right: 10px;
    padding-bottom: 1px;
    padding-right: 10px;
	cursor:pointer;
}
.tab_selector_post ul .active {
    border-bottom: 6px solid #0074B1;
    color: #0074B1;
}
.tab_selector_post ul li a {
    color: #999;
    text-decoration: none;
}
.tab_selector_post ul .active a {
    color: #0073B1;
    text-decoration: none;
}

.tab_selector_post ul li a:hover{
    color: #0074B1;
}

#mis_postulaciones .order_opt select{
    margin-bottom: 5px;
    padding: 5px;
    width:100%;
	}
#mis_postulaciones .order_opt, .md2_lista_oferta_content .sub_title {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

#mis_postulaciones .order_txt{
    padding-top: 6px;
    text-align: right;
}

.md2_lista_oferta_content .status {
	cursor:pointer;
}
#todo {
    float: left;
    width: 100%;
}
.form_wrapper, .form_wrapper2 {
    height: 0;
}
.cont_wrapper, .form_wrapper, .form_wrapper2 {
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
}

element.style {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/* ---------------------------------------------- */

/*####### OTROS ELEMENTOS ######*/
#experienciasconwrap .cv_parts_des{
    border-bottom: 1px solid #ccc;
    margin: 3px 0;
}
/*#############*/

/* MAP WIDGET */

.map_mod h4 {
    color: #666;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

/*-----------------------------------------------*/

/* GALERIA IMAGENES */
.gal-item {
	padding:10px;
}
.imgLiquidFill {
    border: 10px solid #F1F1F1;
    border-radius: 5px;
}
/*---------------------------------------------*/

/* COMPLETAR CV */


.des .carrera, .des3 .carrera{
    /*width: 100% !important;*/
}

.ccv .h2_sub {
 color: #666;
 float: left;
 font-size: 32px;
 font-weight: 700;
 margin: 6px 0 0;
 padding: 0;
 text-shadow: #fff 1px 1px;
}

.ccv .item {
 height: 150px;
 width: 305px;
 position: relative;
 cursor: pointer;
 overflow:hidden;
 margin:50px auto;
}

.ccv .item .mini {

 color: #808080;
    font-size: 12px;
    font-weight: 700;
    margin-left: 100px;
    margin-top: 15px;
}

.ccv .item .main {
    font-size: 30px;
    font-weight: 700;
    margin-left: 100px;
}

.ccv .item .desc {
    color: #808080;
    font-size: 14px;
    height: 35px;
    margin-top: 20px;
    text-align: left;
    width: 100%;
}

.ccv .item.tradicional {
 background: url(/assets/img/cv_tradicional.png) no-repeat no-repeat 0 4px;
}

.ccv .item.pc {
 background: url(/assets/img/cv_pc.png) no-repeat no-repeat 0 4px;
}

.ccv .item.linkedin {
 background: url(/assets/img/cv_linkedin.png) no-repeat 0 4px;
}

.ccv .item:hover {
 color: #0071ad;
}
.requerido{
 padding-top:10px;
}
/*---------------------------------------------*/

/* MSG COMPARTIR CV */
#shareCV {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #007FC0;
    display: none;
    float: left;
    font-size: 130%;
    height: auto;
    margin-bottom: 0;
    opacity: 0;
    padding: 30px;
    width: 100%;
    z-index: 3500;
}
#shareCV .shareMsg {
    display: inline-block;
	font-size: 14px;
    font-weight: bold;
}
#shareCV .goShare {
    background-color: #FEC44C;
    background-image: linear-gradient(to bottom, #FEC44C, #FFA406);
    background-repeat: repeat-x;
    border: 1px solid #FFA406;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    letter-spacing: -1px;
    margin-left: 40px;
    margin-top: 5px;
    padding: 5px 20px;
    text-shadow: 1px 1px 0 #C78714;
    vertical-align: top;
    width: 100px;
}
#shareCV .goShare:hover {
    background-color: #FFA406;
    background-position: 0 -15px;
    transition: background-position 0.1s linear 0s;
}
#loadingMask {
background: url(/assets/img/alpha40.png);
z-index: 20000;
position: fixed;
opacity: .5;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
#loadingMessage {
background: #E8E8E8 url(/assets/img/popup_ajax_loader.gif) no-repeat 21px center;
z-index: 20001;
position: fixed;
bottom: 6%;
right: 3%;
padding: 16px 35px 16px 62px;
border-radius: 8px;
box-shadow: 0 0 15px #666;
cursor: wait;
opacity: .75;}
/*--------------------*/
.degree{
	word-break: break-all;
	}
	
/*-----------ofertas cubitos-------------------*/
.bloque{
	height:140px;
	background-color: #9c9c9c;
    border: 1px solid #9c9c9c;
	padding:5px;
	color:#fff;
    -webkit-transition: all 0.5s ease-out;  
       -moz-transition: all 0.5s ease-out;  
        -ms-transition: all 0.5s ease-out;  
         -o-transition: all 0.5s ease-out;  

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bloque h2{
	color:#efefef;
	}
.bloque a{
	text-decoration:none;
}
.bloque p{
	color:#ffffff;
}
.bloqueholder{
		height:150px;
	}
.ofertasHomeMenu{
	margin-bottom:10px;
	}
.bloque:hover{
	background-color:#c7c7c7;
    -webkit-transition: all 0.5s ease-out;  
       -moz-transition: all 0.5s ease-out;  
        -ms-transition: all 0.5s ease-out;  
         -o-transition: all 0.5s ease-out;  
	}
.view_selector a{
	color:#ccc;
	border-bottom:5px solid #ccc;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	
	}
	
.selector_active a{
	color:#404040;
	border-bottom:5px solid #404040;
	cursor:pointer;
	}
.vermasBloque{
	cursor:pointer;
	}
/***************FIN OFERTAS CUBITOS *************************/	

.input_warning {
    color: #000!important;
    background-color: #FFBFBF !important;
}


.dp_info2 {
 border-left: 1px solid #BFBFBF;
    float: left;
    height: auto;
    overflow: hidden;
 padding-top:10px;
 padding-left:0;
 padding-right:0;
 min-height:188px;
}


.md2_lista_oferta_content h1 {
    color: #0079bd;
    -webkit-transition: all 0.3s ease-out;  
       -moz-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
         -o-transition: all 0.3s ease-out;  
}

.md2_lista_oferta_content h1 a {
    color: #303030;
}

.md2_lista_oferta_content h1:hover{
    color: #202020;
    -webkit-transition: all 0.3s ease-out;  
       -moz-transition: all 0.3s ease-out;  
        -ms-transition: all 0.3s ease-out;  
         -o-transition: all 0.3s ease-out;  
}

.md2_lista_oferta_content h1:active{
    color: #303030;
}

.md2_lista_oferta_content .elcargo {
    color: #007FC0;
    float: left;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 18px;
    margin: 0;
    padding: 0 0 5px;
    width: 350px;
}

 

.fancybox-inner > div {
    float: none !important;
    margin: none !important;
    padding: none !important;
}
.ver_todo.pull-right-ofertas a {
    background: #007BC1;
    border-radius: 3px;
    border: 1px solid #006BB1;
    color: #ffffff;
    float: right;
    margin-top: 5px;
    margin: 0 15px 0px 0;
    padding: 4px;
    -webkit-transition: all 0.2s ease-out;  
       -moz-transition: all 0.2s ease-out;  
        -ms-transition: all 0.2s ease-out;  
         -o-transition: all 0.2s ease-out;  
}
.ver_todo.pull-right-ofertas a:hover {
    background: #209BCF;
    border-radius: 3px;
    border: 1px solid #108BBF;
    color: #ffffff;
    padding: 4px;
}
/*Más Noticias*/
.ver_todo.pull-right a {
    background: #007BC1;
    border-radius: 3px;
    border: 1px solid #006BB1;
    color: #ffffff;
    margin: 0 15px 0px 0;
    padding: 4px;
    -webkit-transition: all 0.2s ease-out;  
       -moz-transition: all 0.2s ease-out;  
        -ms-transition: all 0.2s ease-out;  
         -o-transition: all 0.2s ease-out;  
}
.ver_todo.pull-right a:hover {
    background: #209BCF;
    border: 1px solid #108BBF;
    border-radius: 3px;
    color: #ffffff;
    padding: 4px;
}

#subMenuTBJ{
    border-top: 0 !important;
}

.subMenuTBJ_wrapper{
    width: 100% !important;
}

.subMenuTBJ_wrapper .dropdown-menu{
    box-shadow: none;
    border: 0;
    vertical-align: middle;
}

#subMenuTBJ .icon-copa{
    font-family: 'premium' !important;
}


.custom_menu{
    display: inline-block;
    vertical-align: middle;
}

.custom_menu ul {
    margin: 0;
    padding: 0;
}

.custom_menu ul li {
    display: inline-block;
    list-style-type: none;
}

.custom_menu ul li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 8px 10px;
    text-decoration: none;
    text-shadow: 1px 1px #000000;
    text-transform: capitalize;
}



@font-face {
  font-family: 'premium';
  src: url("/assets/fonts/premium.eot");
  src: url("/assets/fonts/premium.eot?#iefix") format('embedded-opentype'),
  url("/assets/fonts/premium.woff") format('woff'),
  url("/assets/fonts/premium.ttf") format('truetype'),
  url("/assets/fonts/premium.svg#premium") format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'premium';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-copa:before {
    content: "\e61c";
}

.btn_premium {
  background: #fec54e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fec54e 0%, #ffa304 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fec54e), color-stop(100%,#ffa304));
  background: -webkit-linear-gradient(top, #fec54e 0%,#ffa304 100%);
  background: -o-linear-gradient(top, #fec54e 0%,#ffa304 100%);
  background: -ms-linear-gradient(top, #fec54e 0%,#ffa304 100%);
  background: linear-gradient(to bottom, #fec54e 0%,#ffa304 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec54e', endColorstr='#ffa304',GradientType=0 );
  border-radius: 4px 4px 0 0;
  color: white;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding: 8px;
  text-align: center;
  text-shadow: 1px 1px #CB9A46;
  }

  .btn-seccion-premium {
      display: inline-block;
      float: right;
      right: 0;
      top: 0;
}

.btn_premium:hover{
    text-decoration: none;
}

.actions:hover {
  color: white;
}


/**************/
@media screen and (max-width: 768px){
    .completitud{
        position: relative;
    }
}



/*--------*/
/*** DEFAULT COLORS/STYLES ***/
#subMenuTBJ {
    background-color: #007EC1;
    border-top: 1px solid #005EA0;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.subMenuTBJ_wrapper {
    margin: 0 auto;
    width: 970px;
}
/* Root menu */
#subMenuTBJ .dropdown-menu {
    background: #007EC1;
}
.menu_cat_item {
    text-transform:capitalize;
}
/* Root links */
#subMenuTBJ .dropdown-menu a,
#subMenuTBJ .dropdown-menu a:link,
#subMenuTBJ .dropdown-menu a:visited {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -1px;
    padding: 8px 10px;
    text-decoration: none;
    text-shadow:1px 1px #000000;
}
/* Root link hover */
#subMenuTBJ .dropdown-menu a:hover,
#subMenuTBJ .dropdown-menu li.dropdown-menu-hover > a {
    color: #fff;
}
/* Root menu item hover */
#subMenuTBJ .dropdown-menu li:hover,
#subMenuTBJ .dropdown-menu li.dropdown-menu-hover {
    background: #3E90BB;
}
/* Submenus */
#subMenuTBJ .dropdown-menu ul {
    background: #3E90BB;
}
/* Submenu item hover */
#subMenuTBJ .dropdown-menu ul li:hover,
#subMenuTBJ .dropdown-menu ul li.dropdown-menu-hover {
    background: #78B3D1;
}
.dropdown-menu-sub-indicator ul li a {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 5px !important;
    text-shadow:none !important;
}

/* Optional submenu drop shadow */
.dropdown-menu-shadow {
    -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
}

/*** ESSENTIAL STYLES ***/
#subMenuTBJ .dropdown-menu {
    white-space: nowrap;
    display: inline-block;
    /* IE7 inline-block fix */
    *display: inline;
    *zoom: 1;
}
#subMenuTBJ .dropdown-menu,
#subMenuTBJ .dropdown-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#subMenuTBJ .dropdown-menu ul {
    display: none;
    position: absolute;
    z-index: 1000000;
}
#subMenuTBJ .dropdown-menu ul ul {
    top: 0;
    left: 100%;
}
#subMenuTBJ .dropdown-menu li {
    margin: 0;
    padding: 0;
    display: inline-block;
    /* IE7 inline-block and padding fix */
    *display: inline;
    *zoom: 1;
    *vertical-align: bottom;
}
#subMenuTBJ .dropdown-menu li a {
    display: block;
}
#subMenuTBJ .dropdown-menu ul li {
    position: relative;
    display: block;
}

/* Optional submenu arrows */
span.dropdown-menu-sub-indicator {
    margin-left: .4em;
    display: inline-block;
    vertical-align: baseline;
    /* Image Replacement */
    background-color: transparent;
    background-image: url('/assets/img/arrows-ffffff.png');
    background-repeat: no-repeat;
    background-position: 0 -100px;
    width: 10px;
    height: 10px;
    border: 0;
    overflow: hidden;
    /* IE7 image replacement fix */
    *text-indent: -9999px;
    /* IE7 inline-block fix */
    *display: inline;
    *zoom: 1;
    *vertical-align: middle;
}
span.dropdown-menu-sub-indicator:before {
    /* Image replacement */
    content: "";
    display: block;
    width: 0;
    height: 100%;
}
/* Arrow hovers */
#subMenuTBJ .dropdown-menu li:hover > a > span.dropdown-menu-sub-indicator,
#subMenuTBJ .dropdown-menu li.dropdown-menu-hover > a > span.dropdown-menu-sub-indicator {
    background-position: -10px -100px;
}
.view_more {
    border-top:1px solid #005EA0;
}
.view_more a {
    text-transform:uppercase !important;
}


.h2_sub h1 {
    color: #666;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin: 0;
    padding: 0 0 5px;
}

.h2_sub h2 {
    color: #666;
    /*float: left;*/
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 6px 0 0;
    padding: 0;
    text-shadow: #FFF 1px 1px;
}

.h2_sub h1.ultimas_ofertas_home_title {
    color: #666;
    float: left;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: normal;
    padding: 0;
    text-shadow: #FFF 1px 1px;
}

#login .box_login .login_form .forgot {
    color: #0072B2;
    float: left;
    font-size: 12px;
    line-height: 32px;
}

.register {
    color: #0072B2;
    float: left;
    font-size: 12px;
    line-height: 32px;
}

#login .box_login .login_form .btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #FFA406;
    background-color: #FEC44C;
    background-image: -moz-linear-gradient(top, #FEC44C, #FFA406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FEC44C), to(#FFA406));
    background-image: -webkit-linear-gradient(top, #FEC44C, #FFA406);
    background-image: -o-linear-gradient(top, #FEC44C, #FFA406);
    background-image: linear-gradient(to bottom, #FEC44C, #FFA406);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffFEC44C', endColorstr='#ffFFA406', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    color: #FFF;
    cursor: pointer;
    float: right;
    font: 700 16px 'Open Sans', Arial, Helvetica, sans-serif;
    letter-spacing: -1px;
    text-shadow: 1px 1px 0 #C78714;
    width: 100px;
}

#login .box_login .login_form .btn:hover {
    background-color: #FFA406;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.titulo_val_existe{
    text-align: center;
}

.titulo_val_existe h2{
    color: #333;
    font-size: 1.5em;
    font-weight: bold;
}

.form_val_existencia{
    display: inline-block;
    float: left;
    width: 100%;
}

.data-area-form-val-1{
    float: left;
    margin-bottom: 15px;
    margin-left: 105px;
    width: 30% !important;

}
.data-area-form-val-1 select{
    width: 200px !important;
}

.data-area-form-val-2{
    float: left;
    margin-bottom: 15px;
    width: 30% !important;

}

.data-area-form-val-2 select{
    width: 200px !important;
}

.data-area-form-val-3{
    float: left;
    margin-bottom: 15px;
    width: 25%;
}
.data-area-form-val-4{
    float: right;
    margin-bottom: 15px;
    margin-right: 105px;
    width: 12%;
}

.btn_validacion{
    background: none repeat scroll 0% 0% #E9812A;
    border-radius: 3px;
    border: 1px solid #E9812A;
    color: #FBFBFB;
    float: right;
    margin-bottom: 15px;
    margin-top: 17px;
    padding: 5px 10px;
    text-align: center;
    transition: all 0.5s ease 0s;
}

.menu-logueado .imagenPersona{
    border-radius: 50%;
    height: 35px;
    width: 35px;
}

.navbar-inverse .menu-logueado .navbar-nav > li a{
    background: none;
    border: none;
}

.navbar-inverse .menu-logueado .navbar-nav > li a strong{
    background-image: url('/assets/img/arrow_down.png');
    background-position: right center!important;
    background-repeat: no-repeat!important;
    padding-right: 25px!important;
    text-shadow: 1px 1px #000;
}

.navbar-inverse .menu-logueado .navbar-nav > li b.caret{
    display: none;
}

.flag_menu {
    width: 40px;
    float: left;
    color: #FFF!important;
    margin-left: 0;
    margin-top: 0;
    line-height: 64px;
    height: 64px;
    text-align: center;
    position: relative;
    z-index: 100;
}

.flag_menu ul{
        background-position: center 47px!important;
}

.flag_menu ul li .flag_sub li{
    width: 100%;
}

.flag_menu .flag_title{
    display: none;
}

.flag_menu ul li .flag_sub li img{
    margin-right: 12px;
    padding-right: 0;
}

/*iconos topbar*/
.interview_icon {
    background: url("/assets/img/date_next.png") left center no-repeat;
    border-right: 0;
    color: #FFF;
    float: right;
    font-size: 14px;
    height: 64px;
    line-height: 64px;
    margin: 0 20px 0 0;
    text-align: right;
    width: 30px;
}

.msg_icon {
    background: url("/assets/img/msg_icon.png") left center no-repeat;
    color: #FFF;
    float: right;
    font-size: 14px;
    height: 64px;
    line-height: 64px;
    margin: 0 10px 0 0;
    text-align: right;
    width: 30px;
}

.userpremium_icon {
    border-radius: 7px;
    border: 1px solid #fff;
    color: #FFF;
    float: right;
    font-size: 14px;
    line-height: 32px;
    margin-top: 15px;
    padding: 2px 7px 0 7px;
    text-align: right;
}

#logo {
    height: 64px;
    float: left;
    position: relative;
    margin: 0 0 0 10px;
}

.N7_top{
    height: 63px;
}

.trigger{
    height: auto !important;
}

.certificacion{
    text-align: center;
    margin-bottom: 1em;
}

.logocertificaciones {
    border-radius: 8px;
    height: auto;
    padding: 4px;
    width: 100px;
}

.inline_des2.titulocertificacion {
    color: #232323;
    float: none;
    font-weight: bold;
    margin: 0;
    text-align: center;
    width: 100%;
}

.botones input[type=button], .botones input[type=submit] {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background-color: #00659A;
    background-image: -moz-linear-gradient(top, #00659A, #0077B7);
    background-image: -o-linear-gradient(top, #00659A, #0077B7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00659A), to(#0077B7));
    background-image: -webkit-linear-gradient(top, #00659A, #0077B7);
    background-image: linear-gradient(to bottom, #00659A, #0077B7);
    background-repeat: repeat-x;
    border-radius: 4px;
    border: 1px solid #0077B7;
    color: #fff;
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff00659A', endColorstr='#ff0077B7', GradientType=0);
    float: right;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 30px;
    letter-spacing: -1px;
    margin-right: 10px;
    text-shadow: 1px 1px 0 #00466b;
    width: 130px;
}

.botones input[type=button]:hover, .botones input[type=submit]:hover {
    background-color: #0077B7;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
}

.floatMe {
    float: left;
    width: 100%;
}

.instruction {
    background-color: #CEECF5;
    border-radius: 5px;
    border: 1px solid #A9E2F3;
    color: #0B4C5F;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 10px 15px;
    width: 100%;
}

#contentdown{
    clear: both;
}

/*Confirmacion de registro*/
.confirm_right {
    margin-top: 20px;
    width: 300px;
    background-color: #D6E6EF;
    height: auto;
    float: left;
    background-image: url("/assets/img/form_arrow.png");
    background-repeat: no-repeat;
    background-position: 20px 320px;
    padding-bottom: 20px;
}
.confirm_right_content {
    width: 285px;
    float: left;
    height: auto;
    margin-bottom: 250px;
    margin-top: 10px;
    padding-left: 15px;
}
.confirm_right_content .list li {
    margin-bottom: 15px;
    background-image: url("/assets/img/check_blue.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 20px;
    width: 250px;
}
/*addthis*/
#at16pib,#at16p{
    display: none !important;
}

/*Compras*/
.editshopping {
    float: left;
    color: #006599;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    clear: both;
}
.editshopping a {
    color: #006599;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    float: left;
}

@media screen and (max-width:318px){
    .captcha{
        max-width: 200px !important;
    }
}

.titulo {
   clear: both;
}

.section_p{
    text-align: justify;
}

.section_p li{
    list-style: inherit;
}

#nobtn {
    background-color: #afafaf;
    border-color: #bbbbbb;
    width: 100px;
}

#nobtn:active, #nobtn:focus, #nobtn:hover {
    background-color: #676363;
    border-color: #717171;
}

#siboton {
    width: 100px;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

#siboton:active, #siboton:focus, #siboton:hover {
    background-color: #4e984e;
    border-color: #5fb75f;
}

#titleShare h3{
    margin: 10px 0;
}
.conditionsTermsLabel, input#condiciones{
    margin:  0; 
}
#landingpage_npp{
    margin-top: 0px !important;
}