Advertisement
Guest User

Email

a guest
Apr 16th, 2014
3,037
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 32.93 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.     <head>
  4.         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5.         <title>*|MC:SUBJECT|*</title>
  6.         <style type="text/css">
  7.             /* ///////// CLIENT-SPECIFIC STYLES ///////// */
  8. #outlook a {
  9.   padding: 0;
  10. }
  11. /* Force Outlook to provide a "view in browser" message */
  12. .ReadMsgBody {
  13.   width: 100%;
  14. }
  15. .ExternalClass {
  16.   width: 100%;
  17. }
  18. /* Force Hotmail to display emails at full width */
  19. .ExternalClass,
  20. .ExternalClass p,
  21. .ExternalClass span,
  22. .ExternalClass font,
  23. .ExternalClass td,
  24. .ExternalClass div {
  25.   line-height: 100%;
  26. }
  27. /* Force Hotmail to display normal line spacing */
  28. body,
  29. table,
  30. td,
  31. p,
  32. a,
  33. li,
  34. blockquote {
  35.   -webkit-text-size-adjust: 100%;
  36.   -ms-text-size-adjust: 100%;
  37. }
  38. /* Prevent WebKit and Windows mobile changing default text sizes */
  39. table,
  40. td {
  41.   mso-table-lspace: 0pt;
  42.   mso-table-rspace: 0pt;
  43. }
  44. /* Remove spacing between tables in Outlook 2007 and up */
  45. img {
  46.   -ms-interpolation-mode: bicubic;
  47. }
  48. /* Allow smoother rendering of resized image in Internet Explorer */
  49. /* ///////// RESET STYLES ///////// */
  50. body {
  51.   margin: 0;
  52.   padding: 0;
  53. }
  54. img {
  55.   border: 0;
  56.   height: auto;
  57.   line-height: 100%;
  58.   outline: none;
  59.   text-decoration: none;
  60. }
  61. table {
  62.   border-collapse: collapse !important;
  63. }
  64. body,
  65. #bodyTable,
  66. #bodyCell {
  67.   height: 100% !important;
  68.   margin: 0;
  69.   padding: 0;
  70.   width: 100% !important;
  71. }
  72. /* ///////// TEMPLATE STYLES ///////// */
  73. /* ========== Page Styles ========== */
  74. #bodyCell {
  75.   padding: 20px;
  76. }
  77. #templateContainer {
  78.   width: 600px;
  79. }
  80. /**
  81. * @tab Page
  82. * @section background style
  83. * @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
  84. * @theme page
  85. */
  86. body,
  87. #bodyTable {
  88.   /*@editable*/
  89.   background-color: white;
  90. }
  91. /**
  92. * @tab Page
  93. * @section background style
  94. * @tip Set the background color and top border for your email. You may want to choose colors that match your company's branding.
  95. * @theme page
  96. */
  97. #bodyCell {
  98.   /*@editable*/
  99.   border-top: none;
  100. }
  101. /**
  102. * @tab Page
  103. * @section email border
  104. * @tip Set the border for your email.
  105. */
  106. #templateContainer {
  107.   /*@editable*/
  108.   border: 1px solid #BBBBBB;
  109. }
  110. /**
  111. * @tab Page
  112. * @section heading 1
  113. * @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.
  114. * @style heading 1
  115. */
  116. h1 {
  117.   /*@editable*/
  118.   color: #202020 !important;
  119.   display: block;
  120.   /*@editable*/
  121.   font-family: Helvetica;
  122.   /*@editable*/
  123.   font-size: 26px;
  124.   /*@editable*/
  125.   font-style: normal;
  126.   /*@editable*/
  127.   font-weight: bold;
  128.   /*@editable*/
  129.   line-height: 100%;
  130.   /*@editable*/
  131.   letter-spacing: normal;
  132.   margin-top: 0;
  133.   margin-right: 0;
  134.   margin-bottom: 10px;
  135.   margin-left: 0;
  136.   /*@editable*/
  137.   text-align: left;
  138. }
  139. /**
  140. * @tab Page
  141. * @section heading 2
  142. * @tip Set the styling for all second-level headings in your emails.
  143. * @style heading 2
  144. */
  145. h2 {
  146.   /*@editable*/
  147.   color: #404040 !important;
  148.   display: block;
  149.   /*@editable*/
  150.   font-family: Helvetica;
  151.   /*@editable*/
  152.   font-size: 20px;
  153.   /*@editable*/
  154.   font-style: normal;
  155.   /*@editable*/
  156.   font-weight: bold;
  157.   /*@editable*/
  158.   line-height: 100%;
  159.   /*@editable*/
  160.   letter-spacing: normal;
  161.   margin-top: 0;
  162.   margin-right: 0;
  163.   margin-bottom: 10px;
  164.   margin-left: 0;
  165.   /*@editable*/
  166.   text-align: left;
  167. }
  168. /**
  169. * @tab Page
  170. * @section heading 3
  171. * @tip Set the styling for all third-level headings in your emails.
  172. * @style heading 3
  173. */
  174. h3 {
  175.   /*@editable*/
  176.   color: #606060 !important;
  177.   display: block;
  178.   /*@editable*/
  179.   font-family: Helvetica;
  180.   /*@editable*/
  181.   font-size: 16px;
  182.   /*@editable*/
  183.   font-style: italic;
  184.   /*@editable*/
  185.   font-weight: normal;
  186.   /*@editable*/
  187.   line-height: 100%;
  188.   /*@editable*/
  189.   letter-spacing: normal;
  190.   margin-top: 0;
  191.   margin-right: 0;
  192.   margin-bottom: 10px;
  193.   margin-left: 0;
  194.   /*@editable*/
  195.   text-align: left;
  196. }
  197. /**
  198. * @tab Page
  199. * @section heading 4
  200. * @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.
  201. * @style heading 4
  202. */
  203. h4 {
  204.   /*@editable*/
  205.   color: #808080 !important;
  206.   display: block;
  207.   /*@editable*/
  208.   font-family: Helvetica;
  209.   /*@editable*/
  210.   font-size: 14px;
  211.   /*@editable*/
  212.   font-style: italic;
  213.   /*@editable*/
  214.   font-weight: normal;
  215.   /*@editable*/
  216.   line-height: 100%;
  217.   /*@editable*/
  218.   letter-spacing: normal;
  219.   margin-top: 0;
  220.   margin-right: 0;
  221.   margin-bottom: 10px;
  222.   margin-left: 0;
  223.   /*@editable*/
  224.   text-align: left;
  225. }
  226. /* ========== Header Styles ========== */
  227. /**
  228. * @tab Header
  229. * @section preheader style
  230. * @tip Set the background color and bottom border for your email's preheader area.
  231. * @theme header
  232. */
  233. #templatePreheader {
  234.   /*@editable*/
  235.   background-color: #F4F4F4;
  236.   /*@editable*/
  237.   border-bottom: none;
  238. }
  239. /**
  240. * @tab Header
  241. * @section preheader text
  242. * @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.
  243. */
  244. .preheaderContent {
  245.   /*@editable*/
  246.   color: #808080;
  247.   /*@editable*/
  248.   font-family: Helvetica;
  249.   /*@editable*/
  250.   font-size: 10px;
  251.   /*@editable*/
  252.   line-height: 125%;
  253.   /*@editable*/
  254.   text-align: left;
  255. }
  256. /**
  257. * @tab Header
  258. * @section preheader link
  259. * @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.
  260. */
  261. .preheaderContent a:link,
  262. .preheaderContent a:visited,
  263. .preheaderContent a .yshortcuts {
  264.   /*@editable*/
  265.   color: #606060;
  266.   /*@editable*/
  267.   font-weight: normal;
  268.   /*@editable*/
  269.   text-decoration: underline;
  270. }
  271. /**
  272. * @tab Header
  273. * @section header style
  274. * @tip Set the background color and borders for your email's header area.
  275. * @theme header
  276. */
  277. #templateHeader {
  278.   /*@editable*/
  279.   background-color: #F4F4F4;
  280.   /*@editable*/
  281.   border-top: none;
  282.   /*@editable*/
  283.   border-bottom: none;
  284. }
  285. /**
  286. * @tab Header
  287. * @section header text
  288. * @tip Set the styling for your email's header text. Choose a size and color that is easy to read.
  289. */
  290. .headerContent {
  291.   /*@editable*/
  292.   color: #505050;
  293.   /*@editable*/
  294.   font-family: Helvetica;
  295.   /*@editable*/
  296.   font-size: 20px;
  297.   /*@editable*/
  298.   font-weight: bold;
  299.   /*@editable*/
  300.   line-height: 100%;
  301.   /*@editable*/
  302.   padding-top: 0;
  303.   /*@editable*/
  304.   padding-right: 0;
  305.   /*@editable*/
  306.   padding-bottom: 0;
  307.   /*@editable*/
  308.   padding-left: 0;
  309.   /*@editable*/
  310.   text-align: left;
  311.   /*@editable*/
  312.   vertical-align: middle;
  313. }
  314. /**
  315. * @tab Header
  316. * @section header link
  317. * @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.
  318. */
  319. .headerContent a:link,
  320. .headerContent a:visited,
  321. .headerContent a .yshortcuts {
  322.   /*@editable*/
  323.   color: #EB4102;
  324.   /*@editable*/
  325.   font-weight: normal;
  326.   /*@editable*/
  327.   text-decoration: underline;
  328. }
  329. #headerImage {
  330.   height: auto;
  331.   max-width: 600px;
  332. }
  333. /* ========== Column Styles ========== */
  334. .templateColumnContainer {
  335.   width: 260px;
  336. }
  337. /**
  338. * @tab Columns
  339. * @section column style
  340. * @tip Set the background color and borders for your email's column area.
  341. */
  342. #templateColumns {
  343.   /*@editable*/
  344.   background-color: #F4F4F4;
  345.   /*@editable*/
  346.   border-top: none;
  347.   /*@editable*/
  348.   border-bottom: 1px solid #CCCCCC;
  349. }
  350. /**
  351. * @tab Columns
  352. * @section left column text
  353. * @tip Set the styling for your email's left column content text. Choose a size and color that is easy to read.
  354. */
  355. .leftColumnContent {
  356.   /*@editable*/
  357.   color: #505050;
  358.   /*@editable*/
  359.   font-family: Helvetica;
  360.   /*@editable*/
  361.   font-size: 14px;
  362.   /*@editable*/
  363.   line-height: 150%;
  364.   padding-top: 20px;
  365.   padding-right: 20px;
  366.   padding-bottom: 20px;
  367.   padding-left: 20px;
  368.   /*@editable*/
  369.   text-align: left;
  370. }
  371. /**
  372. * @tab Columns
  373. * @section left column link
  374. * @tip Set the styling for your email's left column content links. Choose a color that helps them stand out from your text.
  375. */
  376. .leftColumnContent a:link,
  377. .leftColumnContent a:visited,
  378. .leftColumnContent a .yshortcuts {
  379.   /*@editable*/
  380.   color: #EB4102;
  381.   /*@editable*/
  382.   font-weight: normal;
  383.   /*@editable*/
  384.   text-decoration: underline;
  385. }
  386. /**
  387. * @tab Columns
  388. * @section right column text
  389. * @tip Set the styling for your email's right column content text. Choose a size and color that is easy to read.
  390. */
  391. .rightColumnContent {
  392.   /*@editable*/
  393.   color: #505050;
  394.   /*@editable*/
  395.   font-family: Helvetica;
  396.   /*@editable*/
  397.   font-size: 14px;
  398.   /*@editable*/
  399.   line-height: 150%;
  400.   padding-top: 20px;
  401.   padding-right: 20px;
  402.   padding-bottom: 20px;
  403.   padding-left: 20px;
  404.   /*@editable*/
  405.   text-align: left;
  406. }
  407. /**
  408. * @tab Columns
  409. * @section right column link
  410. * @tip Set the styling for your email's right column content links. Choose a color that helps them stand out from your text.
  411. */
  412. .rightColumnContent a:link,
  413. .rightColumnContent a:visited,
  414. .rightColumnContent a .yshortcuts {
  415.   /*@editable*/
  416.   color: #EB4102;
  417.   /*@editable*/
  418.   font-weight: normal;
  419.   /*@editable*/
  420.   text-decoration: underline;
  421. }
  422. .leftColumnContent img,
  423. .rightColumnContent img {
  424.   display: inline;
  425.   height: auto;
  426.   max-width: 260px;
  427. }
  428. /* ========== Footer Styles ========== */
  429. /**
  430. * @tab Footer
  431. * @section footer style
  432. * @tip Set the background color and borders for your email's footer area.
  433. * @theme footer
  434. */
  435. #templateFooter {
  436.   /*@editable*/
  437.   background-color: #F4F4F4;
  438.   /*@editable*/
  439.   border-top: 1px solid #FFFFFF;
  440. }
  441. /**
  442. * @tab Footer
  443. * @section footer text
  444. * @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.
  445. * @theme footer
  446. */
  447. .footerContent {
  448.   /*@editable*/
  449.   color: #808080;
  450.   /*@editable*/
  451.   font-family: Helvetica;
  452.   /*@editable*/
  453.   font-size: 10px;
  454.   /*@editable*/
  455.   line-height: 150%;
  456.   padding-top: 20px;
  457.   padding-right: 20px;
  458.   padding-bottom: 20px;
  459.   padding-left: 20px;
  460.   /*@editable*/
  461.   text-align: left;
  462. }
  463. /**
  464. * @tab Footer
  465. * @section footer link
  466. * @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.
  467. */
  468. .footerContent a:link,
  469. .footerContent a:visited,
  470. .footerContent a .yshortcuts,
  471. .footerContent a span {
  472.   /*@editable*/
  473.   color: #606060;
  474.   /*@editable*/
  475.   font-weight: normal;
  476.   /*@editable*/
  477.   text-decoration: underline;
  478. }
  479. .header-image {
  480.   display: block;
  481.   margin: 0;
  482.   padding: 0;
  483.   max-width: 100% !important;
  484.   height: auto !important;
  485.   width: 100% !important;
  486. }
  487. .quote-button {
  488.   display: inline-block;
  489.   text-align: center;
  490.   color: white;
  491.   text-decoration: none;
  492.   background-color: orange;
  493.   padding: 10px 20px;
  494. }
  495. .ta-center {
  496.   text-align: center;
  497. }
  498. .upper {
  499.   text-transform: uppercase;
  500. }
  501. .blue {
  502.   color: #0091b8;
  503. }
  504. .templateColumnContainer.leftCol {
  505.   background-color: #f0f0f0;
  506. }
  507. .templateColumnContainer.rightCol {
  508.   background-color: #ebebeb;
  509. }
  510. .templateColumnContainer h2.col-title {
  511.   display: block;
  512.   font-weight: normal;
  513.   text-align: center;
  514.   color: #0091b8 !important;
  515.   text-transform: uppercase;
  516.   line-height: 22px !important;
  517.   font-size: 18px !important;
  518.   height: 44px;
  519.   margin-bottom: 20px;
  520. }
  521. .templateColumnContainer ul.gray {
  522.   margin-bottom: 20px;
  523. }
  524. .templateColumnContainer ul.gray li {
  525.   color: gray;
  526. }
  527. .templateColumnContainer a.quote-button {
  528.   background-color: #e43713;
  529.   color: white;
  530.   text-transform: uppercase;
  531.   font-weight: normal;
  532.   font-size: 12px;
  533.   text-decoration: none;
  534.   padding: 10px 20px;
  535.   margin-left: 41px;
  536.   border-radius: 10px;
  537. }
  538. .footerContent tr td.footer-left-col {
  539.   width: 190px;
  540.   padding-right: 0;
  541. }
  542. .footerContent tr td.footer-right-col {
  543.   width: 350px;
  544.   padding-left: 0;
  545. }
  546. .footerContent tr td.footer-right-col p {
  547.   color: #808080;
  548.   font-size: 11px;
  549.   line-height: 13px;
  550. }
  551. @media only screen and (min-width: 480px) {
  552.   .footerContent tr td.footer-left-col {
  553.     padding-right: 10px;
  554.     border-right: 1px solid #999999;
  555.   }
  556.   .footerContent tr td.footer-right-col {
  557.     padding-left: 10px;
  558.   }
  559. }
  560. /* ///////// MOBILE STYLES ///////// */
  561. @media only screen and (max-width: 480px) {
  562.   /* /////// CLIENT-SPECIFIC MOBILE STYLES /////// */
  563.   body,
  564.   table,
  565.   td,
  566.   p,
  567.   a,
  568.   li,
  569.   blockquote {
  570.     -webkit-text-size-adjust: none !important;
  571.   }
  572.   /* Prevent Webkit platforms from changing default text sizes */
  573.   body {
  574.     width: 100% !important;
  575.     min-width: 100% !important;
  576.   }
  577.   /* Prevent iOS Mail from adding padding to the body */
  578.   /* /////// MOBILE RESET STYLES /////// */
  579.   #bodyCell {
  580.     padding: 10px !important;
  581.   }
  582.   /* /////// MOBILE TEMPLATE STYLES /////// */
  583.   /* ======== Page Styles ======== */
  584.   /**
  585.     * @tab Mobile Styles
  586.     * @section template width
  587.     * @tip Make the template fluid for portrait or landscape view adaptability. If a fluid layout doesn't work for you, set the width to 300px instead.
  588.     */
  589.   #templateContainer {
  590.     max-width: 600px !important;
  591.     /*@editable*/
  592.     width: 100% !important;
  593.   }
  594.   /**
  595.     * @tab Mobile Styles
  596.     * @section heading 1
  597.     * @tip Make the first-level headings larger in size for better readability on small screens.
  598.     */
  599.   h1 {
  600.     /*@editable*/
  601.     font-size: 24px !important;
  602.     /*@editable*/
  603.     line-height: 100% !important;
  604.   }
  605.   /**
  606.     * @tab Mobile Styles
  607.     * @section heading 2
  608.     * @tip Make the second-level headings larger in size for better readability on small screens.
  609.     */
  610.   h2 {
  611.     /*@editable*/
  612.     font-size: 20px !important;
  613.     /*@editable*/
  614.     line-height: 100% !important;
  615.   }
  616.   /**
  617.     * @tab Mobile Styles
  618.     * @section heading 3
  619.     * @tip Make the third-level headings larger in size for better readability on small screens.
  620.     */
  621.   h3 {
  622.     /*@editable*/
  623.     font-size: 18px !important;
  624.     /*@editable*/
  625.     line-height: 100% !important;
  626.   }
  627.   /**
  628.     * @tab Mobile Styles
  629.     * @section heading 4
  630.     * @tip Make the fourth-level headings larger in size for better readability on small screens.
  631.     */
  632.   h4 {
  633.     /*@editable*/
  634.     font-size: 16px !important;
  635.     /*@editable*/
  636.     line-height: 100% !important;
  637.   }
  638.   /* ======== Header Styles ======== */
  639.   #templatePreheader {
  640.     display: none !important;
  641.   }
  642.   /* Hide the template preheader to save space */
  643.   /**
  644.     * @tab Mobile Styles
  645.     * @section header image
  646.     * @tip Make the main header image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
  647.     */
  648.   #headerImage {
  649.     height: auto !important;
  650.     /*@editable*/
  651.     max-width: 600px !important;
  652.     /*@editable*/
  653.     width: 100% !important;
  654.   }
  655.   /**
  656.     * @tab Mobile Styles
  657.     * @section header text
  658.     * @tip Make the header content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  659.     */
  660.   .headerContent {
  661.     /*@editable*/
  662.     font-size: 20px !important;
  663.     /*@editable*/
  664.     line-height: 125% !important;
  665.   }
  666.   /* ======== Column Styles ======== */
  667.   .templateColumnContainer {
  668.     display: block !important;
  669.     width: 100% !important;
  670.   }
  671.   /**
  672.     * @tab Mobile Styles
  673.     * @section column image
  674.     * @tip Make the column image fluid for portrait or landscape view adaptability, and set the image's original width as the max-width. If a fluid setting doesn't work, set the image width to half its original size instead.
  675.     */
  676.   .columnImage {
  677.     height: auto !important;
  678.     /*@editable*/
  679.     max-width: 260px !important;
  680.     /*@editable*/
  681.     width: 100% !important;
  682.   }
  683.   /**
  684.     * @tab Mobile Styles
  685.     * @section left column text
  686.     * @tip Make the left column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  687.     */
  688.   .leftColumnContent {
  689.     /*@editable*/
  690.     font-size: 16px !important;
  691.     /*@editable*/
  692.     line-height: 125% !important;
  693.   }
  694.   /**
  695.     * @tab Mobile Styles
  696.     * @section right column text
  697.     * @tip Make the right column content text larger in size for better readability on small screens. We recommend a font size of at least 16px.
  698.     */
  699.   .rightColumnContent {
  700.     /*@editable*/
  701.     font-size: 16px !important;
  702.     /*@editable*/
  703.     line-height: 125% !important;
  704.   }
  705.   /* ======== Footer Styles ======== */
  706.   /**
  707.     * @tab Mobile Styles
  708.     * @section footer text
  709.     * @tip Make the body content text larger in size for better readability on small screens.
  710.     */
  711.   .footerContent {
  712.     /*@editable*/
  713.     font-size: 14px !important;
  714.     /*@editable*/
  715.     line-height: 115% !important;
  716.   }
  717.   .footerContent a {
  718.     display: block !important;
  719.   }
  720.   /* Place footer social and utility links on their own lines, for easier access */
  721.   h2.col-title {
  722.     display: block;
  723.     height: auto !important;
  724.   }
  725. }
  726.  
  727.         </style>
  728.     </head>
  729.     <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;margin: 0;padding: 0;background-color: white;height: 100%;width: 100%;">
  730.         <center>
  731.             <table align="center" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" id="bodyTable" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;margin: 0;padding: 0;background-color: white;border-collapse: collapse;height: 100%;width: 100%;">
  732.                 <tr>
  733.                     <td align="center" valign="top" id="bodyCell" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;margin: 0;padding: 20px;border-top: none;height: 100%;width: 100%;">
  734.                         <!-- BEGIN TEMPLATE // -->
  735.                         <table border="0" cellpadding="0" cellspacing="0" id="templateContainer" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 600px;border: 1px solid #BBBBBB;border-collapse: collapse;">
  736.                            
  737.                             <tr>
  738.                                 <td align="center" valign="top" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;">
  739.                                     <!-- BEGIN HEADER // -->
  740.                                     <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;background-color: #F4F4F4;border-top: none;border-bottom: none;border-collapse: collapse;">
  741.                                         <tr>
  742.                                             <td valign="top" class="headerContent" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;color: #505050;font-family: Helvetica;font-size: 20px;font-weight: bold;line-height: 100%;padding-top: 0;padding-right: 0;padding-bottom: 0;padding-left: 0;text-align: left;vertical-align: middle;">
  743.                                                 <img src="https://segdig1.s3.amazonaws.com/static/email-images/life-ap-apr-14-2014/header.jpg" class="header-image" style="-ms-interpolation-mode: bicubic;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;display: block;margin: 0;padding: 0;max-width: 100%;width: 100%;">
  744.                                                 <img src="https://segdig1.s3.amazonaws.com/static/email-images/life-ap-apr-14-2014/family-picture.jpg" class="header-image" style="-ms-interpolation-mode: bicubic;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;display: block;margin: 0;padding: 0;max-width: 100%;width: 100%;">
  745.                                             </td>
  746.                                         </tr>
  747.                                     </table>
  748.                                     <!-- // END HEADER -->
  749.                                 </td>
  750.                             </tr>
  751.                             <tr>
  752.                                 <td align="center" valign="top" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;">
  753.                                     <!-- BEGIN COLUMNS // -->
  754.                                     <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateColumns" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;background-color: #F4F4F4;border-top: none;border-bottom: 1px solid #CCCCCC;border-collapse: collapse;">
  755.                                         <tr mc:repeatable>
  756.                                             <td align="center" valign="top" class="templateColumnContainer leftCol" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 260px;background-color: #f0f0f0;">
  757.                                                 <table border="0" cellpadding="20" cellspacing="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;border-collapse: collapse;">
  758.                                                     <tr>
  759.                                                         <td class="leftColumnContent" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;color: #505050;font-family: Helvetica;font-size: 14px;line-height: 150%;padding-top: 20px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;text-align: left;">
  760.                                                             <div class="ta-center" style="text-align: center;">
  761.                                                                 <img src="https://segdig1.s3.amazonaws.com/static/email-images/life-ap-apr-14-2014/icon-life.png" class="" mc:label="left_column_image" mc:edit="left_column_image" style="-ms-interpolation-mode: bicubic;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;display: inline;max-width: 260px;">
  762.                                                             </div>
  763.                                                         </td>
  764.                                                     </tr>
  765.                                                     <tr>
  766.                                                         <td valign="top" class="leftColumnContent" mc:edit="left_column_content" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;color: #505050;font-family: Helvetica;font-size: 14px;line-height: 150%;padding-top: 20px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;text-align: left;">
  767.                                                             <h2 class="col-title" style="display: block;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: normal;line-height: 22px;letter-spacing: normal;margin-top: 0;margin-right: 0;margin-bottom: 20px;margin-left: 0;text-align: center;text-transform: uppercase;height: 44px;color: #0091b8;">Seguros de vida</h2>
  768.                                                             <ul class="gray" style="margin-bottom: 20px;">
  769.                                                                 <li style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: gray;">Desde sólo $135 mil/año</li>
  770.                                                                 <li style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: gray;">Protege el bienestar de tu familia en caso de muerte natural o accidental.</li>
  771.                                                                 <li style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: gray;">Cuenta con asistencia odontólogica y canasta famliar entre muchos otros beneficios.</li>
  772.                                                             </ul>
  773.                                                             <div style="display: block; margin-bottom: 15px">
  774.                                                                 <a href="#quote" class="quote-button" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;display: inline-block;text-align: center;color: white;text-decoration: none;background-color: #e43713;padding: 10px 20px;font-weight: normal;text-transform: uppercase;font-size: 12px;margin-left: 41px;border-radius: 10px;">Cotiza ahora</a>
  775.                                                             </div>
  776.                                                         </td>
  777.                                                     </tr>
  778.                                                 </table>
  779.                                             </td>
  780.                                             <td align="center" valign="top" class="templateColumnContainer rightCol" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 260px;background-color: #ebebeb;">
  781.                                                 <table border="0" cellpadding="20" cellspacing="0" width="100%" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;border-collapse: collapse;">
  782.                                                     <tr>
  783.                                                         <td class="rightColumnContent" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;color: #505050;font-family: Helvetica;font-size: 14px;line-height: 150%;padding-top: 20px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;text-align: left;">
  784.                                                             <div class="ta-center" style="text-align: center;">
  785.                                                                 <img src="https://segdig1.s3.amazonaws.com/static/email-images/life-ap-apr-14-2014/icon-ap.png" class="" mc:label="right_column_image" mc:edit="right_column_image" style="-ms-interpolation-mode: bicubic;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;display: inline;max-width: 260px;">
  786.                                                             </div>
  787.                                                         </td>
  788.                                                     </tr>
  789.                                                     <tr>
  790.                                                         <td valign="top" class="rightColumnContent" mc:edit="right_column_content" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;color: #505050;font-family: Helvetica;font-size: 14px;line-height: 150%;padding-top: 20px;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;text-align: left;">
  791.                                                             <h2 class="col-title" style="display: block;font-family: Helvetica;font-size: 18px;font-style: normal;font-weight: normal;line-height: 22px;letter-spacing: normal;margin-top: 0;margin-right: 0;margin-bottom: 20px;margin-left: 0;text-align: center;text-transform: uppercase;height: 44px;color: #0091b8;">Seguros de <br>Accidentes Personales</h2>
  792.                                                             <ul class="gray" style="margin-bottom: 20px;">
  793.                                                                 <li style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: gray;">Desde sólo $49 mil/año.</li>
  794.                                                                 <li style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: gray;">Protege a tus seres queridos en caso de muerte accidental.</li>
  795.                                                                 <li style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: gray;">Compara polizas con asistencia médica domiciliaria. auxilio exequial y renta diaria por hospitalización.</li>
  796.                                                             </ul>
  797.                                                             <div style="display: block; margin-bottom: 15px">
  798.                                                                 <a href="#quote" class="quote-button" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;display: inline-block;text-align: center;color: white;text-decoration: none;background-color: #e43713;padding: 10px 20px;font-weight: normal;text-transform: uppercase;font-size: 12px;margin-left: 41px;border-radius: 10px;">Cotiza ahora</a>
  799.                                                             </div>
  800.                                                         </td>
  801.                                                     </tr>
  802.                                                 </table>
  803.                                             </td>
  804.                                         </tr>
  805.                                     </table>
  806.                                     <!-- // END COLUMNS -->
  807.                                 </td>
  808.                             </tr>
  809.                             <tr>
  810.                                 <td align="center" valign="top" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;">
  811.                                     <!-- BEGIN FOOTER // -->
  812.                                     <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateFooter" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;background-color: #F4F4F4;border-top: 1px solid #FFFFFF;border-collapse: collapse;">
  813.                                        
  814.                                         <tr>
  815.                                             <td valign="top" class="footerContent" style="padding-top: 20px;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;color: #808080;font-family: Helvetica;font-size: 10px;line-height: 150%;padding-right: 20px;padding-bottom: 20px;padding-left: 20px;text-align: left;" mc:edit="footer_content01">
  816.                                                 <table style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;border-collapse: collapse;">
  817.                                                     <tbody>
  818.                                                     <tr>
  819.                                                         <td valign="middle" class="templateColumnContainer footer-left-col" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 190px;padding-right: 0;">
  820.                                                             <img src="https://segdig1.s3.amazonaws.com/static/email-images/life-ap-apr-14-2014/footer-logo.png" style="-ms-interpolation-mode: bicubic;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;">
  821.                                                         </td>
  822.                                                         <td valign="middle" class="templateColumnContainer footer-right-col" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;width: 350px;padding-left: 0;">
  823.                                                             <p style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;color: #808080;font-size: 11px;line-height: 13px;">
  824.                                                                 &copy; SegurosDigitales.com es una marca registrada de Iniciativas Digitales S.A.S.
  825.                                                                 <br>
  826.                                                                 Dirección: <span class="blue" style="color: #0091b8;">Carrera 11A # 90 - 16, Oficina 408. Bogotá, Colombia</span>
  827.                                                                 <br>
  828.                                                                 Teléfonos: <span class="blue" style="color: #0091b8;">+57(1)743 0045, 318 676 0913, 304 462 9396</span>
  829.                                                                 <br>
  830.                                                                 Correo electrónico de contacto: <span class="blue" style="color: #0091b8;">soporte@segurosdigitales.com</span>
  831.                                                             </p>
  832.                                                         </td>
  833.                                                     </tr>
  834.                                                     </tbody>
  835.                                                 </table>
  836.                                             </td>
  837.                                         </tr>
  838.                                        
  839.                                     </table>
  840.                                     <!-- // END FOOTER -->
  841.                                 </td>
  842.                             </tr>
  843.                         </table>
  844.                         <!-- // END TEMPLATE -->
  845.                     </td>
  846.                 </tr>
  847.             </table>
  848.         </center>
  849.     </body>
  850. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement