/*table { border-collapse: collapse; border-spacing: 0; }*/
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style: square; }
q:before, q:after { content:''; }
/*body{background-color: #F0F0F0; font-size:12px; font-family: 'Verdana', 'Tahoma', sans-serif;}*/
body{background-color: #F0F0F0; font-size:12px; }
input, select, textarea,a,h1,h2,h3{outline:none;}
a:active, a:focus { 
 outline: none; 
 ie-dummy: expression(this.hideFocus=true);
}

:active, :focus { outline: none; -moz-outline-style: none; }

a img {
    border:0;
    text-decoration: none;
}
selectAnio{
   	height: 21px;
  	width: auto;
	border-radius: 5px;
   	border-color: darkgray;
	margin-right: 10px;   
}

textarea{
	border-radius: 5px;
   	border-color: darkgray;

}


/*.button { clase button
    background: -webkit-gradient(linear, left top, left bottom, from(#2c4680), to(#1b2c49)); chrome
    background: -moz-linear-gradient(top,  #2c4680,  #1b2c49); Mozilla
    background: -o-linear-gradient(top,  #2c4680,  #1b2c49); opera
    background: -ms-linear-gradient(top,  #2c4680,  #1b2c49); IE10
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2MzYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyQzQ2ODAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxQjJDNDkiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2MzYpIiAvPgo8L3N2Zz4='); IE9

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4680', endColorstr='#1b2c49',GradientType=0 );  IE6-9     
    
    color: #ffffff;
    font-size: 10px !important;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 10px;
    border: 0;
}*/

/*button { elemento button
    background: -webkit-gradient(linear, left top, left bottom, from(#2c4680), to(#1b2c49)); chrome
    background: -moz-linear-gradient(top,  #2c4680,  #1b2c49); Mozilla
    background: -o-linear-gradient(top,  #2c4680,  #1b2c49); opera
    background: -ms-linear-gradient(top,  #2c4680,  #1b2c49); IE10
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2MzYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiMyQzQ2ODAiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxQjJDNDkiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2MzYpIiAvPgo8L3N2Zz4='); IE9

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c4680', endColorstr='#1b2c49',GradientType=0 );  IE6-9     
    
    color: #ffffff;
    font-size: 10px !important;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 10px;
    border: 0;
}*/
/*
button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#738a2c), to(#a7bf32));
    background: -moz-linear-gradient(top,  #738a2c,  #a7bf32);
    color:#a7bf32;
}*/


textarea,select,input{
    border: 1px solid #d8d8d8;
}

.select,.input{
	background-color:white;
	width: 100%;
    border: 2px inside;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;              
    padding-left: 5px;
        
}




    .divSearch {
        border: 1px solid #d8d8d8;
        font: bold 12px Arial,Helvetica,Sans-serif !important;
        background-color:white;
        color: #616161;
        width: 100%;
        padding: 0px; 
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
        -webkit-transition: color 0.7s ease 0s;
        -moz-transition: color 0.4s ease 0s; 
        -o-transition: color 0.4s ease 0s ;
        transition: color 0.7s ease 0s;
        height: 21px;
        
    }
    
    .inputSearch{
        border: none !important;
        padding:0px;
        height: 16px;
        margin-top: 1px;
        -webkit-appearance: initial;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        margin-left: 4px;
        margin-right: 4px;
        width: 155px !important;
    }
    
    .imgSearch{
        display: inline-block;
        width: 16px;
        height: 14px;
        vertical-align: middle;
        float: left;
        margin-left: 5px;        
        margin-top: 3.45px;        
    }
    
    .inputSearch::-webkit-input-placeholder {
        color: rgb(138, 138, 138);
        font-weight: bold !important;
    }
    .inputSearch:-moz-placeholder {
        color: rgb(138, 138, 138);
        font-weight: bold !important;
    }
    .inputSearch:-ms-input-placeholder { /* IE10+ */
        color: rgb(138, 138, 138);
        font-weight: bold !important;
    }
    
    .inputSearch .buscando::-webkit-input-placeholder {
       color: rgba(211, 211, 211, 1);
       text-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
       -webkit-transition: color 0.7s ease 0s;
        -moz-transition: color 0.7s ease 0s; 
        -o-transition: color 0.7s ease 0s ;
        transition: color 0.7s ease 0s ;
        padding-left: 2px;
    }