Escoger Tienda
BodasLogin
Mi Lista
Carrito

Landing Demo

Landing Demo

*|MC:SUBJECT|*

/* Client-specific Styles */

#outlook a{padding:0;} /* Force Outlook to provide a "view in browser" button. */

body{width:100% !important;} .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */

body{-webkit-text-size-adjust:none;} /* Prevent Webkit platforms from changing default text sizes. */

/* Reset Styles */

body{margin:0; padding:0;}

img{border:0; height:auto; line-height:100%; outline:none; text-decoration:none;}

table td{border-collapse:collapse;}

#backgroundTable{height:100% !important; margin:0; padding:0; width:100% !important;}

/* Template Styles */

/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: COMMON PAGE ELEMENTS /\/\/\/\/\/\/\/\/\/\ */

/**

* @tab Page

* @section background color

* @tip Set the background color for your email. You may want to choose one that matches your company's branding.

* @theme page

*/

body, #backgroundTable{

/*@editable*/ background-color:#FAFAFA;

}

/**

* @tab Page

* @section email border

* @tip Set the border for your email.

*/

#templateContainer{

/*@editable*/ border: 1px solid #DDDDDD;

}

/**

* @tab Page

* @section heading 1

* @tip Set the styling for all first-level headings in your emails. These should be the largest of your headings.

* @style heading 1

*/

h1, .h1{

/*@editable*/ color:#202020;

display:block;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:34px;

/*@editable*/ font-weight:bold;

/*@editable*/ line-height:100%;

margin-top:0;

margin-right:0;

margin-bottom:10px;

margin-left:0;

/*@editable*/ text-align:left;

}

/**

* @tab Page

* @section heading 2

* @tip Set the styling for all second-level headings in your emails.

* @style heading 2

*/

h2, .h2{

/*@editable*/ color:#202020;

display:block;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:30px;

/*@editable*/ font-weight:bold;

/*@editable*/ line-height:100%;

margin-top:0;

margin-right:0;

margin-bottom:10px;

margin-left:0;

/*@editable*/ text-align:left;

}

/**

* @tab Page

* @section heading 3

* @tip Set the styling for all third-level headings in your emails.

* @style heading 3

*/

h3, .h3{

/*@editable*/ color:#202020;

display:block;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:26px;

/*@editable*/ font-weight:bold;

/*@editable*/ line-height:100%;

margin-top:0;

margin-right:0;

margin-bottom:10px;

margin-left:0;

/*@editable*/ text-align:left;

}

/**

* @tab Page

* @section heading 4

* @tip Set the styling for all fourth-level headings in your emails. These should be the smallest of your headings.

* @style heading 4

*/

h4, .h4{

/*@editable*/ color:#202020;

display:block;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:22px;

/*@editable*/ font-weight:bold;

/*@editable*/ line-height:100%;

margin-top:0;

margin-right:0;

margin-bottom:10px;

margin-left:0;

/*@editable*/ text-align:left;

}

/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: PREHEADER /\/\/\/\/\/\/\/\/\/\ */

/**

* @tab Header

* @section preheader style

* @tip Set the background color for your email's preheader area.

* @theme page

*/

#templatePreheader{

/*@editable*/ background-color:#FAFAFA;

}

/**

* @tab Header

* @section preheader text

* @tip Set the styling for your email's preheader text. Choose a size and color that is easy to read.

*/

.preheaderContent div{

/*@editable*/ color:#505050;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:10px;

/*@editable*/ line-height:100%;

/*@editable*/ text-align:left;

}

/**

* @tab Header

* @section preheader link

* @tip Set the styling for your email's preheader links. Choose a color that helps them stand out from your text.

*/

.preheaderContent div a:link, .preheaderContent div a:visited, /* Yahoo! Mail Override */ .preheaderContent div a .yshortcuts /* Yahoo! Mail Override */{

/*@editable*/ color:#336699;

/*@editable*/ font-weight:normal;

/*@editable*/ text-decoration:underline;

}

/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: HEADER /\/\/\/\/\/\/\/\/\/\ */

/**

* @tab Header

* @section header style

* @tip Set the background color and border for your email's header area.

* @theme header

*/

