body {
    background: #cccccc;
    font-family: 'Open Sans', sans-serif;
}

td {
    font-size: 12px;
    color: #000000;
}

td div {
    /*height: 350px;*/
}

h1,
h2,
h3,
h4,
h5 {

    color: #3e46cf;
    margin: 0px;
}
h1 {
    font-size: 28px;

}

h2 {
    font-size: 22px;
    font-weight: 700;
}

h3 {
    font-size: 12px;
}


a {
    font-size: 12px;
    color: #ef7f2d;
    text-decoration: underline;
}

a:hover {
    font-size: 12px;
    color: #ef7f2d;
    text-decoration: none;
}

a.white-link-underline {
    text-decoration: underline;
    color: #FFFFFF;
}

.white-text {
    color: #ffffff;
    text-decoration: none;

}

a.b1 {
    font-size: 12px;
    color: #fffea0;
    text-decoration: none;
    padding: 15px;
    margin: 0px;

}

.p {
    padding: 0 0 0 20px;
}

.p1 {
    padding: 0 0 0 30px;
}

.p2 {
    padding: 30px 50px 30px 30px;
}

.bord {
    border: 1px solid #c5d85a;
}

.menu {
    color: #8c247b;
    vertical-align: top;
    height: 35px;
    padding: 10px 0 0 20px;
}

.menu a {
    color: #8c247b;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.wrap ul {
    height: 180px;
}

.blye-text-underline {
    color: #5a768d;
    text-decoration: underline;
}

.blye-text-regular {
    color: #5a768d;
    text-decoration: none;
}

.yellow-text-regular {
    color: #ffb400;
    text-decoration: none;
}

.yellow-text-underline {
    color: #ffb400;
    text-decoration: underline;
}

.orange-text-regular {
    color: #ef7f2d;
    text-decoration: none;
}

.orange-text-underline {
    color: #ef7f2d;
    text-decoration: underline;
}

.broun-text-regular {
    color: #de4e06;
    text-decoration: none;
}

.broun-text-underline {
    color: #de4e06;
    text-decoration: underline;
}

.red-text-regular {
    color: #8c247b;
    text-decoration: none;
}

.red-text-underline {
    color: #8c247b;
    text-decoration: underline;
}

.black-text-regular {
    color: #000000;
    text-decoration: none;
}

.black-text-underline {
    color: #000000;
    text-decoration: underline;
}


.gray-text-underline {
    color: #7c7c7c;
    text-decoration: underline;
}

.gray-text-regular {
    color: #7c7c7c;
    text-decoration: none;
}

.green-text {
    color: #007789;
    text-decoration: none;
}

.green-text-underline {
    color: #007789;
    text-decoration: underline;
}

input {
    background: none repeat scroll 0 0 #EAEAEA;
    border-color: #CBCFD3;
    border-right: 1px solid #CBCFD3;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    height: 30px;
    padding: 5px;
    width: 467px;
}

.bot {
    height: 30px;
    width: 79px;
}

textarea {
    background: none repeat scroll 0 0 #EAEAEA;
    border-color: #CBCFD3;
    border-right: 1px solid #CBCFD3;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Arial;
    font-size: 10pt;
    height: 100px;
    padding: 5px;
    width: 467px;
}

ul {
    margin: 15px;
    padding: 0;
}

li {
    padding: 0;
}

.galeria img {
    height: 95px;
    width: 95px;
    object-fit: cover;
    background-position: center;
    margin: 0 5px 0 0;
}