﻿.featured-content-wrapper           { width: 100%; height: 100%; background: transparent right top no-repeat; }
.featured-content-see-more          { height: 21px; width: 90px; cursor: pointer; position: relative; left: 823px; }
.featured-content-see-more a        { background-image: url('/assets/images/icons/btnVerMas.gif'); background-repeat: no-repeat; height: 21px; width: 90px; display: block; }
.featured-content-selectors         { position: relative; top: 252px; float: right; margin-right: 25px; font-family:Arial; font-size: 10px; font-weight: bold; height: 65px; text-align: center; }
.featured-content-selectors span    { color: #2C140A; }

a.verMas                            { background-position: 0 0; }
a.verMas:hover                      { background-position: 0 -22px; }

.featured-content-thumb             { height: 65px; float: left; margin: 0 4px; width: 75px; }
.featured-content-selectors img     { cursor: pointer; margin-top: 3px; border: solid 1px; }

/****************************  BannerItem   ****************************/
.home-content-right 
    .BannerItemList                     { float: right; width: 260px; list-style-type: none; overflow: hidden; margin: 0; }
.home-content-right 
    .BannerItemList li                  { float: right; display: block; list-style-type: none; position: relative; margin-bottom: 15px; }
.home-content-right 
    .BannerItemList li a                { display: block; float: right; margin-bottom: 0; }
.home-content-right 
    .BannerItemList li a img            { float: right; display: block;}

/*****************************************************/

/* HOME PAGE RECIPE HIGHLIGHTER */
.DivRecipeBoxItems                  { background: url("/assets/images/recipes/BgRecetas.gif") no-repeat top right transparent; height: 100%; width: 700px; }
.DivRecipeBoxItems ul               { position: relative; left: 35px; top: 63px; overflow: hidden; width: 700px; height: 112px; }
.DivRecipeBoxItems ul li            { float: left; height: 112px; width: 225px; color: #231F20; }
.RecipeImage                        { height: 83px; width: 83px; float: left; }

.RecipeBox                          { float: left; width: 100px; margin-left: 10px; }
.RecipeName                         { width: 95px; height: 75px; }
.RecipeName h3                      { font-family: Tahoma,Arial,Helvetica,sans-serif; font-size: 12px; }
.RecipeName h3 a                    { text-decoration: none; font-weight: bold; }
.RecipeName h3 a:hover              { text-decoration: underline; }

a.BtnVerReceta                      { display: block; background-image: url("/assets/images/Icons/BtnVerRecetas.gif"); background-repeat: no-repeat; background-position: 0 0; height:22px; width:102px; margin-left: -2px; position: relative; }
a.BtnVerReceta:hover                { background-position: 0 -22px; }

