@charset "utf-8";
/* CSS Document */
/*Azul: 336699
Rojo: E00120
*/

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#bce5fa;
	/*background-image:url(/images/backgrounds/bk-body.jpg);
	background-repeat:no-repeat;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#general {
	background-image:url(/images/backgrounds/bk-body.jpg);
	background-repeat:no-repeat;
}

#coupons {
	background-image:url(/images/backgrounds/bk-coupons.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}


#container {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
#header {
	width:100%;
	height:100px;
	background-image:url(/images/backgrounds/bk-header.jpg);
	background-repeat:no-repeat;
	z-index:5;
	position:relative;
}
.headerArea {
	width:960px;
	height:90px;
	margin:auto;
}
.logo {
	width:130px;
	height:90px;
	float:left;
}
.mainMenu {
	width:800px;
	height:50px;
	float:right;
	padding-top:10px;
	font-size:11px;
}
.mainMenu a:link,.mainMenu a:visited, .mainMenu a:active  {
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
}
.mainMenu a:hover  {
	text-decoration:none;
	color:#FFFFFF;
	font-size:11px;
}
.mainMenu ul.menusContainer {
	list-style:none;
	list-style-type:none;
	text-align:center;
	color:#FFFFFF;
	margin:0;
	padding:0;
	width:auto;
	z-index:100;
}
.mainMenu ul.menusContainer li {
	float:left;
}
.mainMenu ul.menusContainer li.menu a {
	position:relative;
	list-style:none;
	list-style-type:none;
	float:left;
	color:#FFFFFF;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	padding-top:7px;
	margin-right:30px;
	font-weight:bold;
}
.mainMenu ul.menusContainer li.menuSelected a {
	list-style:none;
	list-style-type:none;
	float:left;
	color:#FFFFFF;
	margin:0;
	padding:0;
	width:120px;
	height:20px;
	background-image:url(/Images/bk_menu_selected.png);
	background-repeat:no-repeat;
	color:#2150A3;
	padding-top:7px;
	margin-right:30px;
	font-weight:bold;
}
.mainMenu ul.OptionsContainer {
	position:absolute;
	top:45px;
	width:auto;
	list-style:none;
	list-style-type:none;
	height:24px;
	margin:0;
	padding:0;
	margin:auto;	
}
.mainMenu ul.OptionsContainer li.option a {
	list-style:none;
	list-style-type:none;	
	background-image:none;
	width:auto;
	height:18px;
	float:left;
	padding-right:10px;
	padding-left:10px;;
	margin:0;
	font-weight:normal;
}
.mainMenu ul.OptionsContainer li.optionSelected a {
	list-style:none;
	list-style-type:none;	
	background-image:none;
	width:auto;
	height:18px;
	float:left;
	padding-right:10px;
	padding-left:10px;;
	margin:0;
	font-weight:normal;
	color:#E00120;
}

/*Content*/
#content {
	width:100%;
	min-height:450px;
	float:right;
	margin-top:20px;
	padding-bottom:40px;
}
#contentOropeza {
	width:100%;
	min-height:450px;
	float:right;
	margin-top:20px;
	background-image:url(/images/bk-oropeza.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#contentStatic {
	width:100%;
	min-height:450px;
	float:right;
	margin-top:20px;
	padding-bottom:40px;
	background-image:url(/images/backgrounds/bk-volando.png);
	background-repeat:no-repeat;
	background-position:top left;
}


.contentOptions {
	width:960px;
	height:100%;
	margin:auto;
	font-size:11px;
}

.contentArea {
	/*width: 770px;*/
	width:660px;
	margin-right:60px;
	height:auto;
	float:right;	
	padding-bottom:30px;
}
.contentArea b, .contentArea strong {
	color:#2150A3;
}
.contentArea a {
	color:#000000;
	text-decoration:underline;
}
.contentArea a:hover {
	color:#E00120;
	text-decoration:underline;
}

/*Side Navigation*/

.sideNavigationArea {
	width:190px;
	margin-right:50px;
	float:left;
}

