﻿.ClsBtn {
    border: none;
    background-color: #ffa801;
    color: #fff;
    height: 50px;
    margin: 5px;
    border-radius: 4px;
    width: 98%;
    position: relative;
    font-weight:bold;
    text-shadow:2px 2px 2px rgba(0,0,0,.5);
}

.ClsBtn:hover {    
    text-shadow: 3px 3px 2px rgba(0,0,0,.5);
}

    .ClsBtn:active {
        text-shadow: 2px 2px 2px rgba(0,0,0,.8);
    }

.ClsCC:before {
    content: ' ';
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffc350;
    background-image: url('Img/certificadocomercial.svg');
    background-repeat: no-repeat;
    background-position: 9px 7px;
    background-size: 68%;
    left: 2.5px;
    top: 2.5px;
    opacity: .8;    
    box-shadow: rgba(0,0,0,.5)4px 1px 2px;
}

.ClsCC:hover:before {
    opacity: 1;
}

.ClsCC:active:before {
    box-shadow: rgba(0,0,0,.5)3px 2px 2px inset;
}


.ClsPS:before {
    content: ' ';
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffc350;
    background-image: url('Img/pazysalvo.svg');
    background-repeat: no-repeat;
    background-position: 9px 7px;
    background-size: 62%;
    left: 2.5px;
    top: 2.5px;
    opacity: .8;
    box-shadow: rgba(0,0,0,.5)4px 1px 2px;
}

.ClsPS:hover:before {
    opacity: 1;
}

.ClsPS:active:before {
    box-shadow: rgba(0,0,0,.5)3px 2px 2px inset;
}

.h4titulo {
    color: #F7931E;
    font-size:2em;
}

.frameborder {
    border: 1px solid #ccc;
    box-shadow: rgba(0,0,0,.1) 1px 1px 2px inset;
    border-radius: 5px;
    padding: 15px 20px 20px 20px;
    margin-bottom: 6px;
    position: relative;
}

.lblLogin {
    font-weight: normal;
    font-size: .9em;
    color:rgba(0,0,0,.6);
}

.colorIco {
    border-color: #a95e06;
    background-color: #ee8f21;
    background-image: -moz-linear-gradient(top,#f89c32,#df7c08);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f89c32),to(#df7c08));
    background-image: -webkit-linear-gradient(top,#f89c32,#df7c08);
    background-image: -o-linear-gradient(top,#f89c32,#df7c08);
    background-image: linear-gradient(to bottom,#f89c32,#df7c08);
    background-repeat: repeat-x;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    font-size:1.1em;
}
    .colorIco:hover, .colorIco:focus, .colorIco:active {
        border-color: #a95e06;
        background-color: #f89e36;
        background-image: -moz-linear-gradient(top,#f9ab4f,#f68c0f);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9ab4f),to(#f68c0f));
        background-image: -webkit-linear-gradient(top,#f9ab4f,#f68c0f);
        background-image: -o-linear-gradient(top,#f9ab4f,#f68c0f);
        background-image: linear-gradient(to bottom,#f9ab4f,#f68c0f);
        background-repeat: repeat-x;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    }

.ctext {
    max-width: 100%;
    width: 100%;
    border: 1px solid #ccc;    
    border-radius: 2px;
    padding: 4px 5px;
}

    .ctext:focus {
        border-color: #66afe9;
        outline: 0;
        
    }