/*******************************************************************************
****** ESTILO EMPLEO ***********************************************************
*******************************************************************************/

/****** CONTENIDO EMPLEO ******************************************************/

div.clear1
{
    padding-bottom: 36px;
}

div.clear2
{
    padding-bottom: 25px;
}

div.normal_contenido
{
    width: 865px;
    height: 359px;
    background-color: #EFEFEF;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #8B8B8B;
    border-bottom: 1px solid #9F9F9F;
    margin: auto;
    margin-top: 20px;
}

div#capa1
{
	width: 80%;
	float: left;
}

div#capa2
{
	width: 80%;
	float: left;
}

/****** LADO IZQUIERDO ******/
div.bloq_izq
{
    width: 168px;
    height: 330px;
    float: left;
    background-color: #E4E4E4;
    /*background-image: url( ../img/agencias.jpg );
    background-repeat: no-repeat;
    background-position: 5px bottom;*/
    margin-left: 20px;
    margin-top: 14px;
}

/* TITULO */
div.bloq_izq h2
{
    font-family: Verdana, Arial, Lucida Grande, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 10px;    
    font-weight: bold;
    color: #7F7F7F;
    text-transform: uppercase;
    background-image: url( ../images/comun/cuadro.jpg );
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 6px;
    margin-bottom: 5px;
}

/* LABELS DEL FORMULARIO */
div.bloq_izq form label
{
    display: block;
    color: #5C5C5C;
    background-image: url( ../images/comun/punto_rojo.jpg );
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 5px;
    margin-left: 5px;
    margin-bottom: 2px;
}

div.bloq_izq form input.clave
{
    width: 154px;
    font-size: 10px;
    margin-left: 5px;
}

div.bloq_izq form span
{
    float: left;
    width: 75px;
    text-align: right;
    margin-top: 12px;
    margin-right: 5px;
}

