﻿body 
{

    font-family: arial, sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 12px;
    color: #333333;
    /*background-color: #f5f5f5;*/  
    background-color: #f2f2f2;  
    background-image: url("Imagenes/bg2.gif");
    background-repeat: repeat;

}

body, html
{
    height: 100%;
    width:100%;
    margin: 0;
    padding: 0;
}

a
{
    color: #007F64;
    text-decoration: none;
    outline:none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}

a:hover
{
    text-decoration: none;
    color: #41A940;
}

h1
{
    color: #007F64;
    font-size: 16px;
    text-align:center;
    margin-top:0px;
}

h2
{
    color: #41A940;
    font-size: 14px;
    margin: 5px 0;
}
h2.dialogoAdjuntos
{
	color: Black;
	margin-bottom: 10px;
	margin-top: 15px;
}
h3
{
    font-weight: bold;
    border:none;
    font-size : 12px;
}

h4
{
	color: #007F64;
	/*margin: 0;	
	color: #808080;*/
}

input
{
    background-color: #ffffff;
    border: solid 1px #9A9B9C;
    padding: 2px 4px;
    color: #444444;
}


.divlogo
{
    margin: 10px;
    color: #41A940;
    font-size: 14px;
    font-weight: 600;
}

    .divlogo img
    {
        max-width: 200px;
        height: auto;  
    }

    .divlogo span
    {
        margin-left: 8px;
    }



input[type="file"].dialogoAdjuntos
{
	margin-bottom: 5px;	
    border: 0;
}
.desplegado.botonFlechaTexto .botonFlechaTexto_Filtro,
.desplegado.botonFlechaTexto .botonFlechaTexto_Empleados
{
    margin: 2px 0px 4px 0px;
	cursor:pointer;
	display: block;
    width: 126px;
    text-align:center;
    color: #ffffff;
    background-color: #007F64;
    padding: 6px 8px;

}
.desplegado.botonFlechaTexto .botonFlechaTexto_Filtro:hover,
.desplegado.botonFlechaTexto .botonFlechaTexto_Empleados:hover
{
    background-color: #41A940;
}

.plegado.botonFlechaTexto .botonFlechaTexto_Filtro,
.plegado.botonFlechaTexto .botonFlechaTexto_Empleados
{
    margin: 2px 0px 10px 0px;
	cursor:pointer;
	display: block;
    width: 126px;
    text-align:center;
    color: #ffffff;
    background-color: #007F64;
    padding: 6px 8px;

}
.plegado.botonFlechaTexto .botonFlechaTexto_Filtro:hover,
.plegado.botonFlechaTexto .botonFlechaTexto_Empleados:hover
{
	background-color: #41A940;
}

#filtroEmpleados
{
	/*background-color:#e7f3da;*/
	overflow:hidden;
    margin: 6px 0px;
    padding: 4px;
}
hr
{
    color: #96b275;
    background-color: #96b275;
    border:none;
    margin: 0;
}
hr.gris
{
	color: #d0d0d0;
	background-color: #d0d0d0;
}
img
{
    border: none;  
}

.img_cursor_pointer:hover
{
	cursor: pointer;
}

table.no_wrap td
{
    white-space: nowrap;
}

.borde_gris
{	
	border: solid 1px #d7d7d7;
	padding: 10px;
}

.boton_Buscar
{
    display: block;
    width: 16px;
    height: 14px;
    text-align:center;
    padding-top: 5px;
    color:White;
    background-image: url("Imagenes/icons-lupa.jpg");
    background-repeat: no-repeat;
}

.botonPeque
{
    display: block;
    width: 70px;
    text-align:center;
    color: #ffffff;
    background-color: #007F64;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    border: 0;
    /*background-image: url("Imagenes/bot-peque.png");*/
    /*background-repeat: no-repeat;*/
}
.botonPeque:hover
{
    background-color: #4D4F53;    /*#41A940;*/
    text-decoration: none;
    color: #ffffff;
}


