﻿
.textboxCapres {
    font-family: verdana, arial, snas-serif;
    font-size: 14px;
    color: #000000;
    height: 30px;
    width: 100%;
    padding: 12px;
    background: #f0f0f0;
    border-left: solid 1px #c1c1c1;
    border-top: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #6f6f6f;
    border-radius: 15px;
    align-content:center;
}

.buttonCatress {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #00A4E6;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: medium;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 30px;
}

.buttonCatressGris {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #303440;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: medium;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 30px;
}

.TxtRedondo {
    font-family: verdana, arial, snas-serif;
    font-size: x-large;
    color: #000000;
    height: 30px;
    width: 100%;
    padding: 3px;
    background: #f0f0f0;
    border-left: solid 1px #c1c1c1;
    border-top: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #6f6f6f;
    border-radius: 21px;
}

@font-face {
    font-family: 'BemboStd-Bold';
    /*src: url('BemboStd-Bold.otf') format('opentype');*/
    src: url(BemboStd-Bold.otf);
}

.Titulo01 {
    font-family: 'Arial Black';
    color: #FFFFFF;
    font-size: xx-large;
    text-align: center;
}

.Titulo02 {
    font-family: 'Arial Black';
    color: #006CBE;
    font-size: 50px;
    text-align: center;
}

.Titulo03 {
    font-family: 'Arial Black';
    color: #FFFFFF;
    font-size: large;
    text-align: center;
}

 .tituloCapress {
    font-family: BemboStd-Bold;
    font-size: 24px;
    color: #ffffff;
    align-content: center;
}


.FondoTransparenteCapress {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
    background-color: rgba(246, 237, 237, 0.45);
    border: 1px solid #afcde3;
    -webkit-border-radius: 5px;
    border-radius: 18px;
    text-align: center;
}

.FondoBlanco01 {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
    background-color: rgba(246, 237, 237, 0.45);
    border: 1px solid #afcde3;
    -webkit-border-radius: 5px;
    border-radius: 18px;
    text-align: center;
}

.fondoBlancoCapress {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
    background-color: aliceblue;
    border: 1px solid #afcde3;
    -webkit-border-radius: 5px;
    border-radius: 18px;
    text-align: center;
}

.ImgMapAgen {
    border-radius: 20px;
    width: 180px;
    height: 120px;
}