﻿#table_promociones
{
    margin:auto;
    display:table;
    width:100%;
    margin:0;
    padding:0;
}

#table_promociones td
{
    display:table-cell;
    border:0;
    width:320px;
    margin:auto;
    padding:0;
}

#table_promociones .promoTitle
{
    display:table-cell;
    padding:5px;
	background-color:#e44974;
	text-align:center;
    font-size:10pt;
    color:#FFF;
    font-weight:bold;
    border:0;
}
#table_promociones .promoContent
{
    display:table-cell;
    height:270px;
}

#table_promociones .promoContent img
{
    display:block;
    margin:auto;
}

#table_promociones img:hover
{
	cursor: url(/images/cursor/zoomin.cur),url(/images/cursor/zoomin.cur),default;
}
#fancybox-overlay:hover
{
    cursor: url(/images/cursor/zoomout.cur),url(/images/cursor/zoomout.cur),default !important;
}

#table_promociones .promoVigencia
{
    height:15px;
	text-align:center;
    font-size:7pt;
    color:#326b9e;
    font-weight:bold;
}