.botonPequer
{
    display: inline-block;
    width: 70px;
    text-align:center;
    color: #ffffff;
    background-color: #007F64;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    border: 0;
    margin-right: 20px;
}
    .botonPequer:hover
    {
        background-color: #4D4F53; /*#41A940;*/
        text-decoration: none;
        color: #ffffff;
    }


.botonPequeDisabled
{
    display: block;
    width: 70px;
    text-align:center;
    color: #ffffff;
    background-color: #4D4F53;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    border: 0;
    /*background-image: url("Imagenes/bot-peque.png");*/
    /*background-repeat: no-repeat;*/
}
.botonPequeDisabled:hover
{
    background-color: #333333;
    color: #ffffff;
    text-decoration: none;
}

.botonPeque2
{
    display: block;
    width: 69px;
    height: 26px;
    text-align:center;
    padding-top: 5px;
    color:White;
    background-image: url("Imagenes/bot-verdetalle.png");
    background-repeat: no-repeat;
}

.botonGrande
{
    display: block;
    min-width: 109px;
    text-align:center;
    color: #ffffff;
    background-color: #007F64;
    padding: 4px 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    border: 0;
}
.botonGrande:hover
{
    background-color: #4D4F53;
    text-decoration: none;
    color: #ffffff;
}

.botonMasGrande
{
    display: block;
    width: 165px;
    color: #ffffff;
    background-color: #007F64;
    padding: 4px 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    border: 0;
    text-align:center;
}
.botonMasGrande:hover
{
    background-color: #4D4F53;
    text-decoration: none;
    color: #ffffff;
}

.boton_ver_detalle
{
    /*display:block;*/
    width: 69px;
    height: 26px;
    text-align:center;
    color: #ffffff;
    background-color: #007F64;
    padding: 4px 8px;
    text-transform: none;
    font-size: 12px;
    font-weight: 400;
    border: 0;
}

.boton_ver_detalle a
{
    color: White;
}

.boton_ver_detalle:hover
{
    text-decoration: underline;
}

.txtBox, .txtBox_disabled
{
    vertical-align: middle;
	width: 128px;
}

.txtbox_header
{
	background-color: #96b275;
	border:none;
}

.txtBox_disabled
{
    color: black;
    border: solid 1px gray;
    background-color: #d7d7d7;
}

.txtBox_disabled2
{
	color :Gray;	
}

.txtBox_gridinci
{
    color: black;
    border: solid 1px gray;
    
}


.error
{
    color: #e23433;
}

.tab
{
    display: block;
    float:left;
    width: 165px;
    padding: 5px 5px 5px 10px;  
    margin: 0;
    text-align: left;
    background-color: #9A9B9C;
    color: #fff;
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -khtml-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
}

.tab:hover
{
    background-color: #4D4F53;
    color: #fff;
	text-decoration: none;
}

.tab_selec
{
    display: block;
    float:left;
    width: 165px;
    /*height: 23px;*/
    padding: 5px 5px 5px 10px;    
    margin: 0;
    text-align: left;
    background-color: #4D4F53;
    color: #fff;
    text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 600;
    -moz-border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -khtml-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;

}


.tab_selec:hover
{
    /*background-color: #9A9B9C;*/
    color: #fff;
	/*text-decoration: none;*/
}


/* TABLAS (GridViews) */

.grd
{
    width: 100%;
}

.grd_header th
{
    height: 45px;
    background: #9A9B9C;
    color: Black;    
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
    border: solid 1px white;
    width: 80px; /* XSM duplicado??? */
}

.grd_header th a
{
    color: #333; 
    text-decoration: underline;
    }

.grd_header th a:hover
{
    color: #fff;   
    }

.grd_headerInci
{
    height: 30px;
    background: #96b275;
    color: Black;    
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    border-width: 2;
}

.grd_row
{
    height: 35px;
    background: #ffffff;
    color: Black;
    text-align: center;
    padding:0;
}

.grd_row td
{
    border: solid 1px white;
    padding:0;
}

.grd_alternating
{
    height: 35px;
    background: #cacaca;
    color: Black;    
    text-align: center;
    padding:0;
}