.sideNavigation {
	color:#336699;
	font-size:11px;
	font-weight:bold;
	width:190px;
}
.sideNavigation ul {
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0;
}
.sideNavigation li {
	list-style-type:none;
	list-style:none;
	margin:0;
	padding-top:3px;
	padding-left:7px;
	padding-bottom:5px;
	margin-bottom:3px;
}
.sideNavigation .actionSelected {
	background-image:url(/images/bk_sidenav_selected.png);
	background-repeat:no-repeat;
	color:#E00120;
}
.action a:link, .action a:active, .action a:visited {
	color:#336699;
	text-decoration:none;
}
.action a:hover {
	color:#336699;
	text-decoration:underline;
}
.actionSelected a:link, .actionSelected a:active, .actionSelected a:visited,.actionSelected a:hover {
	color:#E00120;
	text-decoration:none;
}
/*Footer*/

#footer {
	width:100%;
	height:auto;
	background-color:#FFFFFF;
	float:left;
}
.footerArea {
	width:960px;
	margin:auto;
	color:#315aa6;
	font-size:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.footerArea a {
	color:#336699;
	text-decoration:none;
}
.footerArea a:hover {
	color:#336699;
	text-decoration:underline;
}

/*Styles*/
h1 {
	color:#E00120;
	font-size:24px;
	margin-top:0;
}
h2 {
	color:#336699;
	font-size:16px;
}



/*History*/

ul.historyBlock {
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0;
}
ul.historyBlock li.historyModule {
	border-bottom:#FFFFFF solid 1px;
	padding:10px;
	padding-bottom:20px;
	margin-bottom:10px;
}
ul.historyBlock h2 {
	width:50px;
	float:left;
	margin:0;
	padding:0;
}
ul.historyBlock p {
	margin:0;
	padding:0;
	padding-left:60px;
}

/*Product*/
ul.productList {
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0;
}
li.productItem {
	list-style-type:none;
	list-style:none;
	margin:0;
	padding:0;
	width:152px;
	height:165px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
li.productItem a {
	color:#336699;
	text-decoration:none;
}
li.productItem a:hover {
	color:#336699;
	text-decoration:underline;
}
li.productItem .productImage {
	background-image:url(/Images/bk-producto-imagen.png);
	background-repeat:no-repeat;
	padding:5px;
	margin:0;
	height:115px;
}
li.productItem .recipeImage {
	background-image:url(/Images/bk-producto-imagen.png);
	background-repeat:no-repeat;
	padding:5px;
	margin:0;
	width:145px;
	height:115px;
}
li.productItem .productImage img {
	max-width:120px;
	max-height:115px;
}
li.productItem .productDescription {
	background-image:url(/Images/bk-producto-imagen.png);
	background-repeat:no-repeat;
	background-position:bottom;
	height:40px;
}
li.productItem .productDescription h3 {
	font-size:10px;
	color:#336699;
	margin:0;
	padding-left:10px;
}
li.productItem .productDescription p {
	font-size:10px;
	color:#336699;
	margin:0;
	padding-left:10px;
	padding-bottom:10px;
}

.contentArea .recipeMainImage {
	width:290px;
	height:200px;
	background-image:url(/images/bk-recipe-image.png);
	background-repeat:no-repeat;
	padding:10px;
	float:right;
	margin-left:20px;
	margin-bottom:10px;
}
.contentArea .recipeMainImage img {
	width:290px;
	height:200px;
}

/*HOME*/


#home {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-image:url(/images/backgrounds/bk-home.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-position:top;
	background-color:#FFFFFF;
}

/*INTERNAL HOME*/
.internalHomeContent {
	width:500px;
	float:left;
}
.internalHomeContent p {
	color:#0061a4;
	font-size:11px;
}
.internalHomeContent h1 {
	margin:0;
	padding:0;
	padding-top:10px;
}
.internalHomeImage {
	float:left;
}



#homeNosotros {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-image:url(/images/backgrounds/bk-nosotros.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-position:top;
	background-color:#FFFFFF;
}

#homeNosotros p {
	color:#FFFFFF;
	font-weight:bold;
}
#homeRecetas {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-image:url(/images/backgrounds/bk-recetas.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-position:top;
	background-color:#FFFFFF;
}
#homeProducts {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-image:url(/images/backgrounds/bk-products.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-position:top;
	background-color:#FFFFFF;
}

#contentHome {
	min-height:500px;
	margin:0;
	padding:0;
}

