

 .listadoInstalaciones{
 	padding-left:0px!important;
 }

 .listadoInstalaciones .elementInstalacion.InstaPlegada{
	overflow: hidden;
	height: 42px;
	border:1px solid #000;
	margin-bottom:20px;
}
.listadoInstalaciones .elementInstalacion h5::before {
    box-shadow: 0 1px 0 #2ab7ec inset, 0 5px 0 0 #032b3a, 0 10px 5px #999;
    display: block;
    font-weight: bold;
    height: 100%;
    left: 0px;
    max-height: 38px;
    padding-top: 8px;
    position: absolute;
    top: -6px;
    width: 38px;
 }
.listadoInstalaciones .elementInstalacion h5:hover{
	    /*box-shadow: 0 0 10px 0px #666;
		color: #333;
		border:1px solid #3f7c50 
*/

}
.listadoInstalaciones .elementInstalacion h5 img{
    box-shadow: 0 0 5px -2px;
    margin-right: 12px;
    vertical-align: middle;
}

.listadoInstalaciones .elementInstalacion.InstaPlegada{
	overflow: hidden;
	height: 42px;
}
.listadoInstalaciones .elementInstalacion.InstaPlegada h5{
	background-image: url(../irudiak/iconos/masmenos.png) !important;
	background-repeat: no-repeat !important;
	background-position: right 6px !important;
		transition: all .20s ease-in-out !important;
	-moz-transition: all .20s ease-in-out !important;
	-webkit-transition: all .20s ease-in-out !important;
	opacity: 1;
	cursor: pointer;
	height: 42px;
	padding-left: 20px;
    padding-top: 10px;
	
}

.listadoInstalaciones .elementInstalacion.InstaDesPlegada h5{
	background-position: right -40px !important;
	height: 42px;
}

.listadoInstalaciones .elementInstalacion.InstaDesPlegada h5{
	box-shadow: 0px	 20px 10px 0 rgba(0,0,0,0.4);
}
.listadoInstalaciones .elementInstalacion.InstaPlegada h5, .listadoInstalaciones .elementInstalacion.InstaDesPlegada h5{
	cursor:pointer;
}
.InstaDesPlegadaUnica {
    border: 1px solid #000;
    height: auto;
    margin-bottom: 20px;
    margin-top: 10px;
    overflow: hidden;
}
.InstaDesPlegadaUnica h5{
	cursor: pointer;
	height: 42px;
	padding-left: 20px;
    padding-top: 10px;
	
}
.contenidoDesplegable {
	padding: 40px 28px;
	background: rgba(0,0,0,0.3);
}

.documents a{
	background: rgba(0, 0, 0, 0) url("../irudiak/icono_archivo.png") no-repeat scroll 8px 9px;
    clear: both;
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px 20px 11px 32px;
    transition:background-color 0.2s linear ;
}

.documents a:hover{
	background-color: #565656; 
	transition:background-color 0.2s linear ;
	}

.documents{
	overflow:hidden;
}

.documents li{
	list-style: none!important;
}

.estiloPosicionIdioma
{
    margin-left: 98px;
}

.spanIdiomaRecepcionBoletin
{
    width: 4.4em;
    display: block;
    float: left;
}
.imagenLink{
	background: rgba(0, 0, 0, 0) url("../irudiak/icon_image.png") no-repeat scroll 8px 9px !important;
}