#c_Organigrama>div>div {
	height:100%;
}

#c_Organigrama .viewer {
	height:100%;
}

/* -------------------- PARA LOS BOTONES EN LA SOLICITUD DE RETRIBUCION FLEXIBLE -------------------------*/
.BotonWebCelda {
	width: auto ;
}

/* Inicio Estilos para barra de politica de cookies*/
.politicaCookies {
	background-color: #FFFFFF;
	font-size: 13px;
	text-align: left;
   	-moz-border-radius:4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}
.politicaCookies p {
	color: #000000;
	padding: 10px 15px;
}
#btnPoliticaCookies {
	color: #000000;
	border: 0 none;
	cursor: pointer;
	height: 2.2em !important;
	width: 6em;
	font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;	
}
/* FIN Estilos para barra de politica de cookies*/

/* ----------------  PARA INCLUIR IMAGEN EN EL MENÚ LATERAL IZQUIERDO --------------------*/
#c_menuContenedor{
      background-image:url('menuImg.jpg');      
}
