.imagenico {
	height: 60px;
	border-top-left-radius:0em;
	border-top-right-radius:1.4em;
	border-bottom-right-radius:0em;
	border-bottom-left-radius:1.4em;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.imagenico:hover {
	border-top-left-radius:0.4em;
	border-top-right-radius:0.4em;
	border-bottom-right-radius:0.4em;
	border-bottom-left-radius:0.4em;
 	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    transition-property: border-radius, opacity;
    transition-duration: 0.4s, 0.2s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
}
.imagenicovideo {
	height: 68px;
	border-top-left-radius:0em;
	border-top-right-radius:1.4em;
	border-bottom-right-radius:0em;
	border-bottom-left-radius:1.4em;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.imagenicovideo:hover {
	border-top-left-radius:0.4em;
	border-top-right-radius:0.4em;
	border-bottom-right-radius:0.4em;
	border-bottom-left-radius:0.4em;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	transition-property: border-radius, opacity;
	transition-duration: 0.4s, 0.2s;
	transition-timing-function: ease-in-out, ease-in-out;
	transition-delay: 0s, 0s;
}

.lb-album{
	width: 100%;
	font-family: 'specialeliteregular';
	height: 100%;
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	padding: 0px;
	z-index: 999;
	background: rgb(5,5,5);
	background: -moz-radial-gradient(center, ellipse cover, rgba(5,5,5,0.9) 0%, rgba(1,1,1,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(5,5,5,0.9)), color-stop(100%,rgba(1,1,1,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(5,5,5,0.9) 0%,rgba(1,1,1,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(5,5,5,0.9) 0%,rgba(1,1,1,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(5,5,5,0.9) 0%,rgba(1,1,1,1) 100%);
}

/* titulo */
.lb-overlay > div{
	font-size: 1.6em;
	position: absolute;
	color: #FF6600;
	height: 20px;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	margin: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1000;
	background-color: rgba(0,0,0,0.7);
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}

.lb-overlay > divgradient{
	font-size: 1.6em;
	position: absolute;
	color: #FF6600;
	height: 20px;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	margin: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 1000;
	background: -webkit-linear-gradient( left, rgba(1,1,1,1), rgba(1,1,1,0.2), rgba(1,1,1,0.2)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient( left, rgba(1,1,1,1), rgba(1,1,1,0.2), rgba(1,1,1,0.2));/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient( left rgba(1,1,1,1), rgba(1,1,1,0.2), rgba(1,1,1,0.2));/* For Firefox 3.6 to 15 */
	background: linear-gradient( left, rgba(1,1,1,1), rgba(1,1,1,0.2), rgba(1,1,1,0.2));/* Standard syntax */
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 16px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FF6600;
}

/* Marca Agua */
.lb-overlay > h11 {
	position: absolute;
	color: #FFFFFF;
	height: 100%;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	margin: 0px;
	left:0px;
	right:0px;
	top: 0px;
	z-index: 1000;
	background-repeat: no-repeat;
	bottom: 0px;
	opacity: 1;
	filter: alpha(opacity=100); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

.lb-overlay > h11 a{
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.lb-overlay > h11 a:hover{
	opacity: 0.9;
	filter: alpha(opacity=90); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.lb-overlay >h12 {
	font-size: 1.0em;
	position: absolute;
	color: #FFFFFF;
	height: auto;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	margin: 0px;
	right: 6px;
	bottom: 40px;
	z-index: 1000;
	background-color: rgba(0,0,0,0.6);
	border-top-left-radius:0.4em;
	border-top-right-radius:0.4em;
	border-bottom-right-radius:0.4em;
	border-bottom-left-radius:0.4em;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:8px;
	padding-left: 10px;
}


/* descripcion */
.lb-overlay > h10 {
	font-size: 1.2em;
	position: absolute;
	color: #FFFFFF;
	height: auto;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	margin: 0px;
	left:0px;
	right:0px;
	top: 57px;
	padding-top:10px;
	padding-right:16px;
	padding-bottom:10px;
	padding-left: 16px;
	z-index: 1000;
	background-color: rgba(0,0,0,0.5);
}

.lb-overlay > h10gradient {
	font-size: 1.2em;
	position: absolute;
	color: #FFFFFF;
	height: auto;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	margin: 0px;
	left:0px;
	right:0px;
	top: 57px;
	padding-top:10px;
	padding-right:16px;
	padding-bottom:10px;
	padding-left: 16px;
	z-index: 1000;
	background: -webkit-linear-gradient( left, rgba(100,100,100,0.9), rgba(100,100,100,0.2), rgba(100,100,100,0.2)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient( left, rgba(100,100,100,0.9), rgba(100,100,100,0.2), rgba(100,100,100,0.2));/* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient( left rgba(100,100,100,0.9), rgba(100,100,100,0.2), rgba(100,100,100,0.2));/* For Firefox 3.6 to 15 */
	background: linear-gradient( left, rgba(100,100,100,0.9), rgba(100,100,100,0.2), rgba(100,100,100,0.2));/* Standard syntax */
}


/* autor */
.lb-overlay > spam {
	font-size: 1.0em;
	position: absolute;
	color: #FFFFFF;
	height: auto;
	text-shadow: 0px 1px 1px rgba(0,0,0,1);
	margin: 0px;
	right: 6px;
	bottom: 6px;
	z-index: 1000;
	background-color: rgba(0,0,0,0.6);
	border-top-left-radius:0.4em;
	border-top-right-radius:0.4em;
	border-bottom-right-radius:0.4em;
	border-bottom-left-radius:0.4em;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:8px;
	padding-left: 10px;
	text-align: right;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.lb-overlay > spam a{
	color: #FFFFFF;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.lb-overlay > spam a:hover{
	color: #FFCC00;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.Absolute-Center {
	margin: auto;
	position: absolute;
	top: 50px;
	left: 0;
	bottom: 0;
	right: 0;
	line-height: 90px;
}

.lb-overlay a.lb-close{
	z-index: 1001;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 10px;
	right: 10px;
	text-align: center;
	overflow: hidden;
	opacity: 0.6;
	filter: alpha(opacity=60); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	background-image: url(../infaz/closeimg.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.lb-overlay a.lb-close:hover{
	width: 30px;
	height: 30px;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	background-image: url(../infaz/closeimgf2.png);
}

/* imagen */
.lb-overlay img{
	display: table;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
	text-align: center;
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	top: 0px;
	bottom: 0px;
	}

.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
	width: 50px;
	height: 50px;
	opacity: 0.6;
	filter: alpha(opacity=80); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
	z-index: 1100;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	background-image: url(../infaz/arrowsf2.png);
}
.lb-prev{
	background: transparent url(../infaz/arrows.png) no-repeat top left;
	left: 10px;
	top: 50%;
}
.lb-next{
	background: transparent url(../infaz/arrows.png) no-repeat top right;
	top: 50%;
	right: 10px;
}
.lb-overlay:target {
	width: auto;
	height: 100%;
	bottom: 0px;
	right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.lb-overlay:target img,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	text-align: center;
	vertical-align: middle;
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

.flashfile {
	padding:20;
        }
.imagenicoPlataforma {
	border-top-left-radius:1.4em;
	border-top-right-radius:1.4em;
	border-bottom-right-radius:1.4em;
	border-bottom-left-radius:1.4em;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	text-align: left;
}
.imagenicoPlataforma:hover {
	border-top-left-radius:0.4em;
	border-top-right-radius:1.4em;
	border-bottom-right-radius:1.4em;
	border-bottom-left-radius:0.4em;
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	transition-property: border-radius, opacity;
	transition-duration: 0.4s, 0.2s;
	transition-timing-function: ease-in-out, ease-in-out;
	transition-delay: 0s, 0s;
	background-color: #333333;
}
.imagenico2 {
	height: ;
	width: ;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-repeat: no-repeat;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	padding-right: 10px;
	padding-left: 10px;
}
.imagenico2:hover {
	opacity: 1;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	transition-property: border-radius, opacity;
	transition-duration: 0.4s, 0.2s;
	transition-timing-function: ease-in-out, ease-in-out;
	transition-delay: 0s, 0s;
}
