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

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
div.clear {
    clear:both;
    height: 10px;
}
.nav-home a, .nav-home button {
    margin: 0px 18px;
}
.nav-home {
    margin-bottom: 40px;
}
body {
	color: #5a5a5a;
	font-family: 'PierSans', Arial, sans-serif;
	background: #FFF;
}
body.pageBg{
	background-image: url("../img/fondos/todos/rotate.php");
	background-position: 50% 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	background-attachment: fixed;
}
body.pageBgCandidato{
	background-image: url("../img/fondos/candidato/rotate.php");
}
body.pageBgEmpresa{
	background-image: url("../img/fondos/empresa/rotate.php");
}
body.pageBgFormacion{
	background-image: url("../img/fondos/formacion/rotate.php");
}
.banner {
	padding-bottom:10px;
}
.align-right{
	text-align: right;
}
.align-center{
	text-align: center;
}
footer{
	background: #FFF; 
	padding:0px 10px 0;
	color: #5a5a5a;
        border-top:#e7e7e7 solid 1px;
}
footer ul{
	list-style: none;
	padding:0 2px;;
}
footer a{
	color: #000;
}
footer a:hover{
	color: #000;
}
footer .legal{
	background: #ddd;
	/*border-top: 1px solid #0D323B;*/
	height: 40px;
         padding-top: 10px;
}
footer .legal, footer .legal a{	
	color: #5a5a5a;
        
}
footer .email{
	
}
h1, h2, h3, h4 {
	font-family: 'PierSans-Medium', Arial, sans-serif;
}
.bgwhite{
	background: rgba(255,255,255,.7);
}
.bggrey{
	background: #ddd;
}
.container {
	z-index:1000;	
}
.enlace {
	cursor:pointer;
}
/* menu superior */
.navbar-default {
	font-family: 'PierSans', Arial, sans-serif;
   /*background-color: transparent;*/
   background-color: #FFF;
    /*border: none;*/
}
.intop {
    position:absolute;
    top:0;
	z-index: 1030;
}
.sticky {
    position:fixed;
    top:0;
	z-index: 1030;
}
.sticky .navbar-default {
    /*background-color: #FFFFFF;*/
}
/*.intop .navbar-default .navbar-nav > li > a {color:#FFF;}
.intop .navbar-default .navbar-brand {color:#FFF;}
.sticky .navbar-default .navbar-nav > li > a {color:#FFF;}*/

div#logo{
	background-image: url("../img/logo_menu.png");
	width: 260px;
        height: 67px;
	background-clip: content-box;
	background-size: 260px;
	background-position: 50% 50%;
	margin:0 0 0 25px;
}
.sticky div#logo{
	background-image: url("../img/logo_menu.png");
	width: 200px;
	height: 53px;
	background-clip: content-box;
	background-size: 200px;
	background-position: 50% 50%;
	margin:0 0 0 50px;
}
.intop div#logo{
}
.navbar-right {
    margin-right: 15px;
}



/* varios -------------------------------------------------- */


#capaFiltro .bootstrap-select.btn-group .btn .filter-option {
    width: 99%;
}


.modal-dialog-VideoCV {
	margin: 30px auto;
    width: 500px;

}
.modal-dialog-cv {
	margin: 30px auto;
    width: 800px;

}
.modal-dialog-cv .modal-body {
    max-height: 420px;
    overflow-y: auto;
}
.interiores {
	padding-top: 70px;
}
.error {
	color: #a94442;
	
}
.row {
    margin-bottom: 10px;
}
/* CUSTOMIZE DT */
.dl-horizontal dt {
	/*width: 25%;
	padding-right: 10px;*/
	white-space: normal;
	width: 175px;
}

.table-hover td {
	cursor:pointer;	
}

/* CUSTOMIZE THE CAROUSEL  -------------------------------------------------- */

/* Carousel base class */
.carousel {
	/*height: 500px;  for responsive*/ 
	/*margin-bottom: 60px;*/
	font-family: 'PierSans', Arial, sans-serif;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	/*height: 500px;  for responsive*/ 
    background-color: #777;
    max-height: 350px;
}

.carousel-inner > .item > img {
	/*
	position:absolute;
	top:0px;
	left:0px;
    min-width: 100%;
    height: 500px;   for responsive
    */ 
}

.carousel-caption {
	top: 100px;
}
.carousel-search{
	position: absolute;
	top: 320px;
	width: 100%;
	padding-left: calc(50% - 150px);
	padding-right: calc(50% - 150px);
	z-index: 99;
}
.carousel-indicators {
 	display: none;
}


/* FLOAT OVER SLIDER -------------------------------------------------- */
.container.floatOverSlider{
	position: relative;
	height: 100px;
	top: -350px;
	padding: 0;
}
.container.floatOverSlider .lastNews{
	background: rgba(255,255,255,.5);
	border-radius: 20px 20px 0 0;	
	padding: 5px 25px;	
}
.container.floatOverSlider .lastNews header{
	background: url("../img/icono_verde.png") no-repeat 0 0;
	padding: 0 0 0 99px;
	margin: 15px 0 0 0;
	min-height: 90px;	
}
.container.floatOverSlider .lastNews h2{
	/*background: linear-gradient(to bottom, #ffffff 0%,#ffffff 47%,#008576 50%,#ffffff 53%,#ffffff 100%);*/
	color:#000;
	font-size: 37px;
	margin: 0;
	padding: 15px 0;
}
.container.floatOverSlider .lastNews h2 span{
	/*background: #FFF;*/
}
.container.floatOverSlider .lastNews h3{
	font-family: 'PierSans-Medium', Arial, sans-serif;
	font-style: italic;
	color:#008576;
	font-size: 23px;
	margin: 0;
}
table#ultimasOfertas{
	background:#FFF;
	border-radius:5px;
}
table#ultimasOfertas thead{
	background: url("../img/bkg_table_verde.png") repeat;
	color:#FFF;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3), -2px -2px 3px 0px rgba(0, 0, 0, 0.3);
}
table#ultimasOfertas tbody{
	border: 2px solid #008576;
}
table#ultimasOfertas tbody tr:nth-child(even){
	background: #D8EDCF;
}
table#ultimasOfertas tbody tr:nth-child(odd){
}

/* BANNER UNDER SLIDER -------------------------------------------------- */
.centro{
	background: #FFF;
}
.centro .rss{
}
/* EMPRESAS CONTENT -------------------------------------------------- */
.container.empresas header{	
	background: url("../img/icono_azul.png") no-repeat 0 0;
	padding: 0 0 0 70px;
	margin: 5px 0 0 0;
	min-height: 70px;	
}
.container.empresas h2{
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 47%,#1A9ACB 50%,#ffffff 53%,#ffffff 100%);
	color:#5C5C5C;
	font-size: 34px;
	margin: 0;
}
.container.empresas h2 span{
	background: #FFF;
}
.container.empresas h3{
	font-family: 'PierSans-Medium', Arial, sans-serif;
	font-style: italic;
	color:#1A9ACB;
	font-size: 23px;
	margin: 0;
}
.container.empresas .border{
	border: 1px solid #ddd;
	padding: 5px;
}
.container.empresas div.inner{
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	margin:50px 0 0 0;
	height: 235px;
	border:1px solid #999;
	border-top:4px solid #A3C117;
}
.container.empresas div.inner1{
	background-image: url("../img/empresas/skyline-75287.jpg");
}
.container.empresas div.inner2{
	background-image: url("../img/empresas/business-723480.jpg");
}
.container.empresas div.inner3{
	background-image: url("../img/empresas/space-needle-720742.jpg");
}
.container.empresas div.inner4{
	background-image: url("../img/empresas/vancouver-216595.jpg");
}
.container.empresas div.inner5{
	background-image: url("../img/empresas/aukland-94142.jpg");
}
.container.empresas div.inner6{
	background-image: url("../img/empresas/business-704002.jpg");
}
.container.empresas div.inner7{
	background-image: url("../img/empresas/chicago-200496_1920.jpg");
}
.container.empresas div.inner8{
	background-image: url("../img/empresas/panorama-433610.jpg");
}
.container.empresas div.inner9{
	background-image: url("../img/empresas/city-621952.jpg");
}
.container.empresas div.inner0{	
	background-image: url("../img/empresas/new-york-472392.jpg");
}
.container.empresas div.inner .img{
	background-image: url("../img/fondo_logos.png");
	width: 92px;
	height: 93px;
	padding:20px 23px 5px 1px;
	position: relative;
	top: -50px;
	float:left;
}
.container.empresas div.inner .img span:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.container.empresas div.inner .img img{
	max-width: 68px;
	max-height: 68px;
    vertical-align: middle;
}
.container.empresas div.inner h5{
	position: relative;
	top: -50px;
	float:right;
}
.container.empresas div.inner .txt{
	display: none;
}
.container.empresas div.inner:hover .txt{
	padding:5px;
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	background: rgba(255,255,255,0.9);
}

.lastNews.oferta header{	
	background: url("../img/icono_verde.png") no-repeat 0 0;
	padding: 0 0 0 70px;
	margin: 5px 0 0 0;
	min-height: 70px;
}
.lastNews.oferta h2{
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 47%,#008576 50%,#ffffff 53%,#ffffff 100%);
	color:#5C5C5C;
	font-size: 34px;
	margin: 0;
}
.lastNews.oferta h2 span{
	background: #FFF;
}

/* FORMACION CONTENT -------------------------------------------------- */

.container.formacion header{	
	background: url("../img/icono_naranja.png") no-repeat 0 0;
	padding: 0 0 0 70px;
	margin: 5px 0 0 0;
	min-height: 70px;	
}
.container.formacion h2{
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 47%,#FB8E0F 50%,#ffffff 53%,#ffffff 100%);
	color:#5C5C5C;
	font-size: 34px;
	margin: 0;
}
.container.formacion h2 span{
	background: #FFF;
}
.container.formacion h3{
	font-family: 'PierSans-Medium', Arial, sans-serif;
	font-style: italic;
	color:#FB8E0F;
	font-size: 23px;
	margin: 0;
}

table#listadoCursos thead{
	background: url("../img/bkg_table_naranja.png") repeat;
	color:#FFF;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3), -2px -2px 3px 0px rgba(0, 0, 0, 0.3);
}
table#listadoCursos tbody{
	border: 2px solid #FB8E0F;
}
table#listadoCursos tbody tr:nth-child(even){
	background: #fae5be;
}
table#listadoCursos tbody tr:nth-child(odd){
}

table#listadoComentarios thead{
	background-color: #f96d6d;
	color:#FFF;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3), -2px -2px 3px 0px rgba(0, 0, 0, 0.3);
}
table#listadoComentarios tbody{
	border: 2px solid #f93838;
}
table#listadoComentarios tbody tr:nth-child(even){
	background: #f99191;
}
table#listadoComentarios tbody tr:nth-child(odd){
}

table#listadoRespuestas thead{
	background-color: #f96d6d;
	color:#FFF;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3), -2px -2px 3px 0px rgba(0, 0, 0, 0.3);
}
table#listadoRespuestas tbody{
	border: 2px solid #f93838;
}
table#listadoRespuestas tbody tr:nth-child(even){
	background: #f99191;
}
table#listadoRespuestas tbody tr:nth-child(odd){
}

/* DESTACADOS CONTENT -------------------------------------------------- */
.destacados {
	padding:30px 15px 15px 15px;
	text-align: center;
}
.destacados div.border{
	position: relative;
}
.destacados h3{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	float: left;
	background: rgba(255,255,255,.5);
	padding:20px;
}
.destacados .border:hover h3{
	background: rgba(255,255,255,.7);
}
.destacados a{	
	color: #000;
}
/* REGISTER CONTENT -------------------------------------------------- */
.register {
	padding:30px 15px 15px 15px;
	text-align: center;
}
.register div.border{
	border-radius: 20px 20px 0 0;
	border:1px solid #999;
	background: #fff;
}
.register div img{
	border-radius: 20px 20px 0 0;
}
.register div.txt{
	padding: 20px;
	min-height: 200px;
}

/* button -------------------------------------------------- */
.btn{
	white-space: normal;	
}

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #FFF;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent.focus,
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  color: #fff;
  background-color: rgba(255,255,255,.3);
  border-color: #FFF;
}
.btn-transparent:active,
.btn-transparent.active,
.open > .dropdown-toggle.btn-transparent {
  background-image: none;
}
.btn-transparent.disabled,
.btn-transparent[disabled],
fieldset[disabled] .btn-transparent,
.btn-transparent.disabled:hover,
.btn-transparent[disabled]:hover,
fieldset[disabled] .btn-transparent:hover,
.btn-transparent.disabled:focus,
.btn-transparent[disabled]:focus,
fieldset[disabled] .btn-transparent:focus,
.btn-transparent.disabled.focus,
.btn-transparent[disabled].focus,
fieldset[disabled] .btn-transparent.focus,
.btn-transparent.disabled:active,
.btn-transparent[disabled]:active,
fieldset[disabled] .btn-transparent:active,
.btn-transparent.disabled.active,
.btn-transparent[disabled].active,
fieldset[disabled] .btn-transparent.active {
  background-color: rgba(255,255,255,.9);
  border-color: #fff;
}
.btn-transparent .badge {
  color: #fff;
  background-color: rgba(255,255,255,.3);
}

