@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rubikregular';
    src: url('../font/rubikfont-webfont.eot');
    src: url('../font/rubikfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/rubikfont-webfont.woff2') format('woff2'),
         url('../font/rubikfont-webfont.woff') format('woff'),
         url('../font/rubikfont-webfont.ttf') format('truetype'),
         url('../font/rubikfont-webfont.svg#rubikregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.ca-menu1{
    padding:0;
    margin:0 auto;
    width: 800px;
	margin-top:20px;
	margin-bottom:40px;
}
.ca-menu1 li{
    width: 800px;
    height: 100px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #0082ff;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    -webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.ca-menu1 li:last-child{
    margin-bottom: 0px;
}
.ca-menu1 li a{
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    position: relative;
}
.ca-icon{
    font-family: 'rubikregular', cursive;
    font-size: 40px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 90px;
    position: absolute;
    width: 90px;
    left: 20px;
    text-align: center;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.ca-content{
	width: 500px;
	height: 99px;
	margin:0 auto;
	top: 20px;
}
.ca-main{
    font-size: 35px;
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear; 
	text-align:center;
}
.ca-sub{
    font-size: 14px;
    color: #666;
	text-align:center;
}
.ca-menu1 li.hhh:hover{
    background-image:url(../img/1.png);
}

.ca-menu1 li.iii:hover{
    background-image:url(../img/2.png);
}

.ca-menu1 li.jjj:hover{
    background-image:url(../img/3.png);
}

.ca-menu1 li.kkk:hover{
    background-image:url(../img/4.png);
}


.ca-menu1 li:hover .ca-icon{
    color: #Fff;
    font-size: 120px;
    opacity: 0.8;
    left: -20px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.ca-menu1 li:hover .ca-main{
    color: #fff;
    opacity: 1;
}
.ca-menu1 li:hover .ca-sub{
    color: #fff;
    opacity: 1;
}

label {
    display:block;
    margin-top:20px;
	font-size:0.7em;
	margin-left:15px;
}
.formulario {
	background-color:#CCC;
    display:block;
    width:510px;
	height:610px;
	margin:20px;
    color:#666;
	float:left;
}
form {
    width:500px;
}


input, textarea {
    width:450px;
    height:27px;
    background:#FFF;
    border:2px solid #f6f6f6;
    padding:10px;
    margin-top:5px;
    font-size:10px;
    color:#666;
	margin-left:15px;
}

textarea {
    height:150px;
}

#submit {
    width:85px;
    height:35px;
    border:none;
    margin-top:20px;
    cursor:pointer;
	background-color:#666;
	color:#fff;
}

.dif{
	width:203px;
}

.chk{
	width:20px;
	height:20px;
	text-align:left;
	margin-left:5px;
	font-size:12px;
}

.txt{
	font-size:11px;
}

