@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.eot');
    src: url('../fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('../fonts/opensans-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1, h2, h3, h4, h5, h6, h7 {
    color: #646464;
    font-family: 'open_sanslight';
    font-weight: normal;
}
/*--------------*/
/* BOOTSTRAP OVERRIDE */

.nav > li > a:hover,
.nav > li > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #064976;
    color: #fff; 
    text-decoration: none;

}
.nav > li > a{
    padding: 10px;
}

.nav-pills > li:first-child{
    border-left: none;
}
.no-padding {
    padding:0;
}
.no-margin {
    margin:0;
}
.center{
    text-align: center;
}
.nav-pills > li + li {
    margin-left: 0;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus {
    background-color: transparent;
    color: #064976;
    text-decoration: none;
}
.nav.nav-pills a{
    background-color:transparent;   
    color: #064976;
    font-size:14px;
    padding: 20px;
    text-transform: uppercase;
}
.nav-pills > li > a{
    border-radius: 0px;


}
a {
    color: #666;
}
a:hover, a:focus {
    color: #333;
    text-decoration: underline;
}
#ingresarBtn {
    letter-spacing: 2px;
    margin: 5px 0 0 0;
    text-transform: uppercase;
    width: 100%;
}
.btn-primary {
    background-color: #333;
    border-color: #666;
    color: #FFFFFF;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.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;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
/****Header Menu v10.0***/
.navbar-collapse.collapse {
    float: right;
}

/*.navbar .container{
    width: 100%;
}*/
/******/
/*-------------------*/

body {
    background-color:#fff;
    font-family: 'open_sanslight';
    margin-top: 95px;

}
.top_menu {
    background-color: transparent;
    font-family: 'open_sanslight';
}
/* TOP */
.navbar-header img {
    margin-top: 40px;
    max-width: 100%;	
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.navbar-header img:hover {
    opacity: 0.7;
}
.navbar-nav > li > a {
    line-height: 20px;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-bottom-color: #747A80;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top-color: #747A80;
    border-top: 6px solid #747A80;
}
.navbar-inverse .navbar-nav > .open > a .caret, 
.navbar-inverse .navbar-nav > .open > a:hover .caret, 
.navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
    /*text-shadow:0 0 5px #FFFFFF;*/
	background-color: transparent;
    border: none;
    color: #fff;
    padding: 3px 10px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus{
    background-color: transparent;
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    font-family: 'open_sanslight';
    margin-top: 6px;
    padding: 0 10px;
    text-transform: capitalize;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    -ms-border-radius:0px;
    -o-border-radius:0px;
    border-radius:0px;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.navbar-inverse .navbar-nav > li > a:hover {
    background-color: transparent;
    border:none;
    color:#fff;
    margin-top: 6px;
    padding: 0 10px;
}
.navbar-inverse .navbar-nav > li > a > strong {
    font-weight: normal;
}
.navbar {
    background-image: url("../img/barratop.png");
    background-position: top;
    background-repeat: repeat-x;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    color: #FFF;
    height:95px;
    -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.2s ease-out;  /* FF4+ */
        -ms-transition: all 0.2s ease-out;  /* IE10? */
         -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
}
/*.custom{
    background-color: #EBE7E7;
    -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;  
 }*/
.navbar a {
	color:#FFF;
}
.nav > li > a > img {
    border-radius: 50%;
 /*   border: 2px solid rgba(255, 255, 255, 0.3);*/
}
.idiomachangemenu {
    color: #acacac;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.idiomachangemenu:hover {
    color: #6c6c6c;
}
/*::::::::::::::::::::::::::::::*/
/*Menú Peril Logueado*/


.dropdown-menu {
    background-clip: padding-box;
    background-color: #324353;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-family: 'open_sanslight';
    font-size: 12px;
    left: 0px;
    list-style: outside none none;
    margin: 2px 0px 0px;
    min-width: 250px;
    padding: 5px 0px;
    position: absolute;
    text-transform: capitalize;
    top: 100%;
    z-index: 1000;
}
.dropdown-menu > li > a {
    border-bottom: 1px solid #3B4C5C;
    clear: both;
    color: #BFBFBF;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 8px 20px;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #1F3040;
    border-left: 4px solid #E8E8E8;
    color: #BFBFBF;
    padding: 8px 5px 8px 10px;
    text-decoration: none;
}
.open .dropdown-toggle strong {
    color: #fff;
}

/*::::::::::::::::::::::::::::::*/
.navbar-collapse {
	font-family: Arial,sans-serif;
    font-size: 16px;
}
.navbar .navegacion{
    z-index: 1030 !important;

}
.navegacion{
    background: transparent;

}
/*------------------------*/

/* MAIN */
.persMedia .bk_left{
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.bk_left, .bk_right {
    padding: 10px;
    float:left;
    height:auto;
    margin:10px 0;
    overflow:hidden;
    padding-bottom: 10px;
    width:100%;
}
.bk_left h2 {
    color: #646464;
    font-family: 'open_sanssemibold';
    font-size: 22px;
    letter-spacing: -1px;
    margin: 0;
    text-transform: uppercase;
}
/*--------*/


/* SLIDER HOME AREA */

.slider-home {
	position:relative;
	background-repeat:repeat-x;
    background-color: transparent;
    margin-top: 10px;
    margin-bottom: 0;
}
#slider-home {
	position:relative;
}
/****PARA SLD 100% COMENTAR O DESCOMENTAR***
#slider-home.container{
    width: 100%;
    padding: 0;
}
.slider-home-bkg {
    --webkit-background-size: cover;
    background-size: cover;
}
/********FIN SLD 100%************/
.slides_container {
    float:left;
    width:100%;
}
.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 {
    line-height: 20px;
    margin-left: 20px;
    margin-top: 60px;
    opacity: 0.83;
    padding: 20px;
    z-index: 50;
}
.sld_content .sld_title {
    color:#FFF;
    font-size:26px;
    font-weight:bold;
    letter-spacing: -2px;
    text-shadow:1px 1px #000;
}
.sld_title p {
    color: #3F4C5D;
    font-size: 38px;
    font-weight: 100;
    line-height: 25px;
    position: relative;
    text-shadow: none;
    top: 30px;
}
.sld_text .sld_lnk {
	padding-right:10px;
}
.sld_img img {
	z-index:20;
}
.select_idiomas {
    width: 24%;
    float: right;
    text-align: right;
    margin: 3px 0 0 0;
    background: transparent url("../img/search_input_multiidioma.png") no-repeat scroll 246px 11px;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -o-appearance:none;
    appearance: none;
}
.select_idiomas select{
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 3px;
    border: 1px solid #cccccc;
    color: #acacac;
    float:right;
    height:34px;
    margin-left:left;
    overflow:hidden;
    padding: 5px 3px;
    width:150px;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
#idiomachange option {
    background: #ffffff;
    border: none;
    padding: 7px 3px;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
/* ----------------------------------- */
/* 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;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.1s ease-out;  /* FF4+ */
        -ms-transition: all 0.1s ease-out;  /* IE10? */
         -o-transition: all 0.1s ease-out;  /* Opera 10.5+ */
}
#search{
    text-align: center;
}
#top_search {
    display: inline-block;
    margin:10px auto 0;
    overflow:hidden;
    -webkit-transition: ;
    -moz-transition: ;
    -ms-transition: ;
    -o-transition: ;
    transition: ;
}
#searchbar {
    background: transparent;
    border-:none;
    margin: 0 0 30px 0;
}
#adv_search {
    margin-top:10px;
    display: none;
    float: left;
    height: auto;
    overflow: hidden;
    padding-top: 2px;
    position: relative;
}
#adv_search label{
    color: #000;
}
#adv_search .col-md-3 {
    height:70px;
}
.adv_search_title {
    color: #8F8F8F;
    display: none !important;
    float: left;
    font-size: 22px;
    font-weight: 100;
    margin-right: 11px;
    margin-top: 2px;
    text-transform: uppercase;
}
#search .buscadorSelectStyle {
    background-attachment:scroll;
    background-color:transparent;
    background-image:url("../img/search_input.png");
    background-position-x:center;
    background-position-y:center;
    background-position: 0 0;
    background-repeat:no-repeat;
    float:left;
    height:34px;
    margin-left:left;
    overflow:hidden;
    width:260px;
    border-right: 1px solid #ccc;
}
#search .buscadorSelect {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0) !important;
    background-color: #f9f9f9 !important;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 1px solid #bfbfbf;
    color: #9C9C9C;
    font-size: 1em;
    height: 34px;
    letter-spacing: -0.6px;
    line-height: 1em;
    padding: 7px 0 2px 6px;
    text-transform: uppercase;
    width: 280px;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */

      -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;
}
#search .buscadorInput {
    background: #ffffff;
    border-bottom: 1px solid #bfbfbf;
    border-left: 0 solid #bfbfbf;
    border-radius: 0;
    border-top: 1px solid #bfbfbf;
    color: #9c9c9c;
    float: left;
    font-style: italic;
    height: 34px;
    margin-top: 0;
    padding: 9px 8px 3px;
    width: 260px;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