#templateHeader{

/*@editable*/ background-color:#FFFFFF;

/*@editable*/ border-bottom:0;

}

/**

* @tab Header

* @section header text

* @tip Set the styling for your email's header text. Choose a size and color that is easy to read.

*/

.headerContent{

/*@editable*/ color:#202020;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:34px;

/*@editable*/ font-weight:bold;

/*@editable*/ line-height:100%;

/*@editable*/ padding:0;

/*@editable*/ text-align:center;

/*@editable*/ vertical-align:middle;

}

/**

* @tab Header

* @section header link

* @tip Set the styling for your email's header links. Choose a color that helps them stand out from your text.

*/

.headerContent a:link, .headerContent a:visited, /* Yahoo! Mail Override */ .headerContent a .yshortcuts /* Yahoo! Mail Override */{

/*@editable*/ color:#336699;

/*@editable*/ font-weight:normal;

/*@editable*/ text-decoration:underline;

}

#headerImage{

height:auto;

max-width:600px;

}

/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: MAIN BODY & FULL-WIDTH BAND /\/\/\/\/\/\/\/\/\/\ */

/**

* @tab Body

* @section body style

* @tip Set the background color for your email's body area.

*/

#templateContainer, .bodyContent, .fullWidthBandContent{

/*@editable*/ background-color:#FFFFFF;

}

/**

* @tab Body

* @section body text

* @tip Set the styling for your email's main content text. Choose a size and color that is easy to read.

* @theme main

*/

.bodyContent div, .fullWidthBandContent div{

/*@editable*/ color:#505050;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:14px;

/*@editable*/ line-height:150%;

/*@editable*/ text-align:left;

}

/**

* @tab Body

* @section body link

* @tip Set the styling for your email's main content links. Choose a color that helps them stand out from your text.

*/

.bodyContent div a:link, .bodyContent div a:visited, /* Yahoo! Mail Override */ .bodyContent div a .yshortcuts /* Yahoo! Mail Override */, .fullWidthBandContent div a:link, .fullWidthBandContent div a:visited, /* Yahoo! Mail Override */ .fullWidthBandContent div a .yshortcuts /* Yahoo! Mail Override */{

/*@editable*/ color:#336699;

/*@editable*/ font-weight:normal;

/*@editable*/ text-decoration:underline;

}

.bodyContent img, .fullWidthBandContent img{

display:inline;

height:auto;

}

/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: SIDEBAR /\/\/\/\/\/\/\/\/\/\ */

/**

* @tab Sidebar

* @section sidebar style

* @tip Set the background color for your email's sidebar area.

*/

#templateSidebar{

/*@editable*/ background-color:#FFFFFF;

}

/**

* @tab Sidebar

* @section sidebar text

* @tip Set the styling for your email's sidebar text. Choose a size and color that is easy to read.

*/

.sidebarContent div{

/*@editable*/ color:#505050;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:12px;

/*@editable*/ line-height:150%;

/*@editable*/ text-align:left;

}

/**

* @tab Sidebar

* @section sidebar link

* @tip Set the styling for your email's sidebar links. Choose a color that helps them stand out from your text.

*/

.sidebarContent div a:link, .sidebarContent div a:visited, /* Yahoo! Mail Override */ .sidebarContent div a .yshortcuts /* Yahoo! Mail Override */{

/*@editable*/ color:#336699;

/*@editable*/ font-weight:normal;

/*@editable*/ text-decoration:underline;

}

.sidebarContent img{

display:inline;

height:auto;

}

/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: MIDDLE COLUMNS; LEFT, RIGHT /\/\/\/\/\/\/\/\/\/\ */

/**

* @tab Middle Columns

* @section left column text

* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.

*/

.leftMidColumnContent{

/*@editable*/ background-color:#FFFFFF;

}

/**

* @tab Middle Columns

* @section left column text

* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.

*/

.leftMidColumnContent div{

/*@editable*/ color:#505050;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:14px;

/*@editable*/ line-height:150%;

/*@editable*/ text-align:left;

}

/**

* @tab Middle Columns

* @section left column link

* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.

*/

