p.error {
    width: 77%;
    height: auto;
    float: right;
    margin: 0 7px 0 0;
    padding: 5px 0;
    color: red;
    text-align: center;
    font-weight: 700
}
#listado_bolsa_trabajo {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0
}
#listado_bolsa_trabajo h2 {
	background: none;
	background-color: #9BAAA4;
	border-radius: 0;
	color: #ffffff;
	float: left;
	font-size: 1.2em;
	height: auto;
	margin: 0;
	padding: 2px 2% 2px 0;
	text-align: right;
	width: 98%;
	text-transform: uppercase;
}
#listado_bolsa_trabajo p.aviso {
    width: 100%;
    height: auto;
    float: left;
    margin: 25px 0 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    color: #9BAAA4
}
#listado_bolsa_trabajo ul.buscador_front {
	width: 100%;
	height: auto;
	float: left;
	margin: 7px 0 15px;
	padding: 10px 0;
	list-style-type: none;
	position: relative;
	background: 0 0;
	/* border-top: 3px double #ddd; */
	/* border-bottom: 3px double #ddd; */
}
#listado_bolsa_trabajo ul.buscador_front li {
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0;
    width: 78%
}
#listado_bolsa_trabajo ul.buscador_front li:hover {
	box-shadow:none;
}
#listado_bolsa_trabajo ul.buscador_front li input,
#listado_bolsa_trabajo ul.buscador_front li input.boton {
    background: #eee;
    color: #999;
    display: block;
    box-shadow: 0 1px 3px #ccc;
    cursor: pointer;
    transition: background .5s ease 0s
}
#listado_bolsa_trabajo ul.buscador_front li:nth-of-type(2) {
    width: 20%
}
#listado_bolsa_trabajo ul.buscador_front li input {
    border: 1px solid #ddd;
    font-size: 1em;
    height: 30px;
    margin: 0;
    padding: 3px 10px;
    width: 295px
}
#listado_bolsa_trabajo ul.buscador_front li select {
    width: 55%;
    height: 18px;
    float: left;
    margin: 0;
    padding: 0;
    border: 1px solid #DDD;
    font-size: 12px
}
#listado_bolsa_trabajo ul.buscador_front li label {
    float: left;
    font-size: 1.1em;
    height: 15px;
    margin: 0;
    padding: 3px 2% 0 0;
    text-align: right;
    width: 35%
}
#listado_bolsa_trabajo ul.buscador_front li input.boton {
    border: 1px solid #ddd;
    font-size: 1em;
    height: 39px;
    padding: 3px 10px;
    width: 140px
}
#listado_bolsa_trabajo ul.buscador_front li input.boton:hover {
    background: none;
    background-color: #9BAAA4;
    border: 1px solid #ffffff;
    box-shadow: 0 1px 3px #999;
    color: #ffffff;
    text-transform: uppercase
}
#listado_bolsa_trabajo ul.buscador_cv {
    width: 100%;
    height: auto;
    float: left;
    margin: 7px 0 0;
    list-style-type: none
}
#listado_bolsa_trabajo ul.buscador_cv li {
    width: 90%;
    height: auto;
    float: left;
    margin: 0 10px;
    padding: 7px 10px 10px;
    list-style-type: none;
    background: #F2F2F2;
    position: relative
}
*>#listado_bolsa_trabajo ul.buscador_cv li {
    width: 92%;
    margin: 0 10px;
    padding: 7px 10px 10px
}
#listado_bolsa_trabajo ul.buscador_cv li input.boton {
    width: auto;
    height: auto;
    float: right;
    margin: 5px 10px 0 5px;
    padding: 3px 5px;
    list-style-type: none;
    background-color: #DDD;
    border: 1px solid #777;
    color: #FFF;
    font-weight: 700;
    font-size: 12px
}
#listado_bolsa_trabajo ul {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none;
    background: #eee
}
#listado_bolsa_trabajo ul li {
	width: 92%;
	height: auto;
	float: left;
	margin: 2%;
	padding: 2%;
	list-style-type: none;
	position: relative;
	transition:0.5s ease all;
	background: #ffffff;
}
#listado_bolsa_trabajo ul li:hover {
	box-shadow:0 0 5px #333;
}
#listado_bolsa_trabajo span.fecha {
    width: 45%;
    height: auto;
    float: left;
    font-style: italic;
    color: #666
}
#listado_bolsa_trabajo span.empresa {
    width: 55%;
    height: auto;
    float: left;
    font-weight: 400;
    color: #666;
    text-align: right
}
#listado_bolsa_trabajo span.titulo {
	color: #9BAAA4;
	float: left;
	font-size: 1.1em;
	font-weight: 700;
	height: auto;
	margin: 5px 0 0;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