.btn-empresa {
  color: #fff;
  background: #1A9ACB;
  background: linear-gradient(to bottom, #1A9ACB 0%,#1A9ACB 45%,#098EB9 55%,#098EB9 100%);
  box-shadow: 1px 1px 5px #199bcc;
  border-color: #FFF;
}
.btn-empresa:hover,
.btn-empresa:focus,
.btn-empresa.focus,
.btn-empresa:active,
.btn-empresa.active,
.open > .dropdown-toggle.btn-empresa {
  color: #fff;
  border-color: #000;
}
.btn-empresa-edit {
  color: #199bcc;
  background: #FFF;
  box-shadow: 1px 1px 5px rgba(25,155,204,.5);
  border: 1px double #199bcc;
}
.btn-empresa-edit:hover {
  box-shadow: 1px 1px 5px #696969;
  border: 1px double #696969;
}


.btn-candidato {
  color: #fff;
  background: #008576;
  background-color: #008576;
  box-shadow: 1px 1px 5px #008576;
  border-color: #FFF;
}
.btn-candidato:hover,
.btn-candidato:focus,
.btn-candidato.focus,
.btn-candidato:active,
.btn-candidato.active,
.open > .dropdown-toggle.btn-candidato {
  color: #fff;
  border-color: #000;
}
.btn-candidato-edit {
  color: #008576;
  background: #FFF;
  box-shadow: 1px 1px 5px #008576;
  border: 1px double #008576;
}
.btn-candidato-edit:hover {
  box-shadow: 1px 1px 5px #696969;
  border: 1px double #696969;
}

.btn-formacion {
  color: #fff;
  background: #FB8E0F;
  background: linear-gradient(to bottom, #FB8E0F 0%,#FB8E0F 45%,#EC7F00 55%,#EC7F00 100%);
  box-shadow: 1px 1px 5px #FB8E0F;
  border-color: #FFF;
}
.btn-formacion:hover,
.btn-formacion:focus,
.btn-formacion.focus,
.btn-formacion:active,
.btn-formacion.active,
.open > .dropdown-toggle.btn-formacion {
  color: #fff;
  border-color: #000;
}
.btn-formacion-edit {
  color: #FB8E0F;
  background: #FFF;
  box-shadow: 1px 1px 5px rgba(251,142,15,.5);
  border: 1px double #FB8E0F;
}
.btn-formacion-edit:hover {
  box-shadow: 1px 1px 5px #696969;
  border: 1px double #696969;
}
.btn-refugiado {
	color: #fff;
	background: #ffb300;
	background: linear-gradient(to bottom, #ffb300 0%,#ffb300 45%,#f0aa07 55%,#f0aa07 100%);
	box-shadow: 1px 1px 5px #ffb300;
	border-color: #FFF;
  }
  .btn-refugiado:hover,
  .btn-refugiado:focus,
  .btn-refugiado.focus,
  .btn-refugiado:active,
  .btn-refugiado.active,
  .open > .dropdown-toggle.btn-refugiado {
	color: #fff;
	border-color: #000;
  }
  .btn-refugiado-edit {
	color: #ffb300;
	background: #FFF;
	box-shadow: 1px 1px 5px rgba(25,155,204,.5);
	border: 1px double #ffb300;
  }
  .btn-refugiado-edit:hover {
	box-shadow: 1px 1px 5px #696969;
	border: 1px double #696969;
  }
.btn-xl,
.btn-group-xl > .btn {
  padding: 10px 64px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-foro{
  color: #fff;
  background: #1A9ACB;
  background: linear-gradient(to bottom, #ce0b2f 0%,#ce0b2f 45%,#ce0b2f 55%,#ce0b2f 100%);
  box-shadow: 1px 1px 5px #ce0b2f;
  border-color: #FFF;
}
.btn-foro
.btn-foro:focus,
.btn-foro.focus,
.btn-foro:active,
.btn-foro.active,
.open > .dropdown-toggle.btn-foro {
  color: #fff;
  border-color: #000;
}
.btn-foro-edit {
  color: #199bcc;
  background: #FFF;
  box-shadow: 1px 1px 5px rgba(25,155,204,.5);
  border: 1px double #ce0b2f;
}
.btn-foro-edit:hover {
  box-shadow: 1px 1px 5px #696969;
  border: 1px double #696969;
}



/* panel -------------------------------------------------------------------------------- */
.panel-empresa {
  border-color: #1A9ACB;
}
.panel-empresa > .panel-heading {
  color: #fff;
  background-color: #1A9ACB;
  border-color: #1A9ACB;
}
.panel-empresa > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1A9ACB;
}
.panel-empresa > .panel-heading .badge {
  color: #1A9ACB;
  background-color: #fff;
}
.panel-empresa > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1A9ACB;
}

.panel-candidato {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.panel-candidato > .panel-heading {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

.panel-candidato > .panel-heading .panel-title {
    color: #333;
    font-size: 18px;
    margin: 0;
}

.panel-candidato > .panel-body {
    padding: 20px;
}

.panel-candidato .row {
    margin-bottom: 15px;
}

.panel-candidato strong {
    color: #555;
    font-weight: 600;
}

.panel-candidato .text-muted {
    color: #999;
    font-style: italic;
}

.panel-candidato hr {
    margin: 20px 0;
    border-top: 1px solid #eee;
}

.panel-candidato h3 {
    color: #333;
    font-size: 16px;
    margin: 25px 0 15px;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.social-links .btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links .btn i {
    margin-right: 8px;
}

.btn-linkedin {
    background-color: #0077b5;
}

.btn-linkedin:hover {
    background-color: #005582;
}

.btn-facebook {
    background-color: #3b5998;
}

.btn-facebook:hover {
    background-color: #2d4373;
}

.btn-twitter {
    background-color: #1da1f2;
}

.btn-twitter:hover {
    background-color: #0c85d0;
}

.btn-google {
    background-color: #db4437;
}

.btn-google:hover {
    background-color: #c53929;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px;
}

.alert-warning h4 {
    color: #8a6d3b;
    margin-top: 0;
    margin-bottom: 10px;
}

.alert-warning ul {
    margin-bottom: 0;
    padding-left: 20px;
}

.alert-warning li {
    margin-bottom: 5px;
}

.alert-warning .glyphicon {
    color: #f0ad4e;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .panel-candidato .row > div {
        margin-bottom: 10px;
    }
    
    .social-links {
        justify-content: center;
    }
    
    .social-links .btn {
        width: 100%;
        justify-content: center;
    }
}

.panel-foro {
  border-color: #ce0b2f;
}
.panel-foro > .panel-heading {
  color: #fff;
  background-color: #ce0b2f;
  border-color: #ce0b2f;
}
.panel-foro > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ce0b2f;
}
.panel-foro > .panel-heading .badge {
  color: #ce0b2f;
  background-color: #fff;
}
.panel-foro > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ce0b2f;
}

.panel-formacion{
  border-color: #FB8E0F;
}
.panel-formacion > .panel-heading {
  color: #fff;
  background-color: #FB8E0F;
  border-color: #FB8E0F;
}
.panel-formacio > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #FB8E0F;
}
.panel-formacion > .panel-heading .badge {
  color: #FB8E0F;
  background-color: #fff;
}
.panel-formacion > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #FB8E0F;
}

/* contenido */
.contenido {
	padding: 20px;
	min-height: 25em;
	border-radius: 20px 20px 0 0;
}

/* buscador en paginas */
#searchBox{
	padding-top: 18px;
	padding-bottom: 50px;	
}
.cajaBuscador{	
	padding-left: calc(48% - 200px);
    padding-right: calc(48% - 200px);
}


