@charset "UTF-8";
/* CSS Document */



/*ESTILOS PISAR*/

#aside{
	margin-top:20px;
	}

#aside ul.menu {

background-color:#444444;
margin-bottom: 5px;

}
#aside ul.menu li a{
	padding:0px;
	height:35px;
	color:#FFF;
	border-bottom:8px solid #fff;
	line-height:36px;
	font-size:13px;
	
}

#aside ul.menu li.active a{
	color:#FFF;
	background-color:#E20669;
	/*background: transparent url(../images/icn_blanco-arrow.png) no-repeat 95% 50%;*/
	background-image: url(../images/icn_blanco-arrow.png);
	background-repeat:no-repeat;
	background-position:95% 50%;

	
	}


.icono_menu{
	width:48px;
	
	float:left;
	margin-right:11px;
	}
	
.itemnode{
	border-top:1px dotted #AAAAAA;
	
	}
	
p{
	margin-left:36px;
	margin-right:36px;
	
	}
.clear_ptop{
	clear:both;
	height:25px;
	
	
	}
/*ESTILOS PISAR*/

.fondo_hv{
	background-image:url(../images/fondo_title_hv.gif);
	background-repeat:no-repeat;
	
	}
	
.fondo_ingreso{
	background-image:url(../images/fondo_title_ingreso.gif);
	background-repeat:no-repeat;
	
	}
#aside ul.menu_ee , #aside ul.login{
	
	margin: 0 0 20px 0;
	list-style: none;
	background-color:#EEE;
	padding-bottom:20px;
	
	}
#aside ul.menu_ee li a{
	color:#666666;
	font-family: inherit;
	font-size: 0.857em;
	font-weight:normal;
	line-height:40px;
	padding-left: 32px;
	background:transparent url(../images/icn_fucsia-arrow.png) no-repeat 10% 50%;
	display:block;
	text-decoration:none;
	
	
	
	}
#aside ul.menu_ee li a:hover{
	color:#E20669;
	background:transparent url(../images/icn_gray-arrow.png) no-repeat 10% 50%;
	
	}
.titulos_menusee{
	
    color: #fff;
    font-family: inherit;
	font-weight:bold;
    height: 40px;
    padding-top:8px;
    text-align:center;
	
	
	}
.labels_login{
	 color:#666666;
	font-family: inherit;
    font-weight: 300;
	line-height:45px;
	padding-left:10px;
	
	}
.inputs_login{
	border-bottom: 1px dotted #B1B1B1;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: #FFF;
	height: 25px;
	width: 180px;
	margin-left: 10px;
	margin-right: 10px;
	
	
	}
	
.contenedor_btn{
	

	text-align:center !important;
	margin-left:20px;
	margin-right:20px;
	
	

	
	}
.btn_ingresar{
	 background: none !important;
    border-bottom: none !important;
    color: none!important;
    display: block;
    
    padding: 15px 0 !important;
    text-decoration: none;
	text-align:center;
	
	}
.contenedor_olvido{
	float:left;
	width:220px;
	text-align:center;
	margin-bottom:20px;
    margin-top:10px;
	
	}
.olvido{
   background: none !important;
    border-bottom: none !important;
    color: #222!important;
	text-decoration:underline !important;
	padding-top:0px !important;
	font-size:12px;

	
	
	
	}
.olvido:hover{
	color: #8B8B8B!important;
	
	}
	
.columna_izq{
	width:400px;
	float:left;
	
	
	}
	
.columana_der{
	float:left;
	margin-top:18px;
	margin-bottom:40px;
	
	}
	
.powerby {
	list-style-type:none!important;
	margin: 0px !important;
	
	border-top:1px dotted #ddd;
	
	
	}
.powerby_li{
	padding-left:0px;
	padding-bottom:7px;
	text-align:left;
	padding-top:10px;
	
	
	}
.nota_legal{
	font-size:12px;
	
	
	
	}



.borde-inferior{
	padding-bottom: 15px;
	background-color: #F6F6F6;
	height: 35px;
	width: 270px;
	font-size: 13px;
	/*padding-left: 15px;*/
	text-align: left;
	padding-top: 15px;
	border: 1px solid #ddd;
	text-align:center;
	}
	
.bold_txt{
	font-weight:400;
	
	
	}
	
.btn {
	
	background-color:rgb(61,148,144);
	width: 158px;
	height:26px;
	border-color:rgb(56,131,128);
	border-width:1px;
	/* Firefox v1.0+ */
	-moz-border-radius:7px ;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:7px ;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:7px ;
	border-style:solid;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 5px;
	
	}
.btn:hover{
	background-color:#999;
	border: 1px solid #666;
	
	
	
	}
.link_publicar{
	font-family: inherit;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	line-height:120%;
	color:#fff;
	
	text-decoration:none;

	
	
	}
.link_publicar:hover{
	color: #FFFFFF!important;
	
	}
	
input[name="btSubmit"] {
	font-family: inherit;
	font-style:italic;
	font-weight:bold;
	background-color: #419591;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	width:128px;
	height:26px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border: 1px solid #398481;
	text-align:center;
	padding-top:5px;
	
	cursor: pointer;
}
	

input[name="btSubmit"]:hover{
	background-color:#d4d0c8 ;
	border: 1px solid  #A6A6A6;
	
	}


/*  OFERTAS */