.grd_alternating td
{
    border: solid 1px white;
    padding: 0;
}


.td_verde
{
    background: #007F64;
    color: Black;
    border: solid 1px white;  
}

.grd_header2
{
    height: 20px;
    /*background: #96b275;*/
    color: #007F64;   
    text-align: center;
    white-space: nowrap;
    font-size: 12px;  
}

.grd_header2 th
{
    border-left: hidden;
    border-right: hidden;
    border-top: solid 2px gray;
    border-bottom: solid 2px gray;
}

.grd_row2, .grd_selected
{
    height: 25px;
    background: #EDEEEB;
    color: #333;    
    text-align: center;  
    border-bottom: solid 1px #4D4F53;
}
.grd_row2 td, .grd_selected td
{
    border-left: hidden;
    border-right: hidden;
    border-top: solid 1px white;
    /*border-bottom: solid 1px white;*/
}

.grd_selected
{
    background-color: #D2DDAF;
}


/*********************/
.menuNav
{
	color: #007F64;
}

#pestanas
{
    overflow: hidden;   
}

.pestana
{
    width: 138px;
    height: 18px;
    padding-top: 2px;
    background: url("Imagenes/pestana-gris.png") left top no-repeat;
    text-align:center;
    white-space: nowrap;
    font-weight:bold;
}

.pestana_grande
{
	width: 155px;
    height: 18px;
    padding-top: 2px;
    background: url("Imagenes/pestana-gris2.png") left top no-repeat;
    text-align:center;
    white-space: nowrap;
}

.barra-pestanas
{
	background-color:#9A9B9C;
	height:1px; 
	margin-bottom:8px; 
	border:0;
}

.form_fondo_sup
{
    width: 724px;
    height: 4px;
    background: url("Imagenes/bg-form-sup.png") top no-repeat;
}

.form_fondo_inf
{
    width: 724px;
    height: 4px;
    background: url("Imagenes/bg-form-inf.png") bottom no-repeat;
}

.form_contenido
{
    background-color: #E0E1DD; 
    width: 714px; 
    padding: 0 5px;
}

/* MASTER */

#principal
{
    width: 975px;
    padding: 15px;
    border: solid 1px #c7c7c7; 
    margin: 15px auto 2px auto;
    background: #ffffff;
    overflow: hidden;
    -webkit-box-shadow: 0 25px 22px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 25px 22px rgba(0,0,0,0.5);
	box-shadow: 0 25px 22px rgba(0,0,0,0.5);
}


#piepagina
{
    width: 1005px;
    height:25px;
    margin: 0 auto;
    border: solid 1px #E0E1DD;
    background-color:White;
}

/*PIE PAGINA 2*/

.titPie 
{
	font-size:12px;
	color:Black;
	font-weight:bold;
	padding:0 25px;
	
}
.linkPie 
{
	font-size:11px;
	color:#007F64;
	text-decoration:underline;
	font-weight:bold;
	padding:0 25px;
	cursor: pointer;
	
}

.linkPie:hover 
{
	color:Black;
}

.linkPie2 
{
	font-size:11px;
	text-decoration:underline;
	font-weight:bold;
	padding:0 25px;
	cursor: pointer;
	color:#4D4F53;
}

.linkPie2:hover 
{
	color:Black;
}

.labelPie
{
	font-size:9px;
	color:#007F64;
	font-weight:bold;
}

/*DEFAULT 2*/

#bienvenida
{
    width: 774px;
    height: 674px;
    background: none;
}

.textoBienvenida
{
    text-align: center;
    font-family: Arial;
    font-size: 24px;
    color: #41A940;
    margin-top: 80px;
}


/* LOGIN */

#login
{
    position: relative;
    width: 656px;
    min-height: 360px;
    height: auto;
    border: solid 1px #9A9B9C;  
    margin-left: -328px;
    margin-top: 180px;
    left: 50%;
    background-color: #ffffff;
    /*text-align: center;*/
}

#login #contenido
{
    width: 514px;
    padding: 25px 10px 5px 10px;
    background-color: #E0E1DD;
    overflow: hidden;
    margin-bottom: 25px;
}