.leftMidColumnContent div a:link, .leftMidColumnContent div a:visited, /* Yahoo! Mail Override */ .leftMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{

/*@editable*/ color:#336699;

/*@editable*/ font-weight:normal;

/*@editable*/ text-decoration:underline;

}

.leftMidColumnContent img{

display:inline;

height:auto;

}

/**

* @tab Middle Columns

* @section right column text

* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.

*/

.rightMidColumnContent{

/*@editable*/ background-color:#FFFFFF;

}

/**

* @tab Middle Columns

* @section right column text

* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.

*/

.rightMidColumnContent div{

/*@editable*/ color:#505050;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:14px;

/*@editable*/ line-height:150%;

/*@editable*/ text-align:left;

}

/**

* @tab Middle Columns

* @section right column link

* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.

*/

.rightMidColumnContent div a:link, .rightMidColumnContent div a:visited, /* Yahoo! Mail Override */ .rightMidColumnContent div a .yshortcuts /* Yahoo! Mail Override */{

/*@editable*/ color:#336699;

/*@editable*/ font-weight:normal;

/*@editable*/ text-decoration:underline;

}

.rightMidColumnContent img{

display:inline;

height:auto;

}

/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: LOWER COLUMNS; LEFT, CENTER, RIGHT /\/\/\/\/\/\/\/\/\/\ */

/**

* @tab Lower Columns

* @section left column text

* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.

*/

.leftLowerColumnContent{

/*@editable*/ background-color:#FFFFFF;

}

/**

* @tab Lower Columns

* @section left column text

* @tip Set the styling for your email's left column text. Choose a size and color that is easy to read.

*/

.leftLowerColumnContent div{

/*@editable*/ color:#505050;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:14px;

/*@editable*/ line-height:150%;

/*@editable*/ text-align:left;

}

/**

* @tab Lower Columns

* @section left column link

* @tip Set the styling for your email's left column links. Choose a color that helps them stand out from your text.

*/

.leftLowerColumnContent div a:link, .leftLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .leftLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{

/*@editable*/ color:#336699;

/*@editable*/ font-weight:normal;

/*@editable*/ text-decoration:underline;

}

.leftLowerColumnContent img{

display:inline;

height:auto;

}

/**

* @tab Lower Columns

* @section center column text

* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.

*/

.centerLowerColumnContent{

/*@editable*/ background-color:#FFFFFF;

}

/**

* @tab Lower Columns

* @section center column text

* @tip Set the styling for your email's center column text. Choose a size and color that is easy to read.

*/

.centerLowerColumnContent div{

/*@editable*/ color:#505050;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:14px;

/*@editable*/ line-height:150%;

/*@editable*/ text-align:left;

}

/**

* @tab Lower Columns

* @section center column link

* @tip Set the styling for your email's center column links. Choose a color that helps them stand out from your text.

*/

.centerLowerColumnContent div a:link, .centerLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .centerLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{

/*@editable*/ color:#336699;

/*@editable*/ font-weight:normal;

/*@editable*/ text-decoration:underline;

}

.centerLowerColumnContent img{

display:inline;

height:auto;

}

/**

* @tab Lower Columns

* @section right column text

* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.

*/

.rightLowerColumnContent{

/*@editable*/ background-color:#FFFFFF;

}

/**

* @tab Lower Columns

* @section right column text

* @tip Set the styling for your email's right column text. Choose a size and color that is easy to read.

*/

.rightLowerColumnContent div{

/*@editable*/ color:#505050;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:14px;

/*@editable*/ line-height:150%;

/*@editable*/ text-align:left;

}

/**

* @tab Lower Columns

* @section right column link

* @tip Set the styling for your email's right column links. Choose a color that helps them stand out from your text.

*/

.rightLowerColumnContent div a:link, .rightLowerColumnContent div a:visited, /* Yahoo! Mail Override */ .rightLowerColumnContent div a .yshortcuts /* Yahoo! Mail Override */{

/*@editable*/ color:#336699;

/*@editable*/ font-weight:normal;

/*@editable*/ text-decoration:underline;

}

.rightLowerColumnContent img{

display:inline;

height:auto;

}

/* /\/\/\/\/\/\/\/\/\/\ STANDARD STYLING: FOOTER /\/\/\/\/\/\/\/\/\/\ */