#tabla1, #tabla2 {
    border: 1px solid #419591;
    clear: both;
   overflow: hidden;
    padding: 5px 10px;
    width: 628px;
	margin-left:27px;
	margin-right:36px;
	height:auto;
}
#tabla1 {
    background-color:#EEE;
	height: auto;
}
#tabla2 {
    background-color:#419591;
}
.titulos_r {
	font-family:inherit;
	font-size:15px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
	font-weight:bold;
}
#division_1 {
    border-bottom: 1px dotted #666666;
    clear: both;
    overflow: hidden;
    padding: 0 0 5px;
    width: auto;
}
#clear {
    clear: both;
    margin: 3px 0;
}
.textos_g {
	font-family:inherit;
	font-size:14px;
    color: #333333;
    text-align: left;
	font-weight:300;
}
#left {
    float: left;
    margin: 0 5px 0 0;
}
.caja_left {
    width: 200px;
}

.combo {
    width: 180px;
}
#divisor_tab {
    clear: both;
    height: 10px;
}
.titulos_r {
   font-family:inherit;
    color: #FFFFFF;
    font-size: 16px;
    text-align: left;
}
#division_2 {
    border-bottom: 1px dotted #333333;
    clear: both;
    overflow: hidden;
    padding: 0 0 5px;
    width: auto;
}
.textos_t {
	font-family:inherit;
	font-size:14px;
    color: #fff;
    text-align: left;
}
.textos_t a:link {
    color: #333333;
}
.textos_t a:visited {
    color: #333333;
}
.textos_t a:hover {
    color: #333333;
    font-weight: bold;
}
.textos_t a:active {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
.caja_left {
    width: 200px;
}
#caja_single {
    border-bottom: 1px dotted #999999;
    clear: both;
    overflow: hidden;
    padding: 5px 0;
    width: 490px;
}
#caja_ico {
    float: left;
    height: 0;
    margin: 0;
    width: 0;
}
.textos_o {
	font-family:inherit;
	font-size:15px;
    color: #333;
    
    text-align: left;
}
.textos_o a:link {
    color: #007fff;
    font-weight:normal;
}
.textos_o a:visited {
    color: #7a2baf;
    font-weight: normal;
}
.textos_o a:hover {
    color:#A6A6A6;
}
.textos_o a:active {
    color: #707174;
}

#right {
    float: right;
}
.textos_g_14 {
	font-family:inherit;
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.detalle_text {
	color: #666666;
    font-family:inherit;
    font-size: 12px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
}
.detalle_titulo {
    color: #0076c7;
    font-family:inherit;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-top: 2px;
    text-align: right;
}
element.style  {
    color: #FFFFFF;
    
    font-size: 12px;
    text-align: justify;
}

.textos_g_14 {
	font-family:inherit;
    color: #333333;
    font-size: 14px;
    text-align: left;
}
.enviar {
	font-family:inherit;
	color: #707174;
	font-size: 14px;
	text-align: center;
	padding-top:15px;
	padding-bottom:8px;
	font-weight: bold;
}
.fnd_detalle {
	background-image: url(../img/fnd_n.jpg);
	background-repeat: repeat-x;
	background-color:#FFF;
	padding: 10px;
}


.titulo_tabla{
    background-color: #0076c7;
    color: #FFFFFF;
    font-family:inherit;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
}
.texto_tablalink{
	color: #0076c7;
    font-family:inherit;
    font-size: 14px;
    text-decoration: none;
}
.texto_tablalink a{
	color: #0076c7;
    font-family:inherit;
    font-size: 14px;
    text-decoration: none;
}
.texto_tablalink a:hover{
	color: #999999;
	text-decoration: underline;
}
.texto_tabla{
	font-family:inherit;
	color: #666666;
	text-align:justify;
	padding-top:3px;
	padding-bottom:3px;
	font-weight: normal;
	font-size: 14px;
}
.tabla_gris{
	background-color: #666666;
}


/**/

.color-text{
	 font-family:inherit;
	 
	 font-weight:normal;
	 color:#419591;
	
	}
.offer-title {
	font-size:18px;
	font-weight:bold;
	
	}
	
.separator-line  {
	border-bottom: solid thin #CCCCCC;
}


.info-text {
	text-align: justify;
	color: #333;
	font-family:inherit;
	font-size: 16px;
	font-weight: 400;
}

.space {
	padding: 10px 0;
}

.options {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 270px;
}


input[type="submit"], input[type="reset"], input[type="button"], button[type="submit"], button[type="reset"], button[type="button"] {
    background-color: #419591;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 10px;
   	border: 1px solid #398481;
    padding: 0px 10px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-webkit-border-radius: 7px;
	-o-border-radius: 7px;
	font-family: inherit;
	font-style:italic;
	font-weight:bold;
	
	font-size:14px;
}


.nav-ofertas-bu{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display:inline-block;
	
	}
input[type="reset"], input[type="submit"]{
	width:128px;
	height:30px;
}

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button[type="submit"]:hover, button[type="reset"]:hover, button[type="button"]:hover {
	border: 1px solid  #A6A6A6;
	
}


input[name="cmdSubmit"], input[name="returnJobOfferList"] , input[name="cmdRegistro"]{
	width:200px;
	height:35px;
	
	
	}
	
	
.input_contacto{
	
	background-color: #F5F5F5; 
	border-color: -moz-use-text-color -moz-use-text-color #b1b1b1;
	border-style: none none dotted; 
	border-width: medium medium 1px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    width: 180px;"
	
	
	
	}
	

.labels_contacto {
color: #666666;
font-family: inherit;
font-weight: 300;
line-height: 45px;
padding-left: 10px;
}

.terminosycondiciones ul{
	list-style-type: disc !important;
list-style-position: outside !important;
padding-left:22px;
	
	
	}
	
/*estilos añadidos*/
.boton_added{
width:270px;
height:33px; 
border-radius:5px; 
background-color:#3d9490; 
text-align:center; 
color:white;
font-style:italic;
margin-top:10px;	
}
	
	
.links_added{
text-decoration:none;	
}

.usuario_elempleo{
	line-height:18px;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:0px;	
}