.acceso_fondo_sup
{
    width: 534px;
    height: 12px;
    margin-left: -257px;
}

.acceso_fondo_inf
{
    width: 534px;
    height: 12px;
    margin-left: -257px;
}

#login #contenido,
.acceso_fondo_sup,
.acceso_fondo_inf
{
    position: relative;
    margin-left: -257px;
    left: 50%;
}

#login .txtBox, #login .txtBox_disabled
{
    width: 160px;
    float:left;
}

#login .link
{
	font-size:11px;
    float: right;
    font-weight:bold;
    text-decoration:none;
    text-align:right;
}

#login .link:hover
{
	text-decoration:underline;
}

#login .link2
{
	font-size:11px;
	padding-top:3px;
	color:#4D4F53;
    float: right;
    font-weight:bold;
    text-decoration:none;
}

#login .link2:hover
{
	text-decoration:underline;
}

#login .botonPeque
{
    float: right;
    margin-top:10px;
}

/* CAMBIAR PASS */

#cambiarPass
{
    position: relative;
    width: 656px;
    height: 330px;
    /*border: solid 1px #c7c7c7;    */
    margin-left: -328px;
    /*margin-top: 180px;*/
    padding-top: 30px;
    left: 50%;
    /*background-image: url("Imagenes/bg-acceso.jpg");
    background-repeat: no-repeat;*/
    /*text-align: center;*/
}

#cambiarPass #contenido
{
    position: relative;
    width: 582px;
    height: 285px;
    left: 50%;
    margin-left: -291px;
    background-color: #E0E1DD;
}

.popup_fondo_sup
{
    width: 582px;
    height: 10px;
   
    
}

.popup_fondo_inf
{
    width: 582px;
    height: 7px;
    background-color: #E0E1DD;
}

#cambiarPass #contenido, 
.popup_fondo_sup, 
.popup_fondo_inf
{
    position: relative;
    left: 50%;
    margin-left: -291px;
}

#cambiarPass .txtBox, #cambiarPass .txtBox_disabled
{
    /*float: left;*/
    width: 230px;
}

/* RECORDAR PASS */

#recordarPass
{
    position: relative;
    width: 656px;
    height: 330px;
    border: solid 1px #9A9B9C;   
    margin-left: -328px;
    /*margin-top: 180px;*/
    padding-top: 30px;
    left: 50%;
}

#recordarPass #contenido
{
    position: relative;
    width: 582px;
    height: 285px;
    left: 50%;
    margin-left: -291px;
    background-color: #E0E1DD;
}

#recordarPass .txtBox, #recordarPass .txtBox_disabled
{
    width: 200px;
    float: left;
}

/* CABECERA */

.cabecera_fondo_sup
{
    width: 502px;
    height: 4px;
    border-bottom: solid 1px #9A9B9C;
}

.cabecera_fondo_inf
{
    width: 502px;
    height: 4px;
    border: 0;
}

#ctrlCabecera2 #contenidoPastilla
{
    float: right;
    position: relative;
    width: 502px;
    height: 70px;

}

#ctrlCabecera2 #contenidoPastilla img
{
    float: left; 
    margin-right: 5px; 
    margin-left: 3px;
    width: 50px; 
    height:50px;
}

#ctrlCabecera2 #Pastilla
{
    margin-left: 220px;
    margin-top: 20px;
}


/* CABECERA 2015 */

#ctrlCabecera
{
     clear: both;
}

#cabeceraminimenu
{
    width: 100%;
    clear: both;
    font-size: 10px;
    color: #333;
    overflow: hidden;
}

.cabeceramenudiv
{
    float: right;
    padding: 4px;
}


.cabeceramenuul
{
    float: right;
    list-style-type: none;
    margin: 2px 6px 0px 0px;
    padding: 0;
    display: inline;
}

.cabeceramenuli
{
   display: inline;
   float: left;
   margin: 2px 12px 2px 0px;

}

.cabeceramenuli a
{
    padding: 4px;
}

    .cabeceramenuli a:hover
    {
        color: #41A940;
    }


