@import url('reset.css');

.menuu{
background: #666 url('../img/back_der_footer.jpg') repeat left;
}
.ca-menu{
	padding:0;
	margin:0px auto;
	background-image: url('../img/back_der_footer.jpg') top repeat left;
	width: 755px;
}
.ca-menu li{
	width: 150px;
	height: 142px;
	overflow: hidden;
	position: relative;
	float:left;
	border-left-color: #666;
	background: url('../img/back_der_footer.jpg') repeat left;
	border-left-style: solid;
	border-left-width: 1px;
}
.ca-menu li:selected{	
	background: url('../img/back_der_footer3.jpg') repeat left;
}
.ca-menu li:last-child{
    margin-right: 0px;
}
.ca-menu li a{
	text-align: left;
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: 50;
}
.ca-icon{
	font-family: 'heydings_iconsregular';
	text-shadow: 1px 1px 1px #333;
	font-size: 30px;
	color: #ddd;
	line-height: 60px;
	position: absolute;
	width: 100%;
	height: 50%;
	left: 1px;
	top: 10px;
	text-align: center;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.ca-icon-1{
	color: #09F;
}
.ca-icon-2{
	color: #FC0;

}
.sym3{
    font-family: 'heydings_iconsregular';
	font-size: 30px;
}			
.ca-icon-3{
	color: #F60;

}
.sel{
	font-size: 85px;
}
.ca-icon-4{
	color: #3C0;
}
.ca-icon-5{
	color: #C6C;

}
.ca-icon-6{
	color: #000;
}

.ca-icon-1-chico{
	font-size: 16px;
	color: #09F;
	text-align: left;
	left: 5px;
	position: relative;
    line-height: 12px;
	top: 2px;
}
.ca-icon-2-chico{
	font-size: 16px;
	color: #FC0;
	text-align: left;
	left: 5px;
	position: relative;
    line-height: 12px;
	top: 2px;
}
.ca-icon-3-chico{
	font-size: 16px;
	color: #F60;
	text-align: left;
	left: 5px;
	position: relative;
    line-height: 12px;
	top: 2px;
}

.ca-icon-4-chico{
	font-size: 16px;
	color: #3C0;
	text-align: left;
	left: 5px;
	position: relative;
    line-height: 12px;
	top: 2px;
}
.ca-icon-5-chico{
	font-size: 16px;
	color: #C6C;
	text-align: left;
	left: 5px;
	position: relative;
    line-height: 12px;
	top: 2px;
}
.mini {
	font-size: 10px;
}
.ca-content{
	position: absolute;
	left: 4px;
	width: 100%;
	height: 50%;
	top: 50px;
}
.ca-main{
    font-size: 17px;
	color: #ffffff;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-sub{
    text-align:center;
    font-size: 14px;
    color: #afa379;
    text-shadow: 1px 1px 1px #fff;
    line-height: 40px;
    opacity: 0.8;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.ca-menu li:hover{

}
.ca-menu li:hover .ca-icon{
	font-size: 58px;
	opacity: 0.8;
	font-weight:normal;
	-webkit-animation: moveFromLeft 400ms ease;
	-moz-animation: moveFromLeft 400ms ease;
	-ms-animation: moveFromLeft 400ms ease;
}
.ca-menu li:hover .ca-main{
	color: #999;
	font-weight:200;
		text-shadow: 2px 2px 2px #333;
	-webkit-animation: moveFromRight 300ms ease;
	-moz-animation: moveFromRight 300ms ease;
	-ms-animation: moveFromRight 300ms ease;
}
.ca-menu li:hover .ca-sub{
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
