.divHomeProduct
{
	float:left;
	display:inline;
	width:482px;
}

.separator {
	border-left:1px solid #FFC010;
	display:inline;
	float:left;
	height:420px;
}

.divHomeProduct img
{
	float:left;
	display:inline;
}



.btnVisaButton
{
	width:124px;
	height:99px;
	 border:0;
}

.galera {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #666666;
	text-decoration: none;
}
.galeraverde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	color: #60B057;
}
.linearriba {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFC010;
	border-right-color: #FFC010;
	border-bottom-color: #FFC010;
	border-left-color: #FFC010;
}
.legales {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	color: black;
}
.resaltado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.superdestacados {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}


/*Calendario*/


.calendar-container
{
	height: 20px;
	border: 1px solid;
	border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	width: 121px;
}

.calendar-container:focus, .calendar-container:hover
{
	border-color: #5794bf #b7d5ea #c7e2f1 #c5daed;
}

.calendar
{
	position: absolute;
	z-index: 65555;
	margin-top: 0px;
	margin-left: 0px;
	border: 1px solid;
	border-color: #abadb3 #dbdfe6 #e3e9ef #e2e3ea;
	background-color: #FFF;
	text-align: center;
	width: 190px;
}

.calendar table
{
	width: 190px;
	border-spacing: 0;
	border-collapse: collapse;
}

.calendar caption
{
	color: #F00;
	height: 20px;
}

.calendar caption span
{
	 float: left;
	 margin-right: 2px;
	 margin-left: 2px;
}

.calendar select
{
	height: 20px;	
}

.calendar td
{
	width: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
	cursor: pointer;
}

.calendar td:focus, .calendar td:hover
{
	color: #5794bf;
}

.calendar-prev-month
{
	display: block;
	/*background: url(../css/calendar/arrowleft.gif) no-repeat;*/
	width: 4px;
	height: 7px;
	margin-top: 5px;
	cursor: pointer;
}

.calendar-next-month
{
	display: block;
	/*background: url(../css/calendar/arrowright.gif) no-repeat;*/
	width: 4px;
	height: 7px;
	margin-top: 5px;
	cursor: pointer;
}

.calendar-prev-year
{
	display: block;
	/*background: url(../css/calendar/arrowleft.gif) no-repeat;*/
	width: 4px;
	height: 7px;
	margin-top: 5px;
	cursor: pointer;
}

.calendar-next-year
{
	display: block;
	/*background: url(../css/calendar/arrowright.gif) no-repeat;*/
	width: 4px;
	height: 7px;
	margin-top: 5px;
	cursor: pointer;
}

.calendar-month-pre
{
	color: #999;
}

.calendar-month-actual
{
	color: #555;
}

.calendar-month-actual-today
{
	color: #F00;
}

.calendar-month-post
{
	color: #999;
}

.calendar-day
{
	width: 19px;
	position: relative;
	float: left;
}

.calendar-day input
{		
	position: relative;
	float: left;
	border: 0;
	width: 19px;
}

.calendar-month
{
	width: 19px;
	position: relative;
	float: left;
}

.calendar-month input
{	
	position: relative;
	float: left;
	border: 0;
	width: 19px;
}

.calendar-year
{
	width: 35px;
	position: relative;
	float: left;	
}

.calendar-year input
{	
	position: relative;
	float: left;
	border: 0;
	width: 35px;
}

.calendar-sep
{
	position: relative;
	float: left;
	width: 6px;	
	text-align: center;
	color: #abadb3;
	padding: 2px;
	height: 16px;
}

.calendar-picker-img
{
	position: relative;
	float: left;	
	background: white url(../css/calendar/calendar.gif) no-repeat center center;
	cursor: pointer;
	width: 20px;	
	height: 16px;
	padding: 2px;
}