#search .buscadorInput:hover {
    color: #262626;
}
#search .btnSearch {
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../img/search_icon.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: inline-block;
    float:left;
    height: 34px;
    text-align: center;
    text-indent: -99999px;
    width: 54px;
}
.adv_search {
    cursor:pointer;
    float: left;
    font-size: 14px;
    line-height: 32px;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    width: 120px;
    background-color: #f7f7f7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.adv_search:before{
    background: url("../img/plus.png") no-repeat;
    content: "";
    height: 19px;
    left: 6px;
    opacity: 0.7;
    position: absolute;
    top: 9px;
    width: 19px;
    opacity: 0.7;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);

    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.5s ease-out;  /* FF4+ */
        -ms-transition: all 0.5s ease-out;  /* IE10? */
         -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
}
.adv_search:hover:before{
    opacity: 0.9;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.adv_search a {
    border: 1px solid #bfbfbf;
    color:#9C9C9C;
    display: block;
    font-weight: 400;
    padding-left: 28px;
    text-decoration: none;
    text-transform: uppercase;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.adv_search_selected {
    background-color: #f7f7f7;
    background-position: 5px 15px;
    background-repeat: no-repeat;
    color: #9C9C9C;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.adv_search_selected a {
    border: 1px solid #bfbfbf;
    color: #9C9C9C;
    display: block;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
#flechitas_search {
    bottom: 2px;
    cursor: pointer;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    width: 36px;
}
#flechitas_search a img{
    height: auto;
    opacity: 0.5;
    width: auto;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
#flechitas_search a img:hover{
    opacity: 1;
}
.sueldo.form-control {
    float: left;
    width: 45%;
}
#sueldo {
    float: right;
}
.area_btn {
    margin-top: 4px;
   /* text-align: center;*/
}
#adv_search .adv_btn {
    background-color: #007AAD;
    border-radius: 3px;
    border: 1px solid #007AAD;
    color: #FFFFFF;
    display: inline-block;
    letter-spacing: 3px;
    margin-right: 10px;
    padding: 2px 77px;
    position: relative;
    text-transform: uppercase;
    -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-radius: 3px;
}
#adv_search .adv_btn:hover {
    background-color: #064976;
    border: 1px solid #064976;
}
#adv_search .adv_btn:active{
    background-color: #064976;
    border: 1px solid #064976;
    position: relative;
}


