﻿

body {
    color: #333;
}

.boton {
    border: 1px solid #2e518b; /*anchura, estilo y color borde*/
    padding: 10px; /*espacio alrededor texto*/
    background-color: #2e518b; /*color botón*/
    color: #ffffff; /*color texto*/
    text-decoration: none; /*decoración texto*/
    text-transform: uppercase; /*capitalización texto*/
    font-family: 'Helvetica', sans-serif; /*tipografía texto*/
    border-radius: 50px; /*bordes redondos*/
}

.boton-personalizado-4 {
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #FFD27D;
    border-color: #d8d8d8;
    border-width: 3px;
    border-style: solid;
    border-radius: 35px;
    width: 200px;
}

.textbox {
    width: 200px;
}

.ddl {
    color: #fff;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #cc2a41;
    font-weight: bold;
}

