@charset "UTF-8";
/* CSS Document */
@media screen {
	div#preloader {
		position: absolute;
		left: -9999px;
		top:  -9999px;
		}
	div#preloader img {
		display: block;
		}
	}
@media print {
	div#preloader, 
	div#preloader img {
		visibility: hidden;
		display: none;
		}
	}
@-webkit-keyframes animatedBackground {
0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
100% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

}
	
	
@-moz-keyframes animatedBackground {
0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}
100% {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
}
@keyframes animatedBackground {
0% {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
    transform: scale(1, 1)
}
100% {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}
}

.thumb-h-inicio{
    width: 500px;
    height: 300px;
    float: left;
    opacity: .8;
}
.thumb-v-inicio{
    width: 234px;
    height: 300px;
    float: left;
    opacity: .8;
}
.thumb-c-inicio{
    width: 337px;
    height: 300px;
    opacity: .8;
}

.thumb-h{
    width: 50%;
    height: 300px;
    float: left;
    opacity: .8;
}
.thumb-v{
    width: 20%;
    height: 300px;
    float: left;
    opacity: .8;
}
.thumb-c{
    width: 30%;
    height: 300px;
    float: left;
    opacity: .8;
}

.thumb-h:hover{
    opacity: 1;
}
.thumb-v:hover{
    opacity: 1;
}
.thumb-c:hover{
    opacity: 1;
}


.thumb-h:hover{
    opacity: 1;
}
.thumb-v:hover{
    opacity: 1;
}
.thumb-c:hover{
    opacity: 1;
}