/* ----------------------------------- */
/* BLOQUES HOME */
.bloque_home {
    float: left;
    margin-bottom:10px;
    margin-top:10px;
    overflow: hidden;
    position:relative;
    width: 100%;
}
.img_bloque {
    float:left;
    overflow:hidden;
    width:100%;
}
.img_bloque > img {
	display:block;
	margin:auto;
	width:100%;
}
.img_bloque_news {
    float:left;
    height:108px;
    overflow:hidden;
    width:100%;
}
.img_bloque_news > img {
    display:block;
    height:auto;
    margin:auto;
    width:100%;

    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.txt_bloque {
    background:transparent;
    color:#fff;
    float: left;
    height:110px;
    padding: 10px;
    width: 100%;

    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.txt_bloque a {
	color: #646464;
	text-decoration:none;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.txt_bloque a:hover {
    opacity: 0.8;
    text-decoration:none;
}
.txt_bloque h3 {
    color: #646464;
    font-family: 'open_sansregular';
    font-size:18px;
    margin:0 0 10px 0;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.txt_bloque h3:hover {
    opacity: 0.8;
}
.vermas_bloque {
    bottom:5px;
    color:#FFF;
    position:absolute;
    right:10px;
}
.vermas_bloque a {
	color:#646464;
	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 {
    margin:0;
    padding: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;
    width: 100%;
}
.md2_wrapper_oferta {
    float: left;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%;
}
.md2_oferta_img {
    border-right: 1px solid #E8E8E8;
    float: left;
    height: 85px;
    text-align: center;
    width: 119px;
}
.md2_oferta_img img {
    background: none no-repeat scroll center center rgba(0, 0, 0, 0);
    max-height: 60px;
    max-width: 100px;
}
.md2_oferta_content {
    float: left;
    height: auto;
	width:100%;
}
.md2_lista_oferta_content {
    float: left;
    height: auto;
	width:100%;
}
.md2_lista_oferta_content a {
    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 {
    float: left;
    line-height:12px;
    width: 100%;
}
.md2_lista_oferta_content .sub_title h2 {
    color: #54697e !important;
    float: left;
    font-family: 'open_sansregular' !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    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: left;
    width: 100%;
}
.md2_lista_oferta_content p {
    color: #4f5c5d;
    float: left;
    font-size: 14px;
    margin: 5px 0 0 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("../img/star_inactive.png");
    cursor: pointer;
    float: right;
    height: 27px;
    margin-left: 5px;
    margin-top: -5px;
    width: 27px;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.md2_active, .md2_add:hover,
.md2_lista_oferta_content .md2_active {
    background-image: url("../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;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin: 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-radius: 3px;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: auto;
    margin: 2px;
    padding: 2px 4px;
    text-transform: uppercase;
}
.title_results {
    float:left;
    margin-bottom:5px;
    overflow:hidden;
    width:auto;
}
.title1 {
    color: #333333;
    font-size: 24px;
    line-height:26px;
}
.title2 {
    color: #666666;
    font-size: 26px;
    font-weight: bold;
}
.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-radius: 4px;
    border: 1px solid #CCCCCC;
    display: block;
    float: right;
    height: 30px;
    width: 69px !important;
}
.vista_simple {
    background-position: center bottom;
}
/*--------------------------*/

/* TESTIMONIOS */
.txt_testimonio {
    color: #70767a !important;
    font-family: 'open_sanslight_italic';
    font-size:15px !important;
}
.persona_testimonio h4 {
	font-size:14px;
	font-weight:bold;
}
.testimonios {
	margin-top:10px;
}
.persona_testimonio img{
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.13);
    height: 64px;
    opacity: 0.7;
    width: 64px;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.persona_testimonio img:hover{
    opacity: 1;
}
/*--------------*/

/* FOOTER */
.footer {
    background-color: #626366;   
    color: #fff;
    overflow-x: hidden;
    height: auto;
    margin: 1em 0 0;
    padding:10px;
}
.footerP .col-xs-12 {
    padding-top: 5px;
}
/*-------------*/


/* RIGHT */
.right_mod {
    float:left;
    height:auto;
    margin-bottom:10px;
    width:100%;
}
.banners_r h4 {
    color:#CCCCCC;
    font-size:14px;
    margin:0;
}
#banner_right{
    margin: 1em auto;
    overflow: hidden;
}

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

/*-------*/
/* DETALLE OFERTA */

.detalle_oferta {
}
.detalle_oferta .left_col {
}
.detalle_oferta .right_col {
    background-color:#DBDBDB;
    margin-top:20px;
}
.detalle_oferta h2 {
    color:#333;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 2px 2px #FFFFFF;
}
.detalle_oferta h3 {
    color:#666666;
    font-size: 20px;
    font-weight: bold;
}
.detalle_oferta h3 a {
    color:#666666;
    font-size: 20px;
    font-weight: bold;
}
.detalle_oferta h4 {
    color:#666666;
    font-size: 16px;
    font-weight: bold;
}
.oferta_row {
    border-bottom:1px solid #E9E9E9;
    padding-bottom:10px;
    padding-top:10px;
}
.oferta_row:last-child{
    border-bottom: none;
}

.oferta_vs {
	border-left:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
}
.oferta_row .row {
	margin-bottom:10px;
}
.oferta_row ul {
	margin:0;
	padding:0;
}
.postular_oferta {
    background-color:#EBEBEB;
    margin: 1em 0;
    padding-bottom:10px;
}
.seccion_oferta {
	padding-bottom:10px;
}
.right {
	float:right;
	margin-right:10px;
}
.left {
	float:left;
	margin-left:10px;
}
.oferta_titulo a {
	color:#007FC0;
	font-weight:bold;
	font-size:16px;
}
.oferta_empresa {
	font-weight:bold;
	color:#333;
}
.oferta_fecha {
    font-size: 12px;
    font-weight: bold;
}
.blue_btn {
    background: #7f8c8d;
    border-radius: 3px;
    border: 1px solid #7f8c8d;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 700;
    height: 35px;
    letter-spacing: -1px;
    line-height: 33px;
    outline: 0 none;
    text-align: center;
    width: 188px;
    -webkit-transition: all 0.3s ease-out !important;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out !important;  /* FF4+ */
        -ms-transition: all 0.3s ease-out !important;  /* IE10? */
         -o-transition: all 0.3s ease-out !important;  /* Opera 10.5+ */
}
.blue_btn:hover {
    background: #34495e !important;
    border: 1px solid #34495e !important;
    color: #cccccc;
}
.barra_acciones a {
	cursor:pointer;
}
.barra_acciones a:hover {
	text-decoration:none;
}
/* ----------------------------------- */

/* CONTENT (PAGE LOADER) */
.content_txt {
	padding-top:15px;
    color: #666666;
}
.style_txt{
    padding-top:15px;
    font-family: 'open_sanslight';
}
.col_der{
    text-align: center;
}
.col-md-12.content_txt img{
    margin: 8px 0;
    max-width: 100%;
}
/*--------------------------------------*/

/* LISTA NOTICIAS */
#botonera {
    clear: both;
    text-align: center;
}
.lista_noticias {
	margin-top:10px;
}
.noticia_item {
	position:relative;
}
.noticia_item .noticia_item_date {
    color:#999999;
    font-size:12px;
    position:absolute;
    right:0;
    top:0;
}
.noticia_item_img {
    float:left;
    height:85px;
    margin-right: 10px;
    overflow:hidden;
    width:85px;
}
.noticia_item_img img {
	height:85px;
	width:auto;
}
.title_noticias{
    margin: 0 0 10px 0;
    font-family: 'open_sansregular';
    text-align: left;
    width: 85%;
}
.botonDesactivado {
    cursor: default;
    opacity: 0.8;
}
.botonActivado {
    cursor: pointer;
    opacity: 0.8;
}
.botonActivado:hover {
    opacity: 1;
    background: #33485D;
}
.numeroPaginas:hover {
    opacity: 1;
}
.botonActivado, .botonDesactivado {
    background: #333 none repeat scroll 0px 0px;
    border-radius: 5px;
    color: #FFF;
    display: inline-block;
    margin: 10px;
    padding: 5px 10px;
    text-transform: capitalize;
    transition: all 0.3s ease-out 0s;
}
.paginaActiva {
    background: #ffffff none repeat scroll 0px 0px;
    color: #ffffff !important;
    opacity: 1 !important;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
}
.numeroPaginas {
    background: #314D74 none repeat scroll 0px 0px;
    border-radius: 15px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 2px 4px;
    opacity: 0.4;
    padding: 1px 7px;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
}
.botonActivado, .botonDesactivado {
    background: #314D74 none repeat scroll 0px 0px;
    border-radius: 5px;
    color: #ffffff;
    display: inline-block;
    margin: 10px;
    padding: 5px 10px;
    text-transform: capitalize;
    transition: all 0.3s ease-out 0s;
}

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

/* 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-top: 30px;
    padding-bottom: 60px;
    position: relative;
    width: 100%;
}
#login .fondo_login {
    left: 0;
    position: absolute;
    top: 35px;
    width:100%;
    z-index: 5;
}
#login .fondo_login_box {
    background-repeat: no-repeat;
    float: left;
    height: 366px;
    padding-left: 26px;
    padding-right: 324px;
    padding-top: 15px;
    width:100%;
}
#login .box_login {
    background-color: #ecf0f1;
    border-radius: 5px;
    border: 1px solid #dadedf;
    float: right;
    margin-right: 30px;
    margin-top: 10px;
    min-height: 350px;
    padding: 22px;
    position: relative;
    width: 300px;
    z-index: 20;
}
.login_title h2 {
    color:#6f7c7d;
    font-size: 24px;
    font-weight: bold;
    margin:0 0 10px;
}
.separador2 {
    background-image: url("../img/tl1.png");
    background-position: left center;
    background-repeat: repeat-x;
    float: left;
    height: 5px;
    margin-bottom: 10px !important;
    width: 100%;
}
.separador3 {
    background-color:#E0E0E0;
    border-bottom:1px solid #F6F6F6;
    float:left;
    height:2px;
    margin-bottom:10px;
    margin-top:5px;
    width:100%;
}
.sub_1 {
    border-bottom:1px solid #E0E0E0;
    margin-bottom: 10px;
}
.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 {
    float: left;
    height: auto;
    margin-bottom: 10px;
    width: 100%;
}
.login_field label {
    color: #5f6c6d;
    letter-spacing: 0.3px;
}
#login .box_login .login_title2 {
    border-top: 1px solid #CCCCCC;
    color: #999999;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:10px;
    padding-top: 10px;
    width: 100%;
}
#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;
    cursor:pointer;
    height: 16px;
    width: 16px;
}
/*-------------------------------------*/

/* 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: #34495e;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    text-shadow: 2px 2px #FFFFFF;
}
.registro_top .txt1 h1 .small {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.registro_top .txt2 {
    color: #666666;
    font-size: 12px;
    padding: 10px 15px 10px 0;
    text-align: right;
    vertical-align: middle;
}
.registro_box {
    background: #ecf0f1;
    border-radius: 5px;
    border: 1px solid #dce0e1;
    float: left;
    min-height: 266px;
    width: 776px;
}
.registro_box .box1 {

}
.registro_box .registro_box_txt {
    color: #666666;
    font-size: 17px;
    font-weight: bold;
}
.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-bottom: 15px;
    padding-left: 35px;
    padding-right: 35px;
}
.registro_box .box2 form {
    height: auto;
    overflow: hidden;
    width: 100%;
}
.registro_box .box2 label {
    color: #999999;
    display: none;
    float: left;
    font-size: 12px;
    width: 100%;
}
.registro_box .box2 input {

}

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

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

#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: #262626;
    text-decoration: none;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.5s ease-out;  /* FF4+ */
        -ms-transition: all 0.5s ease-out;  /* IE10? */
         -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
}
.dash_menu .dash_link a:hover {
    color: #666666;
    text-decoration: none;
    opacity: 1;
}
.dash_link a img{
    opacity: 0.7;
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.5s ease-out;  /* FF4+ */
        -ms-transition: all 0.5s ease-out;  /* IE10? */
         -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
}
.dash_link a img:hover{
    opacity: 1;
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.5s ease-out;  /* FF4+ */
        -ms-transition: all 0.5s ease-out;  /* IE10? */
         -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
}
.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: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);
    cursor:pointer;
    height: 18px;
    text-indent: 10px;
}
.widg_listas ul li a {
    font-size: 14px;
}
.widg_listas ul li a:hover {
	color:#FF0000;
	text-decoration:none;
}
.completitud {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    z-index: auto !important;
    left: 0 !important;
    right: 0 !important;
}
.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:15px;
	padding-right:15px;
	color:#666;
	font-size:18px;
	font-weight:bold;
}
.botones_dp {
    float: right;
	padding-left:15px;
	padding-right:15px;
}
.botones_dp2 {
    float: right;
	padding-left:15px;
	padding-right:15px;
}
.block_title {
	margin-bottom:10px;
}
.botones_dp a,
.botones_dp2 a,
.botones_cv_parts a,
.botones_cv_parts_gris a,
.botones_cv_parts2 a,
.botones_cv_parts_p a {
    color: #666 !important;
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
}
.enviarCVDash {
    border-left: 1px solid #BFBFBF;
    margin-left: 4px;
    padding-left: 10px;
}
.dp_block {
    background-color: #f8f8f8;
    float: left;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #DCE0E1;
}

/*ORIGINAL
.foto_CV img {
    border: medium none;
    padding: 10px;
    width: 100%;
	height:auto;
}*/

/*NUEVO*/
.foto_CV img {
    border-radius: 50%;
    border: 5px solid rgba(0, 0, 0, 0.12);
    border: medium none;
    height: auto;
    margin: 15px;
    padding: 0px;
    width: 85%;
}
.foto_CV {
    background: #f8f8f8;
    border-radius: 4px 0 0 4px;
    float: left;
    height: auto;
    padding-left:0;
    padding-right:0;
}
#foto_holder {
    background-image: url("/assets/img/camera.png");
    background-repeat: no-repeat;
    height: 24px;
    left:150px;
    position: absolute;
    top:150px;
    width: 24px;
    z-index: 20;
}
.dp_info {
    border-left: 1px solid #DCE0E1;
    height: auto;
    min-height:188px;
    overflow: hidden;
    padding-left:0;
    padding-right:0;
    padding-top: 0;
}