#cabeceralogo
{
    float: left;
}

#cabecerausuario
{
    float: right;
    margin-top: 12px;
}

    #cabecerausuario div
    {
        float: left;
        margin-left: 10px;
    }

#cabecerausuario img
{
    width: 50px;
    height: auto;
}

    #cabecerausuario .textosder
    {
        float: right;
    }



.tituloGris
{
    font-size: 16px;
    font-weight: 400;
}


/* DATOS PERSONALES */

#datos_personales .txtBox, #datos_personales .txtBox_disabled
{
    width: 137px;
}

#datos_personales .botonGrande
{
    float: right;
    text-align: right;
}

/* MENU */

.tree_menu
{
    margin-top: -10px;
}

.tree_menu td
{
    white-space: normal;
}

#menu_lateral, #menu_lateral table
{
    width: 100%;   
}

#menu_lateral>div>table
{
    margin-top: 10px;
}

.tree_root_node
{
    height:20px;
    width: 98%;  
    border: 0;
    color: #4D4F53;
    font-weight:700;
    padding: 4px 5px;
    font-size: 14px;
}

    .tree_root_node a
    {
       /*FM151006 
           display: block; */
         transition: none;
        -webkit-transition: none;
        -moz-transition: none;
    }

.tree_root_node:hover
{
    background-color: #E0E1DD;
    text-decoration:none;
    font-weight: bold;
}

.tree_node_nv1
{
    background: none;
    color: #007F64;
    padding: 2px 5px;
    font-weight: 800;
    font-size: 14px;
}

.tree_node_nv1_reducido
{
    background: none;
    padding: 2px 5px;
    color: #007F64;
    font-weight: 600;
    font-size: 12px;
}

    .tree_node_nv1_reducido:hover
    {
        color: #333;
        background-color: #E0E1DD;
    }

.tree_node_nv1:hover
{
    background-color: #E0E1DD;
}

.tree_node_nv1 a
{
    background: none;
    display: block;
    width: 100%;
}

.tree_node_nv1 a:hover
{
    text-decoration:none;
    background:none;
}

.tree_node_nv2
{
    background: none;
    padding: 2px 5px;
    color: #4D4F53;
    font-weight: 500;
}

.tree_node_nv2:hover
{
    background-color: #E0E1DD;
    text-decoration:none;
    color: #333;
}

.tree_selec
{
	color:#007F64;
	font-weight: bold;
}

/* DIREECCIONES */

#direcciones .botonGrande
{
    float: right;
}

#direcciones .txtBox , #direcciones .txtBox_disabled
{
    /*width: 10px;*/
}

/* DATOS BANCARIOS */

#datos_bancarios th
{
    text-align: left;
    font-weight: normal;
}

#datos_bancarios .botonGrande
{
    float: right;
}

/* BAJA EMPLEADO */

#baja_empleado .botonGrande
{
    float: right;
}

/* INCIDENCIAS CONCEPTOS */

#incidencias_conceptos .botonPeque2
{
    float: right;    
    margin-left: 5px;
}

/* ASIGNAR RECORDAR PASS */

#asignar_rec_pass
{   
    position: relative;
    width: 656px;
    height: 330px;
    /*border: solid 1px #c7c7c7;    */
    margin-left: -328px;
    /*margin-top: 180px;*/
    padding-top: 30px;
    left: 50%;
    /*background-image: url("Imagenes/bg-acceso.jpg");
    background-repeat: no-repeat;*/
    /*text-align: center;*/
}

#asignar_rec_pass #contenido
{
    width: 582px;
    height: 225px;
    background-color: #E0E1DD;
    padding-top: 55px;
}

#asignar_rec_pass .popup_fondo_sup
{
    /*margin-top: 10px;*/
}

#asignar_rec_pass #contenido,
.popup_fondo_sup, 
.popup_fondo_inf
{
    position: relative;
    left: 50%;
    margin-left: -291px;
}

#asignar_rec_pass .botonPeque
{
    float: right;   
}