.homeOptions {
	width:960px;
	height:350px;
	margin:auto;
	clear:both;
	overflow:hidden;
}
.homeOptionsCoupons {
	width:960px;
	height:355px;
	margin:auto;
	clear:both;
	overflow:hidden;
	background-image:url(/images/coupons/bk-coupons-home.png);
	background-repeat:no-repeat;
}
#contentHome .mainHomeContentCoupons {
	padding-top:60px;
	padding-left:20px;
}
#contentHome .mainHomeContentCoupons h1 {
	margin:0;
	padding:0;
	margin-bottom:10px;
}
#contentHome .mainHomeContentCoupons p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	padding-bottom:5px;
}
#contentHome .mainHomeContentCoupons .cta {
	margin-left:70px;
}
#contentHome .mainHomeContent {
	width:700px;
	float:left;
}
#contentHome .mainHomeContent h1 {
	margin:0;
	padding:0;
}
.mainHomeImage {
	float:right;
}

.homeCallOut {
	width:250px;
	float:right;
	padding-top:30px;
}

.homeBottomOptions {
	width:960px;
	height:130px;
	margin:auto;
	padding:0;
}

.callOutBottom {
	width:224px;
	height:120px;
	float:left;
	background-image:url(/images/home/bk-callout.png);
	background-repeat:no-repeat;
	padding:7px;
}
.callOutBottom h3 {
	margin:0;
	padding:0;
	height:10px;
}
.callOutBottom p {
	margin:0;
	padding:0;
	font-size:10px;
	padding-top:5px;
	color:#336699;
	width:210px;
}
.callOutBottom .imagen {
	margin:0;
	padding:0;
	width:210px;
	height:70px;
	padding-top:5px;
}

img {
	border:0;
}

/*Formulario*/
#tblControls .TextBox {
width:300px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}


/*Promo*/
.promoModule {
	border-bottom:dotted 1px #336699;
	padding-bottom:20px;
	padding-top:10px;
	margin-bottom:5px;
}
.promoImage {
	float:left;
	width:140px;
	height:100px;
}
.promoDescription {
	width:400px;
	min-height:100px;
	margin-left:160px;
}
.promoModule h2 {
	padding:0;
	margin:0;
	padding-bottom:5px;
	padding-top:5px;
}
.promoModule h3 {
	color:#E00120;
	font-size:11px;
	padding:0;
	margin:0;
	padding-bottom:5px;
}
.promoModule p {
	padding:0;
	margin:0;
}
.languageToggle {
	position:relative;
	top:10px;
	height:10px;
	font-size:10px;
	float:right;
	padding-right:10px;
	color:#FFFFFF;
}
.languageToggle a {
	text-decoration:none;
	color:#FFFFFF;
}
.languageToggle a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}


/*Coupons 20110315 */
.couponOptions {
	width:960px;
	height:350px;
	margin:auto;
	clear:both;
}
.mainCouponsContent {
	width:700px;
	float:left;
}
.mainCouponsContent h1 {
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:20px;
}
.mainCouponsContent p {
	margin-left:8px;
	width:350px;
	font-size:15px;
	line-height:130%;
}
.mainCouponsContent .printCoupon {
	margin:0;
	padding:0;
	margin-top:50px;
}
.mainCouponsContent .formCoupon {
	margin:0;
	padding:0;
	width:400px;
	margin-top:20px;
}
.mainCouponsContent .formCoupon h2 {
	text-align:center;
}
.mainCouponsContent label {
	font-size:12px;
	text-align:right;
	color:#333333;
}
.mainCouponsContent input {
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
.mainCouponsContent .formInput {
	border:solid 1px #a3becd;
	margin-left:10px;
	font-size:12px;
	width:190px;
	padding:3px;
}
.mainCouponsContent checkbox {
	border:none;
	margin-left:10px;
}
.mainCouponsContent .optinCoupon {
font-size:10px;
}
.mainCouponsContent td {
	padding-bottom:5px;
	text-align:right;
}
.mainCouponsContent .submitCoupon {
	text-align:center;
}

.mainCouponsContent a {
	color:#000000;
}

/*Callouts Nueva Home Ingles*/
.callOutBottomImageFull {
	width:225px;
	height:129px;
	float:left;
	background-image:url(/images/home/bk-callout.png);
	background-repeat:no-repeat;
	margin-right:7px;
}
