/* Delysuper Styles */

/* Alignment */
.align-left   { text-align: left; }
.align-center { text-align: center; }
.align-right  { text-align: right; }

/* Body */
.body { background-color: #ACB1B9; margin: 0; padding: 11px 0; overflow-x: hidden; -webkit-text-size-adjust: 100%; }

/* Typography */
.bold { font-weight: bold; }

/* Buttons */
.button-small  { border-radius: 10px; border: none; text-align: center; font-family: Arial; font-weight: 300; font-size: 22px; color: #FFFFFF; cursor: pointer; height: 73px; width: 169px; }
.button-medium { border-radius: 10px; border: none; text-align: center; font-family: Arial; font-weight: 300; font-size: 23px; color: #FFFFFF; cursor: pointer; height: 73px; width: 300px; }
.button-large  { border-radius: 10px; border: none; text-align: center; font-family: Arial; font-weight: 300; font-size: 24px; color: #FFFFFF; cursor: pointer; height: 73px; width: 345px; }

/* Colors */
.bg-color-1 { background-color: #488C4C; }
.bg-color-2 { background-color: #F37735; }
.bg-color-3 { background-color: #ACB1B9; }
.bg-color-4 { background-color: #D32F2F; }

.font-color-1 { color: #999999; }
.font-color-2 { color: #000000; }
.font-color-3 { color: #009846; }
.font-color-4 { color: #FF8000; }

/* Fonts */
.font-xsmall { font-family: Arial; font-size: 14px; }
.font-small { font-family: Arial; font-size: 18px; }
.font-medium { font-family: Arial; font-size: 20px; }
.font-large { font-family: Arial; font-size: 21px; }
.font-title { font-family: Arial; font-size: 26px; }

/* Index page elements */
.index-image { height: 110px; width: 280px; }
.index-gif-es { height: 30px; width: 300px; }
.index-menu-icon {float: right; padding-right: 18px; height: 35px; width: 40px; }
.index-logo { height: 58px; width: 280px; }

/* Images */
.image-logo { height: 150px; width: 740px; }

/* Layout elements */
.separator-0 { height: 6px; background-color: #D5D8DC; }

/* Tables */
.table-2nd { border-radius: 10px; border: 6px solid #ACB1B9; width: 345px; padding-top: 10px; padding-bottom: 10px; }
.table-main { border-radius: 10px; background-color: #FFFFFF; width: 365px; }