#asignar_rec_pass .txtBox , #asignar_rec_pass .txtBox_disabled
{
    float: left;
}

/* SOLICITUD ANTICIPOS */

#solicitud_anticipos .botonGrande
{
    float: right;
}

/* ALTA EMPLEADO */

#alta_empleado .botonGrande
{
    float: right;
}

/* INCIDENCIAS CONCEPTOS */

#incidencias_conceptos td
{
    border:  solid 1px #E0E1DD;
    text-align: center;
}

#incidencias_conceptos .td_disabled
{
    background-color: #E0E1DD;
}


#incidencias_conceptos .txtBox
{
    border: solid 1px white;
    /*border-left: solid 1px #d7d7d7;
    border-right: solid 1px #d7d7d7;*/
}
#incidencias_conceptos .txtBox_disabled
{
    border:solid 1px #E0E1DD;
    background-color: #E0E1DD;
}

#incidencias_conceptos .txt_Label,
#incidencias_it .txt_Label
{
    /*margin: -1px -1px;*/
    border: #fff;
    text-align: center;
    background: #9A9B9C;
}

#incidencias_conceptos .botonGrande
{
    float: right;
}

#incidencias_conceptos .grd_header input
{
    background: #9A9B9C;
    color: #333;   
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 6px;
}

.IconoLupa
{
    background-image: url("Imagenes/icon-lupa.png");
}

/* EVALUACIONES DE RENDIMIENTO POP*/

#Evaluaciones_rendimiento_POP
{
	width: 790px;
	margin-left: -395PX;
	position: relative;	
	left: 50%;
}

#Evaluaciones_rendimiento_POP .txtBox,
#Evaluaciones_rendimiento_POP .txtBox_disabled
{
	width: 99%;	
}


/* BOTON DENTRO CELDA*/

.Link_Grid 
{
	background-color:#41A940;
	cursor:pointer;
	font-weight:bold;
	font-size:11px;
	padding:5px;
	border:solid 1px #ffffff;
}

.Link_Grid a,
.Link_Grid span
{
	color:Black;
}

.Link_Grid a:hover,
.Link_Grid span:hover 
{
	color:White;
	text-decoration:underline;
}

.Link_Grid:hover 
{
	background-color:#007F64;
}

.Celda_Grid
{
	border:solid 1px #E0E1DD;
}

.boton_ver_detalle2
{
    /*display:block;*/
    width: 69px;
    height: 26px;
    background-color: #007F64;
    color: #fff;
    padding: 4px 8px;
}

.botonesFiltro
{
	padding-top: 5px;
}

.botonesFiltro2
{
	padding-top: 150px;
}

#resumen-vacaciones .sabado,
#resumen-vacaciones .domingo
{
	background-color: #E0E1DD;
	color: #4D4F53;
}
#resumen-vacaciones .vacRealizadas
{
	background-color: #4D4F53;
}
#resumen-vacaciones .vacSolicitadas
{
	background-color: #9A9B9C;
}



#resumen-vacaciones-avz .sabado,
#resumen-vacaciones-avz .domingo
{
	background-color: #E0E1DD;
	color: #4D4F53;
}
.vacaciones
{
	background-color: #007F64;
    filter: alpha(opacity=75);
    opacity: .75;

}
.pendientes
{
	background-color: #41A940;
}
.dias-propios
{
    background-color: #007F64;
    filter: alpha(opacity=50);
    opacity: .50;
}
.otros-dias
{
    background-color: #007F64;
    filter: alpha(opacity=25);
    opacity: .25;

}




.sol-vacaciones
{
	background-color: #4D4F53;
    filter: alpha(opacity=50);
    opacity: .50;
}
.sol-pendientes
{
	background-color: #4D4F53;
    filter: alpha(opacity=75);
    opacity: .75;
}
.sol-dias-propios
{
	background-color: #007F64;
    filter: alpha(opacity=50);
    opacity: .50;
}
.sol-otros-dias
{
	background-color: #007F64;
    filter: alpha(opacity=75);
    opacity: .75;
}



/*MONSTERRAT GROS PERSONALIZACIÓN* 20/01/2014/*/

