table.calendar{
	width: 254px;
	height: 203px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #ccc;
}
table.calendar caption{
	color: #00AAC5;
	text-transform: lowercase;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 1.1em;	
}
table.calendar caption a.prev-year{
	background: url('img/prev_year.gif') no-repeat center center;
	font-size: 0em;
	text-indent: -9999px;
	float: left;
	height: 11px;
	width: 11px;
	padding: 5px;
	display: inline;
}
table.calendar caption a.prev-month{
	background: url('img/prev_month.gif') no-repeat center center;
	font-size: 0em;
	text-indent: -9999px;
	float: left;
	height: 11px;
	width: 11px;
	padding: 5px;
	display: inline;
}
table.calendar caption a.next-year{
	background: url('img/next_year.gif') no-repeat center center;
	font-size: 0em;
	text-indent: -9999px;
	float: right;
	height: 11px;
	width: 11px;
	padding: 5px;
	display: inline;
}
table.calendar caption a.next-month{
	background: url('img/next_month.gif') no-repeat center center;
	font-size: 0em;
	text-indent: -9999px;
	float: right;
	height: 11px;
	width: 11px;
	padding: 5px;
	display: inline;
}
table.calendar th{
	font-size: 1.2em;
	font-family: Arial Black;	
}
table.calendar td.highlighted{
	background: none;
}
table.calendar td.selected{
	background: url('img/highlighted_day.gif') no-repeat center center;
	color: #fff;
}
table.calendar td.highlighted a{
	color: #555;
	text-decoration: none;
}
table.calendar td.selected a{
	color: #fff;
}



table.calendar-guardias{
	width: 254px;
	height: 203px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: #555;
}
table.calendar-guardias caption{
	color: #00AAC5;
	text-transform: lowercase;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 1.1em;	
}
table.calendar-guardias caption a.prev-year{
	background: url('img/prev_year.gif') no-repeat center center;
	font-size: 0em;
	text-indent: -9999px;
	float: left;
	height: 11px;
	width: 11px;
	padding: 5px;
	display: inline;
}
table.calendar-guardias caption a.prev-month{
	background: url('img/prev_month.gif') no-repeat center center;
	font-size: 0em;
	text-indent: -9999px;
	float: left;
	height: 11px;
	width: 11px;
	padding: 5px;
	display: inline;
}
table.calendar-guardias caption a.next-year{
	background: url('img/next_year.gif') no-repeat center center;
	font-size: 0em;
	text-indent: -9999px;
	float: right;
	height: 11px;
	width: 11px;
	padding: 5px;
	display: inline;
}
table.calendar-guardias caption a.next-month{
	background: url('img/next_month.gif') no-repeat center center;
	font-size: 0em;
	text-indent: -9999px;
	float: right;
	height: 11px;
	width: 11px;
	padding: 5px;
	display: inline;
}
table.calendar-guardias th{
	font-size: 1.2em;
	font-family: Arial Black;
	color: #ccc;	
}
table.calendar-guardias td.highlighted{
	background: url('img/highlighted_day.gif') no-repeat center center;
	color: #fff;
}
table.calendar-guardias td.selected{
	background: none;
	color: #555;
}
table.calendar-guardias td.highlighted a{
	color: #555;
	text-decoration: none;
}
table.calendar-guardias td.selected a{
	color: #fff;
}

.homeDestProducto{
    padding-bottom: 12px;
    position: relative;
    height: auto;
}
.homeDestProductoImg{
    height: auto;
}
.homeDestProductoFlecha{
    bottom: 0;
    right: 0;
    position: absolute;
    top: auto;
}
.homeDestProductoIcono{
    position: absolute;
    top: 1px;
}