/* pagina de ofertas */
.ofertaDesc header{
	min-height: 120px;	
}
.ofertaDesc img.logo{
	max-width: 150px;
	max-height: 120px;
	margin: 0 20px 0 0;
	float: left;
}
.ofertaDesc ul.list-resumen{
	list-style: none;
	padding: 0;
}
.ofertaDesc ul.list-resumen li{
	display:inline-block;
	padding: 20px;
	width: 20%;
	text-align: center;
}
.ofertaDesc ul.list-resumen li span{
	font-size: 2em;
	color: #008576;
}
.ofertaDesc ul.list-datos, .ofertaDesc ul.list-desc{
	list-style: none;
	padding: 0;
}
.ofertaDesc ul.list-datos li label{
	display: block;
}
.ofertaDesc ul.list-datos li span{
	display: block;
	padding:0 0 0 1em;
}
.ofertaDesc ul.list-desc li label{
	display: inline-block;
	width: 10em;
	text-align: right;
	padding: 0 1em 0 0;
}
.ofertaDesc ul.list-desc li span{
	display: inline-block;
	padding: 0 1em;
}
.ofertaDesc a.itemSearch{
	display: inline-block;
	padding: 0 .8em;
	margin: 0 .2em;
	background: #008576;
	color: #FFF;
	border-radius: 10px;	
}
.ofertaDesc span.itemSearch{
	display: inline-block;
	padding: 0 .8em;
	margin: 0 .2em;
	background: #D9EDF7;
	color: #000;
	border-radius: 10px;	
}
.ofertaList .ofertaItem{
	padding:20px;
	margin: 0 0 20px 0;
	border-radius:20px;
	box-shadow: 2px 2px 5px 0px #A0BF16;
	cursor: pointer;
	min-height: 280px;
}
.ofertaList .ofertaItem:nth-child(even){
	background: #FFFFFF;
}
.ofertaList .ofertaItem:nth-child(odd){
	background: #F9F9F9;
}
.ofertaList .ofertaItem:hover{
	background: rgba(132, 212, 15,.1);
	background: #E5EEDB;
}
.ofertaList .ofertaItem .logo{
	max-width: 150px;
}

/* pagina de empresas */
.empresaDesc header{
	min-height: 120px;	
}
.empresaDesc img.logo{
	max-width: 150px;
	max-height: 120px;
	margin: 0 20px 0 0;
	float: left;
}
.empresaDesc ul.list-resumen{
	list-style: none;
	padding: 0;
}
.empresaDesc ul.list-resumen li{
	display:inline-block;
	padding: 20px;
	width: 20%;
	text-align: center;
}
.empresaDesc ul.list-resumen li span{
	font-size: 2em;
	color: #1A9ACB;
}

/* pagina de cursos */

.cursoDesc header{
	min-height: 60px;	
}
.cursoDesc ul.list-resumen{
	list-style: none;
	padding: 0;
}
.cursoDesc ul.list-resumen li{
	display:inline-block;
	padding: 20px;
	width: 20%;
	text-align: center;
}
.cursoDesc ul.list-resumen li span{
	font-size: 2em;
	color: #FB8E0F;
}


/* noticias rss */
.news-rss{
	clear: both;
}
.news-rss .news-cal{
	width: 50px;
	float: left;
	text-align: center;
	background: #FFF;
	border-radius:5px;
	margin:5px;
}
.news-rss h3{
	font-size:16px;
}
.news-rss .news-cal p{
	margin:0;
}
.news-rss .news-cal p.news-dia{
	font-size:25px;
}
.news-rss .news-cal p.news-mes{
	margin:0;
	font-weight: bolder;
}
.news-rss .news-cal p.news-ano{
	font-size:15px;
}
.news-rss .news-nfo{
	width: calc(100% - 60px);
	float: right;
}
.news-rss .news-nfo h3{
	margin:10px 0;
}

/* interiores logueado */

.contenido .nav.nav-tabs > li {
	background: rgba(255,255,255,.7);
}

/* social */
.social{
	position: fixed;
	top: 200px;
	right: 0;
	width: 60px;
}
.social a{
	display: block;
	padding:5px;
}
.social a img{
	width: 50px;
}
.social a img:hover{
	width: 55px;
}

