#zonaCalendar
{
    position:relative;
    float:right;
    right:0px;
    bottom:0px;
    height:20px;
    width:50px;
	margin-top:0px;
    padding-top:4px;
    padding-left:4px;
}

#zonaCalendarAlternativo
{
    position:relative;
    float:right;
    left:0px;
    bottom:0px;
    height:80px;
    width:120px;
	margin-top:45px;
    padding-top:4px;
    padding-left:4px;
}

/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Default CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */


form fieldset

{
    width:200px;
    border-top-width: 1px;
    border-right-width-value: 2px;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-bottom-width: 1px;
    border-left-width-value: 2px;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-top-style: solid;
    border-right-style-value: solid;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-bottom-style: solid;
    border-left-style-value: solid;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-top-color: #cccccc;
    border-right-color-value: #e5e5e5;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-bottom-color: #cccccc;
    border-left-color-value: #e5e5e5;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;

    clear: both;
    margin-bottom: 9px;
    margin-right: 9px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 4px;
    padding-right: 18px;
    padding-bottom: 4px;
    padding-left: 18px;

    border-left-style: solid;
    border-right-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-color: #cccccc;
    border-right-color: #cccccc;
}

form legend

{

    background-color: #e5e5e5;

    background-image: none;

    background-repeat: repeat;

    background-attachment: scroll;

    background-position: 0% 0%;

    color: #262626;

    font-family: Arial,sans-serif;

    font-style: normal;

    font-variant: normal;

    font-weight: normal;

    font-size: 12px;

    line-height: 18px;

    font-size-adjust: none;

    font-stretch: normal;

    -x-system-font: none;

    margin-bottom: 9px;

    padding-top: 2px;

    padding-right: 11px;

    padding-bottom: 2px;

    padding-left: 11px;

}

div label

{
    color: #262626;
    font-family: Tahoma,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    font-size-adjust: none;
    font-stretch: normal;
    -x-system-font: none;
    margin-right: 6px;
    text-align: right;
    
}


/*form input, form select

{

    border-top-color: #acacac;

    border-right-color-value: #e1e1e1;

    border-bottom-color: #e1e1e1;

    border-left-color-value: #acacac;

    border-left-color-ltr-source: physical;

    border-left-color-rtl-source: physical;

    border-right-color-ltr-source: physical;

    border-right-color-rtl-source: physical;

    border-top-style: solid;

    border-right-style-value: solid;

    border-bottom-style: solid;

    border-left-style-value: solid;

    border-left-style-ltr-source: physical;

    border-left-style-rtl-source: physical;

    border-right-style-ltr-source: physical;

    border-right-style-rtl-source: physical;

    border-top-width: 2px;

    border-right-width-value: 2px;

    border-bottom-width: 2px;

    border-left-width-value: 2px;

    border-left-width-ltr-source: physical;

    border-left-width-rtl-source: physical;

    border-right-width-ltr-source: physical;

    border-right-width-rtl-source: physical;

    float: left;

    font-family: Arial,sans-serif;

    font-style: normal;

    font-variant: normal;

    font-weight: normal;

    font-size: 12px;

    line-height: normal;

    font-size-adjust: none;

    font-stretch: normal;

    -x-system-font: none;

    margin-right: 6px;

    width: 125px;

}

form input

{

    padding-top: 1px;
    padding-right: 3px;
    padding-bottom: 1px;
    padding-left: 3px;
    
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #0099ff;
    border-bottom-color: #0099ff;
    border-left-color: #0099ff;
    border-right-color: #0099ff;
}

form.long input, form.long select

{

    width: 175px;

}

form.long input.alternate, form.long select.alternate, form.long input.calendar, form.long select.calendar

{

    width: 149px;
    
}

input.calendar, select.calendar

{

    width: 99px;

}*/

.hidden {
    visibility:hidden;
    position: absolute;
}
.visible {
    opacity: 1;
}


input.calendar,
select.calendar {
    width: 99px;
}

button.calendar {
    background: url(imagesCalendar/calendar-icon.gif);
    border: 0;
    cursor: pointer;
    position:relative;
    top: -13px;
    height: 20px;
    margin-right: 6px;
    margin-left: 9px;
    width: 20px;
}
button.calendar:hover,
button.calendar.active {
    background-position: 0 20px;
}

div.calendar {
    background: url(imagesCalendar/calendar.png);
    height: 195px;
    padding: 0 6px;
    text-align: center;
    width: 147px;
}
div.calendar * {
    margin: 0;
    padding: 0;
}
div.calendar div {
    background: none !important;
    cursor: move;
    height: 185px;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    width: 147px;
}

