@font-face {
    font-family: Arial, Helvetica;    
    font-weight: normal;
    font-style: normal;
}
.ca-menu{
    padding:0;
    margin:5px auto;
    width: 150px;
    float: left;  
}
.content-der{
    padding:0;
    margin:5px auto;
    margin-left: 20px;
    width:800px;
    background: #fff;    
   
    border-radius: 10px;
    box-shadow:  rgba(0,0,0,0.2)  2px 2px  inset;
    /*box-shadow:  rgba(0,0,0,0.4)  5px 5px 0  5px;  spread */
    /*box-shadow:  rgba(0,0,0,0.4)  10px 10px;*/
}

.columna_textos{
    margin-left: 10px;
    width:250px;
    float: left;
    color: #333;
    font-weight: normal;
    font-size: 16px;
 
}
.columna_input{   
    width:450px;
   
    color: #333;
    font-weight: normal;
    font-size: 16px;
}


#columna_textosb{
    
    width:700px;
    
    color: #333;
    font-weight: normal;
    font-size: 16px;
 
}
#columna_inputb{   
    width:300px;
    float: left;
    color: #333;
    font-weight: normal;
    font-size: 16px;
}
#columna_inputbb{   
    width:100px;
    float: left;
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

#columna_inputbc{
    margin-left:80px;
    width:30px;
    float: left;
    color: #333;
    font-weight: normal;
    font-size: 16px;

}




.busqueda_general{
    margin-left: 5px;
    margin-top: 5px;
    float: left;
    width:500px;
    color: #333;
    font-weight: normal;    
}

.busqueda_general_tit{
   float: left;
	width: 1024px;
	
	
        
}


.ca-menu li{
    width: 150px;
    height: 50px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #fff;    
    -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 linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    border-radius: 0.5em 2em 0.5em 2em
}
.ca-menu li:last-child{
    margin-bottom: 0px;
}
.ca-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.ca-icon{
    font-family: Arial, Helvetica;
    font-size: 12px;
    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{
    position: absolute;
    left: 5px;
    width: 145px;
    height: 60px;
    top: 10px;
}
.ca-main{
    font-size: 12px;
    -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-sub{
    font-size: 12px;
    color: #666;
    -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-menu li:hover{
    background: #ed6e00;
}
.ca-menu li:hover .ca-icon{
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
    text-shadow: 0px 0px 13px #fff;
}
.ca-menu li:hover .ca-main{
    opacity: 1;
    color:#fff;
    -webkit-animation: moveFromTop 300ms ease-in-out;
    -moz-animation: moveFromTop 300ms ease-in-out;
    -ms-animation: moveFromTop 300ms ease-in-out;
}
.ca-menu li:hover .ca-sub{
    opacity: 1;
    -webkit-animation: moveFromBottom 300ms ease-in-out;
    -moz-animation: moveFromBottom 300ms ease-in-out;
    -ms-animation: moveFromBottom 300ms ease-in-out;
}
@-webkit-keyframes moveFromBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        opacity: 0;
        -moz-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        opacity: 0;
        -ms-transform: translateY(200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        opacity: 0;
        -moz-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        opacity: 0;
        -ms-transform: translateY(-200%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0%);
    }
}