/* subrayado en tablas */
.table-hover > tbody > tr:hover {
	text-decoration: underline;
}


/* vista curriculum antes de imprimir */

#toPrint .dl-horizontal dt, #toPrint .dl-horizontal dd{
	padding: 5px;
}

/* ayuda de completado de curriculum */
#progresoAyuda ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#progresoAyuda li{
	padding: 5px;
}
#progresoAyuda ul span.glyphicon {
	/*font-size:1.5em;*/
	color: #DC143C;
}

/* subida de avatar */
.avatarContainer {
    position: relative;
    top: 10%; left: 10%; right: 0; bottom: 0;
}
.action {
    width: 500px;
    height: 30px;
    margin: 10px 0;
}
.cropping {
    width: 500px;
    height: 250px;
}
.cropped>img {
    margin-right: 10px;
    float: left;
}
#saveImage{
	float: right;
}
.imageBox{
    position: relative;
    height: 300px;
    width: 500px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
}		
.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    margin-top: -125px;
    margin-left: -125px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
}

/* cookies */

#cookie_box {
    background: rgba(0,0,0,0.85);
    bottom: 0;
    color: #FFFFFF;
    font-family: Verdana,Geneva,sans-serif;
    position: fixed;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    z-index: 9999;
    display: none;
}

#cookie_box .cookie_box {
    margin: 0 auto;
    padding: 0 5em;
    max-width: 1200px;
}

#cookie_box a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

#cookie_box a {
    color: #FFFFFF !important;
    text-decoration: underline;
}

#cookie_box .cookie_box_ok {
    text-align: center;
    line-height: 2.5em;
}

#cookie_box .cookie_box_ok span {
    text-align: center;
    background: #008576;
    border-radius: 1em;
    margin: 0.5em 0;
    padding: 0.5em 2em;
    cursor: pointer;
    display: inline-block;
}

#cookie_box #cookie_box_ko {
    position: absolute;
    top: 1em;
    right: 2em;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: bold;
}



/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px) and (orientation: portrait) {
	body.pageBg{
		background-image: url("../img/fondosM/todos/rotate.php");
	}
	body.pageBgCandidato{
		background-image: url("../img/fondosM/candidato/rotate.php");
	}
	body.pageBgEmpresa{
		background-image: url("../img/fondosM/empresa/rotate.php");
	}
	body.pageBgFormacion{
		background-image: url("../img/fondosM/formacion/rotate.php");
	}
}

@media (max-width: 480px) {
	div#logo{
		width: 300px;
		height: 79px;
		background-size: 300px;
	}
	.navbar-collapse {
	    /*background-color: #FFF;*/
	}
	.intop .navbar-default .navbar-nav > li > a {color:#5a5a5a;}
	.container.floatOverSlider{
		height: 600px;
	}
  	.carousel-caption {
		top: 10px;
	}
	.carousel-search{
		top: 180px;
	}
	#cookie_box{
		font-size:9px;
		height: 20em;
	}
	.turnDeviceNotification {
		position:fixed;
		top: 0;
		left:0;
		height:100%;
		width:100%;
		display: block;
	}
	.turnDeviceNotification {
		background-image: url("../img/girar.jpg");
		background-size:cover;
	}
	footer .email span{
		font-size:20px;
	}
	footer .email{
		font-size:10px;
	}
}
@media (max-width: 400px) {
	body{
		font-size:12px;
	}
	div#logo{
		width: 200px;
		height: 53px;
		background-size: 200px;
	}
	footer{
		font-size: 10px;
	}
	
}
@media (min-width: 480px) and (max-width: 768px) {
	div#logo{
		width: 300px;
		height: 79px;
		background-size: 300px;
	}
	.navbar-collapse {
	    /*background-color: #FFF;*/
	}
	.intop .navbar-default .navbar-nav > li > a {color:#5a5a5a;}
	.container.floatOverSlider{
		height: 250px;
	}
  	.carousel-caption {
		top: 30px;
	}
	.carousel-search{
		top: 180px;
	}
	footer{
		font-size: 12px;
	}
	#cookie_box{
		font-size:10px;
		height: 18em;
	}

}
@media (min-width: 768px) and (max-width: 992px) {
  	.carousel-caption {
		top: 40px;
	}
	.navbar, .navbar .navbar-btn .btn {
		font-size: 10px;
	}
	.navbar-nav > li > a{
		padding:15px 3px;
                color: #000;
                font-weight: 900;
                font-size: 19px;
	}	
  	.carousel-caption {
		top: 40px;
	}
	.carousel-search{
		top: 200px;
	}
	div#logo{
		width: 200px;
		height: 53px;
		background-size: 200px;
	}
	.sticky div#logo{
		width: 180px;
		height: 48px;
		background-size: 180px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.carousel-caption {
		top: 40px;
	}
	.carousel-search{
		top: 220px;
	}
	.navbar, .navbar .navbar-btn .btn {
		font-size: 11px;
	}
	.navbar-nav > li > a{
		padding:15px 5px;
                color: #000;
                font-weight: 900;
                font-size: 19px;
	}
	div#logo{
		width: 260px;
		height: 69px;
		background-size: 260px;
	}
}
@media (min-width: 1200px) and (max-width: 1400px)  {  
	.navbar, .navbar .navbar-btn .btn {
		font-size: 12px;
	}
	.navbar-nav > li > a{
		padding:15px 10px
	}
}
@media (min-width: 1400px)  {  
	.navbar, .navbar .navbar-btn .btn {
		font-size: 14px;
	}
	.navbar-nav > li > a{
		padding:15px 15px;
                color: #000;
                font-weight: 900;
                font-size: 19px;
	}
}