/*ORIGINAL
.dp_nombre {
    color: #7f8c8d !important;
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-transform: capitalize;
    width: 100%;
}*/


/*.dp_nombre {
    color: #7f8c8d !important;
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    text-transform: capitalize;
    width: 100%;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #DCE0E1;
    margin: 0 0 12px 0;
}*/
.dp_nombre {
    border-bottom: 1px solid #DCE0E1;
    color: #7f8c8d !important;
    float: left;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 12px 0;
    padding: 30px 0 10px 10px;
    text-shadow: none !important;
    text-transform: capitalize;
    width: 100%;
}
.dp_nombre.name {
    margin: 0;
}
.dp_detalle {
    color:#666;
    font-size:12px;
    margin-left: 0 !important;
    min-height: 150px;
    padding-left:10px;
    width: 100%;
}
.dp_detalle ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.dp_detalle ul li {
    color: #666 !important;
}
.dp_detalle .laboral li {
    background-image: url("/assets/img/laboral.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #666666;
    float: left;
    font-size: 13px;
    margin-bottom: 3px !important;
    padding-left: 20px;
    width: 100%;
}
.dp_detalle .educacional li {
    background-image: url("/assets/img/educacional.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #666666;
    float: left;
    font-size: 12px;
    margin-bottom: 3px !important;
    padding-left: 20px;
    width: 100%;
}
.dp_detalle .enviarcv li {
    background-image: url("../img/mail.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #666666;
    float: left;
    font-size: 12px;
    margin-bottom: 3px !important;
    padding-left: 20px;
    width: 100%;
}
.dp_detalle .laboral_time li {
    background-image: url("../img/laboral_time.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #666666;
    float: left;
    font-size: 12px;
    margin-bottom: 3px !important;
    padding-left: 20px;
    width: 100%;
}
.dp_detalle .nivel_estudio li {
    background-image: url("../img/nivel_estudio.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #666666;
    float: left;
    font-size: 12px;
    margin-bottom: 3px !important;
    padding-left: 20px;
    width: 100%;
}
.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");
    background-position: left top;
    background-repeat: no-repeat;
    color: #006599;
    float: left;
    font-size: 11px;
    padding-left: 20px;
    width: auto;
}
.dp_detalle_ft .custom_url2 {
    background-image: url("../img/gear12x12.png");
    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 {
    background-color:#BFBFBF;
    float:left;
    height:1px;
    width:100%;
}
.dp_detalle_ft .custom_url {
    background-image: url("../img/laboral.png");
    background-position: left top;
    background-repeat: 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{
    margin-top: 2em;
}
#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%;
}
.pdf_convert img,
.lightboxemail img,
.addthis_button img{
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.pdf_convert img:hover,
.lightboxemail img:hover,
.addthis_button img:hover{
    opacity: 1;
}
#container_g {
    float: left;
    text-align: left;
	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%;
}
#container_g .foto_slide_portada {
    float:left;
    overflow: hidden;
    padding: 0 10px 10px 0;
}
.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%;
    -webkit-transition: all 0.3s ease-out !important;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out !important;  /* FF4+ */
        -ms-transition: all 0.3s ease-out !important;  /* IE10? */
         -o-transition: all 0.3s ease-out !important;  /* Opera 10.5+ */
}
#mis_busquedas .itembusqueda:hover {
    background: #f5f8f8;
}
#mis_busquedas .itembusqueda .correo {
    float: left;
    height: auto;
}
#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 {
    float: left;
    height: auto;
    width: 100%;
}
#mis_busquedas .itembusqueda .data .nombre {
    color: #34495e;
    font-size: 18px;
    font-weight: 700;
}
#mis_busquedas .itembusqueda .data .palabra {
    color: #5f6c6d;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 7px;
    margin-top: 3px;
    text-transform: capitalize;
}
#mis_busquedas .itembusqueda .data .hider {
	background-image: url("../img/red_arrow_down.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #34495e;
    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: left;
    height: auto;
    padding-top: 15px;
	padding-bottom:15px;
    text-align: center;
    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;
	margin-top:5px;
}
#mis_busquedas .itembusqueda .buscar img {
    cursor: pointer;
}
.glyphicon:empty {
    width: 1em;
    color: #8f9c9d;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.glyphicon:empty:hover {
    color: #34495e;
}
.glyphicon.glyphicon-plus {
    color: #ecf0f1;
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.5s ease-out;  /* FF4+ */
        -ms-transition: all 0.5s ease-out;  /* IE10? */
         -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
}
.glyphicon.glyphicon-plus:hover {
    color: #1428A0;
    transform: rotate(360deg);
}
.glyphicon.glyphicon-list {
    color: #ecf0f1;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.md2_oferta_p{
    background: transparent;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.md2_oferta_p:hover{
    background: #f5f8f8;
}
.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");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: 14px;
    margin-left: 10px;
    margin-top: 6px;
    padding-left: 15px;
    width: auto;
}
.busqueda .acciones .editar {
    background-image: url("/assets/img/editar.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: 14px;
    margin-left: 10px;
    margin-top: 6px;
    padding-left: 15px;
    width: auto;
}
.busqueda .acciones .buscar {
    background-image: url("/assets/img/yellow_btn.jpg");
    background-repeat: 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-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
}

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

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

#mis_postulaciones h3 {
	font-size: 20px;
    font-weight: bold;
}
.tab_selector_post {
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tab_selector_post ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.tab_selector_post ul li {
    border-bottom: 6px solid #999999;
    color: #999999;
    float: left;
    margin-right: 20px;
    padding-bottom: 1px;
    padding-right: 10px;
	cursor:pointer;
}
.tab_selector_post ul .active {
    border-bottom: 6px solid #333;
    color: #666;
}
.tab_selector_post ul li a {
    color: #999999;
    text-decoration: none;
}
.tab_selector_post ul .active a {
    color: #666;
    text-decoration: none;
}
#mis_postulaciones .order_opt select{
    padding: 5px;
    width:100%;
	}
