﻿/* COSTCO */
#imgPrincipal {
    background-repeat: no-repeat;
    height: 425px;
    display: block;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    border-radius: 5px;
}

.costco #imgPrincipal.es {background-image:url('/Assets/Images/banners/banner-costco-es.jpg');}
.costco #imgPrincipal.en{background-image:url('/Assets/Images/banners/banner-costco-en.jpg');}

/* Para cambiar el header del título */
#imgReserve, #imgElija{
    background:#D4002A;
    font-size:15px;
    color:#FFF;
    padding:15px 10px;
    margin:0;
}
#imgReserve {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
#imgElija {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#imgReserve .en{background:url('/Assets/Images/Costco/banners/reserve-prms-eng.png') no-repeat;}
#imgElija .en{background:url('/Assets/Images/Costco/banners/elija_eng.png') no-repeat;}