#listado_bolsa_trabajo span a.titulo {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0;
	font-weight: 700;
	color: #9BAAA4;
	text-align: center;
	text-decoration: none;
}
#listado_bolsa_trabajo span a.borrar_oferta,
#listado_bolsa_trabajo span a.modificar_oferta {
    height: 15px;
    float: right;
    margin: 7px 0 0;
    padding: 0 0 0 20px;
    font-size: 12px;
    text-decoration: none
}
#listado_bolsa_trabajo span a.borrar_oferta {
    width: 30px;
    color: red;
    background: url(../img/borrar_oferta.gif) top left no-repeat
}
#listado_bolsa_trabajo span a.modificar_oferta {
    width: 55px;
    color: #666;
    background: url(../img/modificar_oferta.gif) top left no-repeat
}
#listado_bolsa_trabajo span a.borrar_oferta:hover,
#listado_bolsa_trabajo span a.modificar_oferta:hover,
#listado_bolsa_trabajo span a.titulo:hover {
    text-decoration: underline
}
#listado_bolsa_trabajo span.descripcion {
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0;
    color: #333
}
#listado_bolsa_trabajo span.categoria {
    width: auto;
    height: auto;
    float: right;
    margin: 5px 35px 0 0;
    color: #333;
    font-size: 14px
}
#listado_bolsa_trabajo bajar.titulo,
#listado_bolsa_trabajo span.bajar a {
    width: 30px;
    height: 30px;
    margin: 5px 0 0;
    color: #777;
    text-align: center;
    font-weight: 700
}
#listado_bolsa_trabajo bajar.titulo {
    float: left
}
#listado_bolsa_trabajo span.bajar a {
    position: absolute;
    bottom: 5px;
    right: 5px;
    float: right;
    background: url(../img/descargar_cv.gif) left no-repeat
}
#listado_bolsa_trabajo p.lopd {
    width: 65%;
    height: auto;
    float: left;
    margin: 10px 0 0 5px;
    padding: 0;
    color: #666;
    text-align: right;
    text-decoration: none
}
#listado_bolsa_trabajo a.lopd {
    width: auto;
    height: auto;
    float: left;
    margin: 10px 0 0 5px;
    padding: 0;
    font-weight: 700;
    color: #000;
    text-align: right;
    text-decoration: none
}
#listado_bolsa_trabajo a.lopd:hover {
    text-decoration: underline
}
#cuerpo_bolsa_trabajo {
    width: 76%;
    float: right;
    margin: 0;
    padding: 0 0 0 2%;
    border-left: 1px solid #eee
}
#opciones_bolsa_trabajo {
    width: 20%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0
}
#opciones_bolsa_trabajo a {
    width: 90%;
    height: auto;
    float: left;
    margin: 0 0 7px;
    padding: 3% 5%;
    color: #999;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 5px solid #ddd
}
#opciones_bolsa_trabajo a.selec,
#opciones_bolsa_trabajo a:hover {
    color: #000;
    border-bottom: 5px solid #9BAAA4
}
#formulario_bolsa {
    width: 100%;
    height: auto;
    float: left;
    margin: 0;
    padding: 0;
    position: relative
}
#formulario_bolsa h2 {
    background: none;
    background-color: #9BAAA4;
    border-radius: 0;
    color: #ffffff;
    float: left;
    font-size: 1.2em;
    height: auto;
    margin: 0;
    padding: 2px 2% 2px 0;
    text-align: right;
    width: 98%;
    text-transform: uppercase;
}
#formulario_bolsa ul {
    width: 100%;
    height: auto;
    float: left;
    margin: 0 0 5px;
    padding: 7px 0 25px;
    list-style-type: none;
    background: #F2F2F2
}
#formulario_bolsa ul li,
#formulario_bolsa ul li.largo {
    height: auto;
    padding: 0;
    list-style-type: none;
    float: left
}
#formulario_bolsa ul li {
    width: 46%;
    margin: 5px 2% 10px
}
#formulario_bolsa ul li span.fecha {
    display: none
}
#formulario_bolsa ul li.largo {
    width: 100%;
    margin: 5px 2% 0
}
#formulario_bolsa ul li label {
	float: left;
	font-size: .9em;
	height: 15px;
	margin: 0;
	padding: 3px 2% 3px 0;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
}
#formulario_bolsa ul li select {
    float: left;
    font-size: 13px;
    margin: 3px 0 0;
    padding: 4px 8px 5px 5px;
    border: 0;
    border: 1px solid #CCC;
    color: #999;
    font-family: inherit;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ffffff
}
#formulario_bolsa ul li input {
    border: 1px solid #ddd;
    color: #666;
    float: left;
    font-size: 1em;
    height: 28px;
    margin: 0;
    padding: 0 10px;
    width: 95%
}
#formulario_bolsa ul li textarea {
    height: 80px;
    width: 90%;
    float: left;
    padding: 8px;
    margin: 10px 0 2px 5px;
    font-size: 1em;
    border: 1px solid #CCC;
    color: #999;
    font-family: inherit;
    background: #ffffff
}
#formulario_bolsa ul li .obligatorio {
    background: #DDD
}
#formulario_bolsa ul li.lopd {
    background: #999;
    border: 1px solid #666;
    color: #eee;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    height: 70px;
    margin: 15px 0 15px 2.5%;
    overflow-y: scroll;
    padding: 5px 2%;
    text-align: justify;
    width: 91%
}
#formulario_bolsa ul li input.acepto,
#formulario_bolsa ul li label.acepto {
    height: auto;
    margin: 0 0 0 5px;
    padding: 0;
    color: #666;
    text-align: left;
    text-decoration: none
}
#formulario_bolsa ul li input.acepto {
    width: auto;
    float: left;
    font-weight: 700
}
#formulario_bolsa ul li label.acepto {
    width: 95%;
    float: right;
    font-weight: 400;
    font-size: 12px
}
#formulario_bolsa ul li input.boton {
    background: #eee;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px #ccc;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 1em;
    height: 30px;
    margin: 23px 0 0 -28%;
    padding: 3px 10px;
    transition: background .5s ease 0s;
    width: 35%
}
#formulario_bolsa ul li input.boton:hover {
    background: none;
    background-color: #9BAAA4;
    border: 1px solid #ffffff;
    box-shadow: 0 1px 3px #999;
    color: #ffffff;
    text-transform: uppercase
}