div.calendar caption {
    color: #333;
    font: normal 12px/16px Arial, Helvetica, sans-serif;
    padding-top: 6px;
    text-align: center;
    width: 100%;
}
div.calendar caption a {
    cursor: pointer;
    display: block;
    height: 12px;
    overflow: hidden;
    position: absolute;
    text-indent: -100px;
    top: 17px;
    width: 11px;
}
div.calendar caption a.prev {
    background-image: url(imagesCalendar/calendar-prev.gif);
    left: 0;
}
div.calendar caption a.next {
    background-image: url(imagesCalendar/calendar-next.gif);
    right: 0;
}
div.calendar caption a:hover {
    background-position: 0 12px;
}
div.calendar caption span {
    height: 25px;
    position: relative;
    text-align: center;
}
div.calendar caption span.month {
    padding-right: 8px;
}
div.calendar caption span.month:after {
    content: ',';
}

div.calendar table {
    background: #FFF;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    cursor: default;
    margin: 0 auto;
    overflow: hidden;
    width: 147px;
}
div.calendar td,
div.calendar th {
    border: 0;
    color: #0597DB;
    font: normal 12px Arial, Helvetica, sans-serif;
    height: 21px;
    text-align: center;
    width: 21px;
}
div.calendar td {
    background: url(imagesCalendar/calendar-td.gif);
    color: #FFF;
    font-size: 11px;
}
div.calendar td.invalid {
    color: #999;
}
div.calendar td.valid {
    background: url(imagesCalendar/calendar-valid.gif);
    color: #0597DB;
    cursor: pointer;
}
div.calendar td.hilite {
    background: url(imagesCalendar/calendar-hilite.gif);
}
div.calendar td.inactive {
    background: url(imagesCalendar/calendar-td.gif) 0 100%;
    color: #FFF;
}
div.calendar td.active,
div.calendar td.hover {
    background: url(imagesCalendar/calendar-valid.gif) 0 100%;
    color: #FFF;
    cursor: pointer;
}

/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Dashboard CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

input.dashboard,
select.dashboard {
    width: 149px;
}

button.dashboard {
    background: url(imagesCalendar/dashboard-icon.gif);
    border: 0;
    cursor: pointer;
    float: left;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
button.dashboard:hover,
button.dashboard.active {
    background-position: 0 20px;
}

div.dashboard {
    background: url(imagesCalendar/dashboard.png);
    height: 175px;
    padding: 0 12px;
    text-align: center;
    width: 147px;
}
div.dashboard * {
    margin: 0;
    padding: 0;
}
div.dashboard div {
    background: none !important;
    cursor: move;
    height: 165px;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    width: 147px;
}

div.dashboard caption {
    color: #CF0;
    font: normal 12px/17px Arial, Helvetica, sans-serif;
    padding-top: 4px;
    text-align: center;
    width: 100%;
}
div.dashboard caption a {
    cursor: pointer;
    display: block;
    height: 11px;
    overflow: hidden;
    position: absolute;
    text-indent: -100px;
    top: 16px;
    width: 11px;
}
div.dashboard caption a.prev {
    background-image: url(imagesCalendar/dashboard-prev.gif);
    left: 1px;
}
div.dashboard caption a.next {
    background-image: url(imagesCalendar/dashboard-next.gif);
    right: 1px;
}
div.dashboard caption a:hover {
    background-position: 0 11px;
}
div.dashboard caption span {
    height: 25px;
    position: relative;
    text-align: center;
}
div.dashboard caption span.month {
    padding-right: 8px;
}
div.dashboard caption span.month:after {
    content: ',';
}

div.dashboard table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    cursor: default;
    margin: 0 auto;
    overflow: hidden;
    width: 147px;
}
div.dashboard td,
div.dashboard th {
    border: 0;
    color: #999;
    font: normal 12px Arial, Helvetica, sans-serif;
    height: 19px;
    text-align: center;
    width: 21px;
}
div.dashboard td {
    color: #333;
    font-size: 11px;
    padding-right: 5px;
    text-align: right;
    width: 16px;
}
div.dashboard td.invalid {
    color: #666;
}
div.dashboard td.valid {
    color: #FFF;
    cursor: pointer;
}
div.dashboard td.active,
div.dashboard td.hover {
    color: #CF0;
    cursor: pointer;
}


/* Calendar: a Javascript class for Mootools that adds accessible and unobtrusive date pickers to your form elements <http://electricprism.com/aeron/calendar> */
/* Experimental CSS for Calendar (navigation: 1), Copyright (c) 2007 Aeron Glemann <http://electricprism.com/aeron> */

