.imagenp2 {
	max-height: 85px;
	height: 85px;
	max-margin: 4px auto;
}
.titulo {
	font-size: 36pt;
	font-family: "Arial";
	font-weight: bold;
	color: #000000;
}
.cabecera {
	font-family:"Arial";
	font-size: 10pt;
	color: #000000;
	text-decoration:none;
}
.otra{
	background-color:#FFF;
	padding-left:10px !important;
	padding-right:5px;
}
.margen_0{
	padding-left:0 !important;
}
.relleno_home{
	padding-right:5px;
	padding-left:3px;
	background-color:#FFF;
}
.parrafo{
	text-align:justify;
	font-size:10pt;
	font-family:"Arial";
	color:#000000;
	text-decoration:none;
}
.boton {
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	font-family:'Arial';
	font-size:8pt;
	color: #000000;
	text-decoration:none;
}
.cuadro {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	font-family: "Arial";
	font-size: 8pt;
	color: #000000;
}

.imagen {
	/*max-width: 52%;
    width: 52%;*/
    max-width: 450px;
    width: 450px;
	margin: 4px auto;
}
.imagen_ampliada {
	/*max-width: 80%;
    width: 80%;*/
    max-width: 686px;
    width: 686px;
	margin: 4px auto;
}
.imagenp {
	max-height: 130px;
	height: 130px;
	max-margin: 4px auto;
}

.imagens {
    max-width: 150px;
	max-height: 150px;
	margin: 4px auto;
}

.imagen_office {
	width: 360px;
}

.imagen_new {
    max-width: 130px;
	height: 110px;
	max-margin: 4px auto;
}
a img {
	border: none;
}
a{
	text-decoration:none;
}
.menu{
	border:none;
}
.sin_relleno{
	padding-bottom:0px;
	padding-top:0px;
}
.margen_top{
	margin-top:15px;
}
.margen_top_1{
	margin-top:10px;
}
.enlace{
	cursor:pointer;
}
body{
	margin-left:0 !important;
	font-family:"Arial";
}

.lg-custom-thumbnails {
    &.lg-outer {
        width: auto;
        // Set space for the container to occupy thumbnails
        right: 225px;

        // Add some spacing on the left to match with the right hand side spacing
        left: 10px;

        .lg-thumb-outer {
            // Set the position of the thumbnails
            left: auto;
            top: 0;
            width: 225px;
            bottom: 0;
            position: fixed;
            right: 0;

            // Reset max height
            max-height: none;

            // Customize the layout (Optional)
            background-color: #999;
            padding-left: 5px;
            padding-right: 5px;
            margin: 0 -10px;
            overflow-y: auto;

            // Update transition values
            // By default thumbnails animates from bottom to top
            // Change that from right to left.
            // Also, add a tiny opacity transition to look better
            transform: translate3d(30%, 0, 0);
            opacity: 0;
            will-change: transform opacity;
            transition: transform 0.15s cubic-bezier(0, 0, 0.25, 1) 0s, cubic-bezier(
                        0,
                        0,
                        0.25,
                        1
                    ) 0.15s;
        }

        &.lg-thumb-open {
            .lg-thumb-outer {
                transform: translate3d(0, 0, 0);
                opacity: 1;
            }
        }

        // Add hove effect (Optional)
        .lg-thumb-item {
            filter: grayscale(100%);
            will-change: filter;
            transition: filter 0.12s ease-in, border-color 0.12s ease;
            &:hover,
            &.active {
                filter: grayscale(0);
                border-color: #545454;
            }
        }

        .lg-thumb {
            padding: 5px 0;
        }
    }
}