#mis_postulaciones .order_opt,
#mis_postulaciones .order_txt {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
}
.md2_lista_oferta_content .status {
	cursor:pointer;
}
#mis_postulaciones .status {
    background-color: #d9dfe3;
    border-radius: 50%;
    color: #f60;
    float: right;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    margin: -5px 2px 0 0;
    width: 27px;
}
#mis_postulaciones .status a img {
    border: none;
    float: left;
    padding: 6px 8px !important;
    text-align: center;
}
#todo {
    float: left;
    width: 100%;
}
.postula {
    background: #7f8c8d;
    border: 1px solid #7f8c8d;
}
.detalle_oferta h1,
.titulo_consejo,
.titulo_page {
    color: #95a5a6 !important;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0;
    text-align: left;
}
.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);
}
#formOculto {
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #F3F3F3;
    /*border-top: 1px solid #CBCBCB;*/
    display: block;
    float: left;
    height: auto;
    /*padding: 20px;*/
    width: 100%;
	font-size:12px;
}
/* ---------------------------------------------- */

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

/* WIDGET STATS */
#estadisticas ul{
	margin:0;
	padding:0;
}

#estadisticas ul li{
	border-bottom: 1px solid #D4D0C8;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#estadisticas .stats li .cant {
    color: #006599;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}