div.bloq_izq form div.sombra_boton
{
    width: 78px;
    float: right;
    background-color: #E3E3E3;
    margin-top: 8px;
    margin-right: 2px;
    margin-bottom: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.bloq_izq form div.sombra_boton input.boton
{
    width: 74px;
    font-size: 9px;
    color: #D13D3F;
    background-color: #F2F2F2;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #8B8B8B;
    border-bottom: 1px solid #9F9F9F;    
    cursor: pointer;
}

div.bloq_izq form div.sombra_boton input.acceder
{
    background-image: url( ../images/comun/fondo_boton_acceder.gif );
    background-repeat: no-repeat;
    background-position: 28px 4px;
}

/* FORM ZONA PRIVADA */
div.bloq_izq form.navprivada
{
    margin-top: 32px;
}

div.bloq_izq form.navprivada div.sombra_boton
{
    width: 150px;
    float: none;
    background-color: #E3E3E3;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.bloq_izq form.navprivada div.sombra_boton input.boton
{
    width: 150px;
    font-family: Verdana, Arial, Lucida Grande, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 10px;
    color: #5C5C5C;
    background-color: #F2F2F2;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #8B8B8B;
    border-bottom: 1px solid #9F9F9F;    
    cursor: pointer;
}

div.bloq_izq form.navprivada div.sombra_boton input.activo
{
    color: #D13D3F;
    font-weight: bold;
}

/* EMPLEO */
div.bloq_izq form.navempleo
{
    margin-top: 10px;
}

div.bloq_izq form.navempleo div.sombra_boton
{
    width: 150px;
    float: none;
    background-color: #E3E3E3;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
}

div.bloq_izq form.navempleo div.sombra_boton input.boton
{
    width: 150px;
    font-family: Verdana, Arial, Lucida Grande, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 10px;
    color: #5C5C5C;
    background-color: #F2F2F2;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #8B8B8B;
    border-bottom: 1px solid #9F9F9F;    
    cursor: pointer;
}

div.bloq_izq form.navempleo div.sombra_boton input.activo
{
    color: #D13D3F;
    font-weight: bold;
}

div.bloq_izq img.imgagencias
{
    width: 154px;
    height: 219px;
    margin: 0px;
    margin-left: 5px;
}

div.bloq_izq div.fx1
{
    margin: 0px !important;
}

div.bloq_izq div.fx2
{
    margin: 0px !important;
}

div.bloq_izq a
{
    display: block;
    font-family: Verdana, Arial, Lucida Grande, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    /*background-color: #FAFAFA;*/
    background-image: url( ../images/comun/ico_cuadro_activo.jpg );
    background-repeat: no-repeat;
    background-position: 5px 5px;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #8B8B8B;
    border-bottom: 1px solid #9F9F9F;    
    padding-left: 20px;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 4px;
    margin-left: 5px;
    margin-right: 5px;
}

div.bloq_izq a.sub
{
	background-color: #F6F6F6;
	background-image: none;
}

/****** LADO DERECHO ******/
div.bloq_der
{
    width: 655px;
    height: 330px;
    float: left;
    margin-left: 15px;
    margin-top: 14px;
	
	/*
	_border-color:#FF0000;
	_border-style:solid;	
	*/
    overflow: auto;
}

/* AVIOS o NOTICIA */
div.bloq_der h3
{
    width: 64px;
    height: 20px;
    float: left;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    background-image: url( ../images/comun/pestana_noticias.jpg );
    background-repeat: no-repeat;
    background-position: left top;
}

/* TITULO NORMAL */
div.bloq_der h4
{
    width: 90%;
    font-family: Verdana, Arial, Lucida Grande, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: #7F7F7F;
    text-transform: uppercase;
    background-image: url( ../images/comun/punto_rojo.jpg );
    background-repeat: no-repeat;
    background-position: 10px 8px;
    background-color: #E4E4E4;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 3px;
}

/* TITULO FECHAS */
div.bloq_der h4.fechas_not
{
    width: 86%;
    height: 13px;
    float: left;
    background-position: 10px 9px;
    padding-top: 4px;
}

/* TITULOS SECCION FORMULARIO EMPLEO */
/*div.bloq_der form h4.empleo*/
h4.empleo
{
    text-transform: none;
    background-position: 0px 2px;
    background-color: transparent;
    padding: 0px;
    padding-left: 10px;
}

/*div.bloq_der form span.tipo1*/
span.tipo1
{
    width: 135px;
    height: 16px;
    float: left;
    line-height: 16px;
    vertical-align: middle;
}

/* div.bloq_der form span.tipo2 */
span.tipo2
{
    width: 100px;
    height: 16px;
    float: left;
    line-height: 16px;
    vertical-align: middle;
    margin-left: 15px;
}

span.tipo3 
{
    width: 140px;
    height: 16px;
    float: left;
    line-height: 16px;
    vertical-align: middle;
    margin-left: 30px;
}

span.tipo4 
{
    height: 18px;
    float: right;
    color: #D13D3F;
    line-height: 18px;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: -4px;
    margin-right: 5px;
}

div.bloq_der form input
{
    float: left;
    font-size: 10px;
    margin-bottom: 2px;
}

/*div.bloq_der form input.caja1*/
input.caja1
{
    width: 188px;
}

/*div.bloq_der form input.caja2 */
input.caja2
{
    width: 100px;
}

/*div.bloq_der form input.caja3*/
input.caja3
{
    width: 300px;
    margin-right: 100px;
}

/*div.bloq_der form input.caja4*/
input.caja4
{
    width: 150px;
}

div.bloq_der form select
{
    float: left;
    font-size: 9px;
    margin-bottom: 2px;
}

/*div.bloq_der form select.combo1*/
select.combo1
{
    width: 40px;
    margin-right: 5px;
}

/*div.bloq_der form select.combo2 */
select.combo2
{
    width: 90px;
    margin-right: 5px;
}

/*div.bloq_der form select.combo3 */
select.combo3
{
    width: 53px;
}

/*div.bloq_der form select.combo4 */
select.combo4
{
    width: 324px;
}

/*div.bloq_der form select.combo5 */
select.combo5
{
    width: 80px;
    margin-right: 5px;
}

div.bloq_der form a
{
    float: left;
    color: #7F7F7F;
    text-decoration: none;
}

div.bloq_der form div.sombra_boton
{
    width: 78px;
    float: right;
    background-color: #E3E3E3;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: -5px;
	margin-right: 5px;
}

div.bloq_der form div.sombra_boton input.boton
{
    width: 74px;
    font-size: 9px;
    color: #D13D3F;
    background-color: #F2F2F2;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #8B8B8B;
    border-bottom: 1px solid #9F9F9F;
    margin: 0px;
    margin-left: 2px;
    padding: 0px;
    cursor: pointer;
}

div.bloq_der form div.sombra_boton input.registrar
{
    background-image: url( ../images/comun/fondo_boton_acceder.gif );
    background-repeat: no-repeat;
    background-position: 28px 4px;
}

div.bloq_der form div.sombra_boton input.volver
{
    background-image: url( ../images/comun/flecha_izq.gif );
    background-repeat: no-repeat;
    background-position: 30px 4px;
}

div.bloq_der form div.sombra_boton input.inscribir
{
    background-image: url( ../images/comun/flecha_der.gif );
    background-repeat: no-repeat;
    background-position: 32px 4px;
}

div.bloq_der form textarea.curriculum
{
	width: 630px;
	height: 250px;
	font-size: 10px;
	margin: auto;
    margin-bottom: 15px;
}

/* TITULO DE LA NOTICIA o AVISO */
div.bloq_der table.tit_noticias
{
    width: 95.5%;
    height: 45px;
    float: left;
    border-collapse: collapse;
    empty-cells: hide;
    background-color: #FFFFFF;
    margin-right: 5px;
    margin-bottom: 10px;
}

div.bloq_der table.tit_noticias tr td
{
    color: #D13D3F;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
}

/* TABLA DE OFERTAS */
div.bloq_der table.ofertas
{
    width: 96%;
    height: 45px;
    float: left;
    border-collapse: collapse;
    empty-cells: hide;
    background-color: #FFFFFF;
    margin-right: 2px;
}

div.bloq_der table.ofertas tr td
{
    width: 31%;
    color: #5C5C5C;
    border-right: 5px solid #EFEFEF;
}

div.bloq_der table.ofertas tr td.empresa
{
    text-transform: uppercase;
    padding-left: 10px;
    cursor: pointer;
}

div.bloq_der table.ofertas tr td.destinada
{
    text-align: center;
    cursor: pointer;
}

div.bloq_der table.ofertas tr td.cargo
{
    text-align: center;
    color: #D13D3F;
    text-transform: uppercase;
    cursor: pointer;
}

/* TABLA FICHA OFERTAS */

div.bloq_der table.ficha_ofertas
{
    width: 99%;
    float: left;
    border-collapse: collapse;
    empty-cells: hide;
    margin-top: 0px;
    margin-bottom: 10px;
}

div.bloq_der table.ficha_ofertas tr td
{
    width: 24.75%;
    text-align: left;
    border-right: 5px solid #EFEFEF;
}

div.bloq_der table.ficha_ofertas tr td.sinborde
{
    border-right: none;
}

div.bloq_der table.ficha_ofertas tr.titheader td
{
    padding-top: 0px;
    padding-bottom: 3px;
}

div.bloq_der table.ficha_ofertas tr.titheader2 td
{
    padding-top: 5px;
    padding-bottom: 3px;
}

div.bloq_der table.ficha_ofertas tr.texto_rojo td
{
    color: #D13D3F;
    background-color: #FFFFFF;
    padding: 5px;
}

div.bloq_der table.ficha_ofertas tr.texto_negro td
{
    color: #5C5C5C;
    background-color: #FFFFFF;
    padding: 5px;
}

/* ICO VER MAS */
div.bloq_der img.vermas
{
    background-color: #FFFFFF;
    padding: 17px;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 10px;
    cursor: pointer;
}

div.bloq_der img.vermas2
{
    float: left;
    background-color: #FFFFFF;
    padding: 17px;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 7px;
    cursor: pointer;
}

div.bloq_der div.cuerpo_noticia
{
    width: 95.9%;
    display: none;
    background-color: #FFFFFF;
    padding: 10px;
    margin-top: -7px;
    margin-bottom: 10px;
}

div.bloq_der div.cuerpo_noticia p
{
    color: #5C5C5C;
    text-align: left;
    margin-bottom: 10px;
}

/* FONDO BLANCO */
div.bloq_der div.fondoBlanco
{
    width: 96%;
    height: 289px;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    overflow: auto;
}

div.bloq_der div.fondoBlanco p
{
    font-family: Verdana, Arial, Lucida Grande, Lucida, Helvetica, Geneva, sans-serif;
    color: #5C5C5C;
    margin-bottom: 10px;
}

div.bloq_der div.fondoBlanco p strong
{
    color: #D13D3F;
}

div.bloq_der div.fx1
{
    width: 99%;
    margin: 0px;
}

div.bloq_der div.fx2
{
    width: 99%;
    margin: 0px;
    margin-bottom: 10px;
}

div.bloq_der div.fondoBlanco ul
{
    color: #5C5C5C;
    list-style-position: inside;
    margin-bottom: 20px;
}

div.bloq_der div.fondoBlanco ul li
{
    margin-left: 10px;
    margin-bottom: 5px;
}

div.bloq_der div.fondoBlanco form input.boton
{
    width: 100px;
    float: right;
    font-family: Verdana, Arial, Lucida Grande, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #D13D3F;
    background-color: #F2F2F2;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #8B8B8B;
    border-bottom: 1px solid #9F9F9F;
    margin-right: 5px;
    cursor: pointer;
}

/****** CAPA DE CONTROL DE DATOS CON POSIBILIDAD DE SCROLL ******/
div.capa_control
{
    width: 889px;
    height: 365px;
    position: relative;
    margin-left: 10px;
    margin-top: 15px;
    margin-right: 10px;
    overflow: auto;
}

div.capa_control div.fx1
{
    margin-left: 0px;
}

div.capa_control div.fx2
{
    margin-left: 0px;
    margin-bottom: 5px;
}

/****** TABLA GALERIA ******/

/****** GALERIA ******/
table.galeria
{
    border-collapse: collapse;
    empty-cells: show;
    margin-left: 10px;
}

table.galeria tr td
{
    height: 159px;
    text-align: center;
    padding: 10px;
}

/****** FICHAS ******/

/* FICHA INICIAL */
table.galeria tr td table.ficha_inicial
{
    height: 159px;
    border-collapse: collapse;
    empty-cells: show;
}

table.galeria tr td table.ficha_inicial tr td
{
    width: 158px;
    height: 159px;
    text-align: left;
    vertical-align: middle;
    background-image: url( ../images/comun/contorno_ficha_inicial.gif );
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
}

/* FICHAS CON IMAGENES */

/* Sombra */
table.galeria tr td div.sombra_ficha_foto
{
    width: 188px;
    height: 130px;
    background-color: #D1D1D1;
    margin-left: 4px;
    margin-top: 4px;
}

/* Ficha */
table.galeria tr td div.ficha_foto
{
    width: 188px;
    height: 130px;
    background-color: #FFFFFF;
    margin-top: -134px;
    overflow: hidden;
}

table.galeria tr td div.ficha_foto div.content_foto
{
    border: 1px solid #DFDFDF;
    padding: 3px;
    margin: 5px;
}

table.galeria tr td div.ficha_foto div.content_foto div
{
    width:  169px;
    height: 111px;
    overflow: hidden;
}



table.galeria tr td h3
{
    width: 190px;
    height: 20px;
    font-size: 9px;
    font-weight: normal;
    background-image: url( ../images/comun/fondo_tit_img.gif );
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 3px;
    margin-top: 9px;
    overflow: hidden;
}

/****** TABLA IMAGENES BIENVENIDA ******/
table.imagenes_bienvenida
{
    margin: auto;
    margin-top: 25px;
}

table.imagenes_bienvenida tr td
{
    vertical-align: middle;
    background-color: #FFFFFF;
    padding: 3px;
    border: 1px solid #DFDFDF;
}

table.imagenes_bienvenida tr td img
{
    float: left;
    border: 1px solid #DFDFDF;
}

/****** FORM ACCESO USUARIOS ******/
div.box_form
{
    width: 300px;
    height: 80px;
    background-color: #EEEEEE;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #8B8B8B;
    border-bottom: 1px solid #9F9F9F;
    padding: 5px;
    padding-top: 30px;
    margin: auto;
    margin-top: 55px;
    margin-bottom: 2px;
}

div.box_form form table
{
    border-collapse: collapse;
    margin: auto;
    margin-bottom: 10px;
}

div.box_form form table tr td
{
    color: #5C5C5C;
    text-align: right;
    padding: 3px;
}

div.box_form form table tr td input
{
    width: 165px;
    font-size: 10px;
    margin-right: 5px;
}

div.box_form form input.boton
{
    width: 100px;
    float: right;
    font-family: Verdana, Arial, Lucida Grande, Lucida, Helvetica, Geneva, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #D13D3F;
    background-color: #F2F2F2;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #8B8B8B;
    border-bottom: 1px solid #9F9F9F;
    margin-right: 5px;
    cursor: pointer;
}

div.box_form p
{
    width: 90%;
    color: #D13D3F;
    margin: auto;
    margin-bottom: 20px;
}