input.i-heart-ny,
select.i-heart-ny {
    width: 149px;
}

button.i-heart-ny {
    background: url(imagesCalendar/i-heart-ny-icon.gif);
    border: 0;
    cursor: pointer;
    float: left;
    height: 20px;
    margin-right: 6px;
    width: 20px;
}
button.i-heart-ny:hover,
button.i-heart-ny.active {
    background-position: 0 20px;
}

div.i-heart-ny {
    background: url(imagesCalendar/i-heart-ny.png);
    height: 278px;
    padding: 4px;
    width: 164px;
}
div.i-heart-ny * {
    margin: 0;
    padding: 0;
}
div.i-heart-ny div {
    background-repeat: no-repeat;
    background-position: 8px 8px;
    cursor: move;
    height: 278px;
    overflow: hidden;
    position: relative;
    width: 164px;
}
div.i-heart-ny.january div { background-image: url(imagesCalendar/i-heart-ny-jan.jpg); }
div.i-heart-ny.february div { background-image: url(imagesCalendar/i-heart-ny-feb.jpg); }
div.i-heart-ny.march div { background-image: url(imagesCalendar/i-heart-ny-mar.jpg); }
div.i-heart-ny.april div { background-image: url(imagesCalendar/i-heart-ny-apr.jpg); }
div.i-heart-ny.may div { background-image: url(imagesCalendar/i-heart-ny-may.jpg); }
div.i-heart-ny.june div { background-image: url(imagesCalendar/i-heart-ny-jun.jpg); }
div.i-heart-ny.july div { background-image: url(imagesCalendar/i-heart-ny-jul.jpg); }
div.i-heart-ny.august div { background-image: url(imagesCalendar/i-heart-ny-aug.jpg); }
div.i-heart-ny.september div { background-image: url(imagesCalendar/i-heart-ny-sep.jpg); }
div.i-heart-ny.october div { background-image: url(imagesCalendar/i-heart-ny-oct.jpg); }
div.i-heart-ny.november div { background-image: url(imagesCalendar/i-heart-ny-nov.jpg); }
div.i-heart-ny.december div { background-image: url(imagesCalendar/i-heart-ny-dec.jpg); }

/*
We won't be using the caption element traditionally
We have to make sure it doesn't take up space in the browser and offset the other elements
Unfortunately position: absolute is not supported by all browsers for table-caption
IEX only responds to line-height
*/

div.i-heart-ny caption {
    color: #808080;
    height: 0%;
    line-height: 0;
}
div.i-heart-ny caption a {
    cursor: pointer;
    display: block;
    height: 25px;
    overflow: hidden;
    position: absolute;
    text-indent: -100px;
    top: 0;
    width: 23px;
    z-index: 200;
}
div.i-heart-ny caption a.prev {
    background-image: url(imagesCalendar/i-heart-ny-prev.png);
    left: 0;
}
div.i-heart-ny caption a.next {
    background-image: url(imagesCalendar/i-heart-ny-next.png);
    right: 0;
}
div.i-heart-ny caption a:hover {
    background-position: 0 25px;
}
div.i-heart-ny caption span.month {
    bottom: 8px;
    font: normal 11px Arial, Helvetica, sans-serif;
    position: absolute;
    right: 10px;
    z-index: 100;
}

/*
IEX won't work if all the children of the caption element are absolutely positioned
Since we can't just leave the year un-positioned, we will have to hide it
(Remarkably this actually works in IEX)
*/

div.i-heart-ny caption span.year {
    display: none;
}

div.i-heart-ny table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 143px 10px 0 7px;
}
div.i-heart-ny tbody {
    cursor: default;
}
div.i-heart-ny td {
    border: 0;
    color: #FFF;
    font: normal 9px Arial, Helvetica, sans-serif;
    height: 21px;
    text-align: right;
    vertical-align: bottom;
    width: 21px;
}
div.i-heart-ny td.active,
div.i-heart-ny td.hover {
    background: url(imagesCalendar/i-heart-ny-active.gif);
    color: #25A8C2;
    cursor: pointer;
}
div.i-heart-ny td.invalid {
    background: url(imagesCalendar/i-heart-ny-invalid.gif);
    color: #DA2727;
}
div.i-heart-ny td.valid {
    color: #808080;
    cursor: pointer;
}
div.i-heart-ny td.inactive {
    background: url(imagesCalendar/i-heart-ny-inactive.gif);
    color: #808080;
}
div.i-heart-ny thead {
    display: none;
}
.clientes {
	height: 118px;
	width: 175px;
	border: 1px solid #94C03D;
}