/* Z-index para modales y modal-backdrop */
/* Para que al cambiar de la Pestaña 1 a la Pestaña 2 cuando se crea una oferta de trabajo,
el modal-backdrop no bloquee la pantalla y deje pulsar en el botón de Aceptar del modal del aviso */
.modal-backdrop {
    z-index: 1030 !important;
}

.modal,
.modal-dialog-cv,
.modal-dialog-cv .modal-content,
.modal-dialog-cv .modal-header,
.modal-dialog-cv .modal-body,
.modal-dialog-cv .modal-footer {
    z-index: 1040 !important;
}

.bootbox {
    z-index: 1050 !important;
}

.bootbox .modal-dialog {
    z-index: 1051 !important;
}

.bootbox .modal-content {
    z-index: 1052 !important;
}

.bootbox .modal-footer {
    z-index: 1053 !important;
}

.bootbox .btn {
    position: relative;
    z-index: 1054 !important;
}

/* Z-index específicos para alta-news */
/* Para que cuando una empresa inicie sesión pueda pulsar en los botones del modal de suscripción y no se
quede la pantalla oscurecida */
#altaNews.modal {
    z-index: 1060 !important;
}

#altaNews .modal-dialog {
    z-index: 1061 !important;
}

#altaNews .modal-content {
    z-index: 1062 !important;
}

#altaNews .modal-header {
    z-index: 1063 !important;
}

#altaNews .modal-body {
    z-index: 1064 !important;
}

#altaNews .modal-footer {
    z-index: 1065 !important;
}

#altaNews .btn {
    z-index: 1066 !important;
}

/* Z-index específicos para modales de acceso (más altos que altaNews) */
#accesoEmpresa.modal,
#accesoCandidato.modal {
    z-index: 1070 !important;
}

#accesoEmpresa .modal-dialog,
#accesoCandidato .modal-dialog {
    z-index: 1071 !important;
}

#accesoEmpresa .modal-content,
#accesoCandidato .modal-content {
    z-index: 1072 !important;
}

#accesoEmpresa .modal-backdrop,
#accesoCandidato .modal-backdrop {
    z-index: 1069 !important;
}

/* Z-index para modal de recuperar contraseña empresa y candidato (más alto que accesoEmpresa / accesoCandidato) */
#pwdRecuperaEmpresa.modal,
#pwdRecupera.modal {
    z-index: 1080 !important;
}

#pwdRecuperaEmpresa .modal-dialog,
#pwdRecupera .modal-dialog {
    z-index: 1081 !important;
}

#pwdRecuperaEmpresa .modal-content,
#pwdRecupera .modal-content {
    z-index: 1082 !important;
}

#pwdRecuperaEmpresa .modal-backdrop,
#pwdRecupera .modal-backdrop {
    z-index: 1079 !important;
}