#estadisticas .stats li .cant a {
    color: #666;
    text-align: center;
}
#estadisticas .stats li .name {
    color: #333333;
    display: table;
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    text-align: left;
}
#estadisticas .stats li .name a {
	color: #333333;
}
#estadisticas .stats li .outerContainer .innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
#estadisticas .stats li .outerContainer .innerContainer .element a {
    display: block;
    text-decoration: none;
}
#estadisticas .stats li .cant a:hover,
#estadisticas .stats li .cant a:focus {
	text-decoration:none;
}
/*----------------------------------------------- */

/* 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 {
    cursor: pointer;
    height: 150px;
    margin:50px auto;
    overflow:hidden;
    position: relative;
    width: 305px;
}
.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-radius: 3px;
    border: 1px solid #FFA406;
    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);
    bottom: 0;
    left: 0;
    opacity: .5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20000;
    -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;
    border-radius: 8px;
    bottom: 6%;
    box-shadow: 0 0 15px #666;
    cursor: wait;
    opacity: .75;
    padding: 16px 35px 16px 62px;
    position: fixed;
    right: 3%;
    z-index: 20001;
}
/*--------------------*/
.degree{
	word-break: break-all;
}
	
/*-----------ofertas cubitos-------------------*/
.bloque{
    background-color: #F3F3F3;
    border: 1px solid #F3F3F3;

    color:#fff;
    height:140px;
    padding:5px;
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.5s ease-out;  /* FF4+ */
        -ms-transition: all 0.5s ease-out;  /* IE10? */
         -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bloque:hover{
	opacity: 0.6;
}
.bloque h2{
    color:#646464;
}
.bloque a{
    text-decoration:none;
}
.bloque p{
    color:#646464;
}
.bloqueholder{
    height:150px;
}
.ofertasHomeMenu{
    margin-bottom:10px;
}
.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 *************************/	
/* CV3 OVERRIDE */
.des_btns a {
    background: #E64C3C;
    border-radius: 3px;
    color: #EFEFEF !important;
    cursor: pointer !important;
    display: block !important;
    margin: 0 0 2px 0;
    padding: 5px 3px;
    text-align: center;
    width: 100% !important;
    -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;
}
.des_btns a:hover {
    background: #c0392b;
    color: #EFEFEF !important;
}
.edit_cv{
    background: #16a085 !important;
}
.edit_cv:hover{
    background: #40C0A5 !important;
}
.noobligatorio {
    background-color: #EEEEEE !important;
}
.cv_item_title a {
    background: url("../img/plus2.png") no-repeat scroll right center rgba(0, 0, 0, 0) !important;
    letter-spacing: 0.5px !important;
    opacity: 0.5 !important;
    -webkit-transition: all 0.3s ease-out !important;
       -moz-transition: all 0.3s ease-out !important;
        -ms-transition: all 0.3s ease-out !important;
         -o-transition: all 0.3s ease-out !important;
}
.cv_item_title a:hover {
    opacity: 1 !important;
    text-decoration: none !important;
}
.botones a {
    color: #E64C3C;
    -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;
}
.botones input[type="button"],
.botones input[type="submit"] {
    background: #7f8c8d !important;
    border: 1px solid #7f8c8d !important;
    color: #fff !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    -webkit-transition: all 0.3s ease-out !important;
       -moz-transition: all 0.3s ease-out !important;
        -ms-transition: all 0.3s ease-out !important;
         -o-transition: all 0.3s ease-out !important;
}
.botones input[type="button"]:hover,
.botones input[type="submit"]:hover {
    background: #34495e !important;
    border: 1px solid #34495e !important;
    color: #fff !important;
}
.btn_cancelar{
    background: #E64C3C;
    padding: 0 8px;
    border-radius: 3px;
    display: block;
    color: #FFFFFF !important;
    -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;  
}
.btn_cancelar:hover {
    background: #c0392b;
    color: #EFEFEF;
    text-decoration: none;
}
#formOculto .oculto_label {
    color: #333 !important;
}
.inline_bold {
    color: #6f7c7d !important;
    float: left;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0px !important;
    margin-right: 5px;
    width: 200px;
}
.full_length_bold span.main_hl {
    color: #8f9c9d !important;
    font-size: 16px;
    letter-spacing: 0px !important;
}
.inline_des {
    color: #333333;
    float: left;
    font-size: 13px;
    font-weight: 400;
    margin-left: 3px;
    margin-right: auto;
}
.inline_bold2 {
    color: #333333;
    float: left;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0px !important;
    margin-right: 5px;
    text-align: left;
    width: 200px;
}
.inline_des2 {
    color: #333333;
    float: left;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-left: 5px;
    width: 250px;
}
.des3 {
    float: left;
    margin-bottom: 0;
    margin-right: 0;
    padding-right: 15px;
    width: 520px;
}
.des .years,
.des3 .years {
    float: left;
    font-size: 14px;
    font-weight: 700;
    width: 100px;
}
.des ul,
.des3 ul {
    height: auto;
    margin-top: 0;
    padding-left: 0;
}
.des ul li,
.des3 ul li {
    float: left;
    list-style: none outside none;
    margin-bottom: 5px;
    width: 100%;
}
.full_length_bold {
    font-weight: 700;
    color: #7F8C8D !important;
    letter-spacing: 0px !important;
}
.full_length_bold span {
    letter-spacing: 0px !important;
}
.cv_item_title {
    color: #666666;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: auto;
    letter-spacing: -1px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 0 0 5px;
    width: 100%;
}
.cv_parts_block {
    float: left;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    width: 100%;
}
.requerido{
	padding-top:10px;
}
#skillCont .cv_parts_des {
    border-bottom: 1px solid #ddd;
    padding: 7px 0;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