.panelCalendario
{
    clear:both;
}

.lbLista
{
    vertical-align:bottom;
    min-width:100px;
    min-height:50px;
    margin-left:20px;
}

.panelLeyenda
{
    clear:both;
    border: solid 1px #E0E1DD;
	padding: 10px;
	height:50px;
}

.panelLeyendaPendientes
{
    clear:both;
    border: solid 1px #E0E1DD;
	padding: 10px;
	height:50px;
	
}

.panelControlMandos
{	
	border: solid 1px #E0E1DD;
	padding: 10px;
	/*height:270px;*/
     display:inline-block;
}


.panelControlMandosV2
{	
	border: solid 1px #E0E1DD;
	padding: 10px;
	/*height:160px;*/
     display:inline-block;
}

.calendar-day-style
{
    font-size:16px;
}

.lblGestionVacaciones
{
    font-weight:bold;
    color:#007F64;
        /*afegit per suprimir la seva visualització permanent*/
    /*display:none;*/
}

.lblGestionVacacionesFecha
{
        font-weight:bold;
        /*afegit per suprimir la seva visualització permanent*/
        /*display:none;*/
}






.grdSincroHeight{
    height:33px;  /*29px;*/
    overflow:hidden;
    display:inline-block;
    border:none;
}

/*****/


/*Curriculum*/
.lbl{
    font-weight:bold;
}

.txt{
    width:100%
}

.txt70{
    width:70%;
}

.pnlSolicitud{
    clear:both;
}

.ddlAmple{
    width:100%;
}




/****************VW>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.span4 {
    width: 350px;
}
[class*="span"] {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.btn2 {
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    cursor: pointer;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFF, #E6E6E6);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

.btn2-primary {
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    background-color: #0074CC;
    background-image: -moz-linear-gradient(center top , #08C, #05C);
    background-repeat: repeat-x;
}

.well-small {
    padding: 9px;
    border-radius: 3px;
}
.well {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 5px;
    background-color: #F5F5F5;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.borde
{
    padding-left: 15px;
}

/**********************VW<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.idiomasdiv
{
    float: right;
    /*margin: 45px 0px 0px 0px;*/
    padding: 4px 0px 4px 4px;
}

.idiomasdivlogin
{
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 4px 0px;
}

.idiomasul
{
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.idiomasli
{
    display: inline;
    float: left;
    margin: 2px;
}

.idiomasa
{
    display: block;
    background-color: #ffffff;
    text-decoration: none;
    border: 0;
    padding: 4px;
    color: #007F64;
}

    .idiomasa:hover
    {
        text-decoration: none;
        background-color: #41A940;
        color: #fff;
        
    }

.idiomasel
{
    display: block;
    text-decoration: none;
    font-weight: bold;
    background-color: #4D4F53;
    color: #ffffff;
    border: 0;
    padding: 4px;
}

    .idiomasel:hover
    {
        text-decoration: none;
        color: #ffffff;
    }

.idiomaactual
{
    background-color: #4D4F53;
    color: #ffffff;
    border: 0;
    padding: 4px;
}

.panelMsg
{
    background-color: #fff;
    padding: 12px;
    border: solid 1px #cccccc;
    color: #ce0000;
    font-size: 14px;
    margin: 10px;
    overflow: hidden;
}

.derecha
{
    float: right;
}



.divConfirmar
{
    display: none;
    position: absolute;
    top: 80px;
    border: solid 1px #ccc;
    background-color: #e4e4e4;
    padding: 20px;
    z-index:10;
    left: 41%;
}

.RowStrech {
     font-stretch: ultra-condensed;
     font-size: 11px;
 }

    .RowStrech td {
        border-top:none;
        border-bottom:none;
        height:40px;  /*35px;*/
    }


    .RowStrechIE {
     font-stretch: ultra-condensed;
     font-size: 11px;
 }

    .RowStrechIE td {
        height:39px;
    }


.EVA_lblMesAno {
    font-size: 14px;
}

.userName{
     margin-top: 2px;
}