/**

* @tab Footer

* @section footer style

* @tip Set the background color and top border for your email's footer area.

* @theme footer

*/

#templateFooter{

/*@editable*/ background-color:#FFFFFF;

/*@editable*/ border-top:0;

}

/**

* @tab Footer

* @section footer text

* @tip Set the styling for your email's footer text. Choose a size and color that is easy to read.

* @theme footer

*/

.footerContent div{

/*@editable*/ color:#707070;

/*@editable*/ font-family:Arial;

/*@editable*/ font-size:12px;

/*@editable*/ line-height:125%;

/*@editable*/ text-align:left;

}

/**

* @tab Footer

* @section footer link

* @tip Set the styling for your email's footer links. Choose a color that helps them stand out from your text.

*/

.footerContent div a:link, .footerContent div a:visited, /* Yahoo! Mail Override */ .footerContent div a .yshortcuts /* Yahoo! Mail Override */{

/*@editable*/ color:#336699;

/*@editable*/ font-weight:normal;

/*@editable*/ text-decoration:underline;

}

.footerContent img{

display:inline;

}

/**

* @tab Footer

* @section social bar style

* @tip Set the background color and border for your email's footer social bar.

* @theme footer

*/

#social{

/*@editable*/ background-color:#FAFAFA;

/*@editable*/ border:0;

}

/**

* @tab Footer

* @section social bar style

* @tip Set the background color and border for your email's footer social bar.

*/

#social div{

/*@editable*/ text-align:center;

}

/**

* @tab Footer

* @section utility bar style

* @tip Set the background color and border for your email's footer utility bar.

* @theme footer

*/

#utility{

/*@editable*/ background-color:#FFFFFF;

/*@editable*/ border:0;

}

/**

* @tab Footer

* @section utility bar style

* @tip Set the background color and border for your email's footer utility bar.

*/

#utility div{

/*@editable*/ text-align:center;

}

#monkeyRewards img{

max-width:190px;

}

Use this area to offer a short teaser of your email's content. Text here will show in the preview area of some email clients.

Is this email not displaying correctly?
View it in your browser.

Heading 1

Heading 2

Heading 3

Heading 4

Getting started: Customize your template by clicking on the style editor tabs up above. Set your fonts, colors, and styles. After setting your styling is all done you can click here in this area, delete the text, and start adding your own awesome content!

After you enter your content, highlight the text you want to style and select the options you set in the style editor in the "styles" drop down box. Want to get rid of styling on a bit of text, but having trouble doing it? Just use the "remove formatting" button to strip the text of any formatting and reset your style.

Heading 4

Repeatable content blocks: Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also get a little fancy: repeat blocks and remove all text to make image "gallery" sections, or do the opposite and remove images for text-only blocks!

Heading 4

Repeatable content blocks: Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also get a little fancy: repeat blocks and remove all text to make image "gallery" sections, or do the opposite and remove images for text-only blocks!

Friend on Facebook

Follow on Twitter

Forward to a Friend

Heading 4

Repeatable content blocks: Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also get a little fancy: repeat blocks and remove all text to make image "gallery" sections, or do the opposite and remove images for text-only blocks!

Basic content area. Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. A small river named Duden flows by their place and supplies it with the necessary.

Heading 4

Repeatable content blocks: Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also get a little fancy: repeat blocks and remove all text to make image "gallery" sections, or do the opposite and remove images for text-only blocks!

Heading 4

Repeatable content blocks: Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also get a little fancy: repeat blocks and remove all text to make image "gallery" sections, or do the opposite and remove images for text-only blocks!

Heading 4

Repeatable content blocks: Repeatable sections are noted with plus and minus signs so that you can add and subtract content blocks. You can also get a little fancy: repeat blocks and remove all text to make image "gallery" sections, or do the opposite and remove images for text-only blocks!

follow on Twitter | friend on Facebook | forward to a friend

Copyright © *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.
*|IFNOT:ARCHIVE_PAGE|* *|LIST:DESCRIPTION|*
Our mailing address is:
*|HTML:LIST_ADDRESS_HTML|**|END:IF|*

*|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*

unsubscribe from this list | update subscription preferences