#skillCont .cv_parts_des:hover {
    background: #f3f6f6;
}
/*-------------------------------------------*/
.input_warning {
	border-color: #953b39!important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392!important;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392!important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392!important;
	box-shadow: 0 0 6px #f8b9b7;
	color: #B94A48!important;
}
.dp_info2 {
    border-left: 1px solid #DCE0E1;
    float: left;
    height: auto;
    min-height:188px;
    overflow: hidden;
    padding-left:0;
    padding-right:0;
    padding-top: 0;
}
/*********************social********************************/
.social_icons_s {
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #e7e7e7;
    float: left;
    height: 45px;
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
}
.social_icons_s .twitter {
    background-image: url("../img/bg-twitter.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin: 0 3px 0 0;
    opacity: 0.5;
    width: 32px;
    zoom: 1;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.social_icons_s .twitter:hover {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.5s ease-out;  /* FF4+ */
        -ms-transition: all 0.5s ease-out;  /* IE10? */
         -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
}
.social_icons_s .youtube {
    background-image: url("../img/bg-youtube.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin: 0 3px 0 0;
    opacity: 0.5;
    width: 32px;
    zoom: 1;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.social_icons_s .youtube:hover {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.5s ease-out;  /* FF4+ */
        -ms-transition: all 0.5s ease-out;  /* IE10? */
         -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
}
.social_icons_s .linkedin {
    background-image: url("../img/bg-linkedin.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin: 0 3px 0 0;
    opacity: 0.5;
    width: 32px;
    zoom: 1;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.social_icons_s .linkedin:hover {
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;
    opacity: 1;
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.5s ease-out;  /* FF4+ */
        -ms-transition: all 0.5s ease-out;  /* IE10? */
         -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
}
.social_icons_s .facebook {
    background-image: url("../img/bg-facebook.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin: 0 3px 0 0;
    opacity: 0.5;
    width: 32px;
    zoom: 1;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.social_icons_s .facebook:hover {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.5s ease-out;  /* FF4+ */
        -ms-transition: all 0.5s ease-out;  /* IE10? */
         -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
}
.social_icons_s .googleplus {
    background-image: url("../img/bg-google-plus.png") !important;
    background-position: 0px 0px !important;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
    display: inline-block !important;
    height: 32px !important;
    margin: 0 3px 0 0 !important;
    opacity: 0.5 !important;
    width: 32px !important;
    zoom: 1 !important;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.social_icons_s .googleplus:hover {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1 !important;
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.5s ease-out;  /* FF4+ */
        -ms-transition: all 0.5s ease-out;  /* IE10? */
         -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
}
.social_icons_s .instagram {
    background-image: url("../img/bg_instagram.png") !important;
    background-position: 0px 0px !important;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
    display: inline-block !important;
    height: 32px !important;
    margin: 0 3px 0 0 !important;
    opacity: 0.5 !important;
    width: 32px !important;
    zoom: 1 !important;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.social_icons_s .instagram:hover {
    background-position: 0px 0px;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1 !important;
    transform: rotate(360deg);
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.5s ease-out;  /* FF4+ */
        -ms-transition: all 0.5s ease-out;  /* IE10? */
         -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
}
.md2_lista_oferta_content h1 {
    border-radius: 3px;
    border: 1px solid #B8CADC;
    color: #5C6E80;
    float: left;
    font-family: 'open_sanslight';
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin: 0px 0px 10px;
    padding: 4px 8px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.md2_lista_oferta_content h1:hover {
    background: #6C7E90;
    border-radius: 3px;
    border: 1px solid #6C7E90;
    color: #ffffff;
}
.md2_lista_oferta_content h1 a {
    color: #303030;
}
.md2_lista_oferta_content h1:active{
    color: #afafaf;
}
.md2_lista_oferta_content .elcargo {
    border-radius: 3px  !important;
    border: 1px solid #B8CADC !important;
    color: #5C6E80 !important;
    float: left !important;
    font-family: 'open_sanslight';
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    margin: 0px 0px 10px !important;
    padding: 4px 8px !important;
    text-transform: uppercase !important;
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.md2_lista_oferta_content .elcargo:hover{
    background: #6C7E90 !important;
    border-radius: 3px;
    border: 1px solid #6C7E90 !important;
    color: #ffffff !important;
}
.md2_lista_oferta_content .elcargo a:hover{
    color: #ffffff !important;
    text-decoration: none !important;
}
.oferta_item{
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
        -ms-transition: all 0.3s ease-out;  /* IE10? */
         -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
}
.oferta_item:hover {
    background: #f3f6f6;
}
.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;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.2s ease-out;  /* FF4+ */
        -ms-transition: all 0.2s ease-out;  /* IE10? */
         -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
}
.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: #bdc3c7;
    border-radius: 3px;
    border: 1px solid #bdc3c7;
    color: #ffffff;
    margin: 0 15px 0px 0;
    padding: 4px;
    -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
       -moz-transition: all 0.2s ease-out;  /* FF4+ */
        -ms-transition: all 0.2s ease-out;  /* IE10? */
         -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
}
.ver_todo.pull-right a:hover {
    background: #8FCB67;
    border: 1px solid #8FCB67;
    border-radius: 3px;
    color: #ffffff;
    padding: 4px;
}

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