﻿body {
    background-color: white !important;
}
.contenedorCalculadoraWeb{
    text-align:center;
}
.textoCabecera{
    font-size: 38px;
    font-weight: normal;
    line-height: 44px;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    color: #555;
    font-family: arial;
}

.btnWeb{
    /*height: 30px;*/
    vertical-align:bottom;
    font-size: 15px;
    font-family: arial;
    line-height: 23px;
    padding: 10px;
    padding-top: 15px;
    color: #fff;
    background-color: #666;
    border: none;
    text-align: center;
    font-size: 15px;
    opacity: .5;
    background: linear-gradient(to bottom, #2074a1 5%, #16506f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2074a1', endColorstr='#16506f',GradientType=0);
}
.btnWebPeq{
    /*height: 30px;*/
    font-size: 13px;
    font-family: arial;
    line-height: 23px;
    padding: 6px;
    padding-top: 7px;
    color: #fff;
    background-color: #666;
    border: none;
    text-align: center;
    opacity: .5;
    background: linear-gradient(to bottom, #2074a1 5%, #16506f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2074a1', endColorstr='#16506f',GradientType=0);
}
.lblWeb{
    font-size: 15px;
    line-height: 17px;
    color: #555;
    font-family: arial;
}

.txtWeb{
    /*height: 30px;*/
    font-size: 15px;
    box-shadow: 7px 7px 10px -4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 7px 7px 10px -4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 7px 7px 10px -4px rgb(0 0 0 / 20%);
    -ms-box-shadow: 7px 7px 10px -4px rgba(0,0,0,0.2);
    -o-box-shadow: 7px 7px 10px -4px rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /*background-color: #fff;*/
    border: 1px solid #999;
    font-family: arial;
    color: #555;
}

.ddlWeb{
    font-size: 15px;
    height: 52px;
    border: none;
    box-shadow: 7px 7px 10px -4px rgb(0 0 0 / 20%);
    -moz-box-shadow: 7px 7px 10px -4px rgba(0,0,0,0.2);
    -webkit-box-shadow: 7px 7px 10px -4px rgb(0 0 0 / 20%);
    -ms-box-shadow: 7px 7px 10px -4px rgba(0,0,0,0.2);
    -o-box-shadow: 7px 7px 10px -4px rgba(0,0,0,0.2);
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #fff;
    border: 1px solid #999;
    font-family: arial;
    color: #555;
}

