#frm2008 {
    /*font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    margin: 8px 0 16px;
    text-align: center;
    background: #FFFFDF;
}

#frm2008 #form_container {
    /*border:1px solid #ccc;*/
    margin: 0 auto;
    text-align: left;
    width: 640px;
}

#frm2008 #top {
    display: block;
    height: 10px;
    margin: 10px auto 0;
    width: 650px;
}

#frm2008 #footer {
    clear: both;
    color: #999999;
    padding-bottom: 15px;
    text-align: center;
    width: 640px;
}

#frm2008 #footer a {
    border-bottom: 1px dotted #999999;
    color: #999999;
    text-decoration: none;
}

#frm2008 #bottom {
    display: block;
    height: 10px;
    margin: 0 auto;
    width: 650px;
}

#frm2008 form.appnitro {
    margin: 20px 20px 0;
    padding: 0 0 20px;
}
/**** Logo Section  *****/
/*#frm2008 h2 {
 background-color:#dedede;
 color:#dedede;
 margin:0;
 min-height:0;
 padding:0;
 text-decoration:none;
 text-indent:-8000px;
 }
 
 #frm2008 h2 a
 {
 display:block;
 height:100%;
 min-height:40px;
 overflow:hidden;
 }*/
#frm2008 img {
    /*behavior:url(css/iepngfix.htc);
     border:none;*/
}
/**** Form Section ****/
#frm2008 .appnitro {
    font-size: small;
}

#frm2008 .appnitro li {
    width: 61%;
}

#frm2008 form ul {
    font-size: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#frm2008 form li {
    display: block;
    margin: 0;
    padding: 4px 5px 2px 9px;
    position: relative;
}

#frm2008 form li:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#frm2008 .buttons:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#frm2008 .buttons {
    clear: both;
    display: block;
    /*margin-top:10px;*/
}

* html #frm2008 form li {
    height: 1%;
}

* html #frm2008 .buttons {
    height: 1%;
}

* html #frm2008 form li div {
    display: inline-block;
}

#frm2008 form li div {
    color: #444;
    margin: 0 4px 0 0;
    padding: 0 0 8px;
}

#frm2008 form li span {
    color: #444;
    float: left;
    margin: 0 4px 0 0;
    padding: 0 0 8px;
}

#frm2008 form li div.left {
    display: inline;
    float: left;
    width: 48%;
}

#frm2008 form li div.right {
    display: inline;
    float: right;
    width: 48%;
}

#frm2008 form li div.left .medium {
    width: 100%;
}

#frm2008 form li div.right .medium {
    width: 100%;
}

#frm2008 .clear {
    clear: both;
}

#frm2008 form li div label {
    clear: both;
    color: #444;
    display: block;
    font-size: 9px;
    line-height: 9px;
    margin: 0;
    padding-top: 3px;
}

#frm2008 form li span label {
    clear: both;
    color: #444;
    display: block;
    font-size: 9px;
    line-height: 9px;
    margin: 0;
    padding-top: 3px;
}

#frm2008 form li .datepicker {
    cursor: pointer !important;
    float: left;
    height: 16px;
    margin: .1em 5px 0 0;
    padding: 0;
    width: 16px;
}

#frm2008 .form_description {
    /*border-bottom:1px dotted #ccc;*/
    clear: both;
    display: inline-block;
    margin: 0 0 1em;
}

#frm2008 .form_description
[ class ] {
    display: block;
}
/*#frm2008 .form_description h3 {
 clear:left;
 font-size:140%;
 font-weight:400;
 margin:0 0 3px;
 color:#666;
 }*/

#frm2008 .form_description p {
    font-size: 95%;
    line-height: 130%;
    margin: 0 0 12px;
}
#frm2008 form hr {
    display: none;
}
#frm2008 form .info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size:0.9em;
}
#frm2008 form .info{
	color: #00529B;
	background-color: #BDE5F8;
	/*background-image: url('info.png');*/
}
#frm2008 form .success{
	color: #4F8A10;
	background-color: #DFF2BF;
	/*background-image: url('success.png');*/
}
#frm2008 form .warning{
	color: #9F6000;
	background-color: #FEEFB3;
	/*background-image: url('warning.png');*/
}
#frm2008 form .error{
	color: #D8000C;
	background-color: #FFBABA;
	/*background-image: url('error.png');*/
}
#frm2008 form .validation{
	color: #D63301;
	background-color: #FFCCBA;
	/*background-image: url('validation.png');*/
}
#frm2008 .hidden {
    visibility:hidden;
	font-size:smaller;
}
#frm2008 form li.section_break {
    /*border-top:1px dotted #ccc;
     background-color:#FFFFEC;*/
    margin-top: 9px;
    padding: 13px 0 0 0;
    width: 97% !important;
}

#frm2008 form ul li.first {
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#frm2008 form .section_break h4 {
    border-bottom: 1px dotted #ccc;
    font-size: 130%;
    font-weight: 400;
    line-height: 130%;
    margin: 0 0 2px;
}

#frm2008 form .section_break p {
    margin: 0 0 10px;
}
/**** Buttons ****/
#frm2008 input.button_text {
    overflow: visible;
    padding: 2px 10px;
    width: auto;
    background-color: #f1f1f1;
    border: 1px solid #180069;
}

#frm2008 .buttons input {
    margin-right: 5px;
}
/**** Inputs and Labels ****/
#frm2008 label.description {
    border: none;
    color: #222;
    display: block;
    font-size: 95%;
    font-weight: 700;
    line-height: 150%;
    padding: 0;
}

#frm2008 span.symbol {
    line-height: 130%;
}

#frm2008 input.text {
    background: #fff url(forms/img/shadow.gif) repeat-x top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-top: 1px solid #7c7c7c;
    color: #333;
    margin: 2px;
    padding: 2px 0;
}

#frm2008 input.file {
    color: #333;
    font-size: 100%;
    margin: 0;
    padding: 2px 0;
}

#frm2008 textarea.textarea {
    background: #fff url(forms/img/shadow.gif) repeat-x top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-top: 1px solid #7c7c7c;
    color: #333;
    margin: 0;
    width: 99%;
}

#frm2008 select.select {
    color: #333;
    font-size: 100%;
    margin: 2px;
    padding: 2px 0;
    background: #fff url(forms/img/shadow.gif) repeat-x top;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-top: 1px solid #7c7c7c;
}

#frm2008 input.currency {
    text-align: right;
}

#frm2008 input.checkbox {
    display: block;
    height: 13px;
    line-height: 1.4em;
    margin: 6px 0 0 3px;
    width: 13px;
    border: none;
}

#frm2008 input.radio {
    border: none;
    display: inline;
    height: 14px;
    /*line-height:1.4em;*/
    margin: 6px 0 0 3px;
    width: 15px;
}

#frm2008 label.choice {
    color: #444;
    display: block;
    font-size: 100%;
    line-height: 1.4em;
    margin: -1.55em 0 0 25px;
    padding: 4px 0 5px;
    /*width:90%;*/
}

#frm2008 select.select
[ class ] {
    margin: 0;
    padding: 1px 0;
}

*:first-child + html select.select
[ class ] {
    margin: 1px 0;
}

#frm2008 .safari select.select {
    font-size: 120% !important;
    margin-bottom: 1px;
}

#frm2008 input.small {
    width: 25%;
}

#frm2008 select.small {
    width: 25%;
}

#frm2008 input.medium {
    width: 50%;
}

#frm2008 select.medium {
    width: 50%;
}

#frm2008 input.large {
    width: 99%;
}

#frm2008 select.large {
    width: 100%;
}

#frm2008 textarea.small {
    height: 5.5em;
}

#frm2008 textarea.medium {
    height: 10em;
}

#frm2008 textarea.large {
    height: 20em;
}
/**** Errors ****/
#frm2008 #error_message {
    background: #fff;
    border: 1px dotted red;
    margin-bottom: 1em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 4px;
    text-align: center;
    width: 99%;
}

#frm2008 #error_message_title {
    color: #DF0000;
    font-size: 125%;
    margin: 7px 0 5px;
    padding: 0;
}

#frm2008 #error_message_desc {
    color: #000;
    font-size: 100%;
    margin: 0 0 .8em;
}

#frm2008 #error_message_desc strong {
    background-color: #FFDFDF;
    color: red;
    padding: 2px 3px;
}

#frm2008 form li.error {
    background-color: #FFDFDF !important;
    border-bottom: 1px solid #EACBCC;
    border-right: 1px solid #EACBCC;
    margin: 3px 0;
}

#frm2008 form li.error label {
    color: #DF0000 !important;
}

#frm2008 form p.error {
    clear: both;
    color: red;
    font-size: 10px;
    font-weight: 700;
    margin: 0 0 5px;
}

#frm2008 form .required {
    color: red;
    float: none;
    font-weight: 700;
}
/**** Guidelines and Error Highlight ****/
#frm2008 form li.highlighted {
    background-color: #fff7c0;
}

#frm2008 form .guidelines {
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
    color: #444;
    font-size: 80%;
    left: 100%;
    line-height: 130%;
    margin: 0 0 0 8px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 42%;
    z-index: 1000;
}

#frm2008 form .guidelines small {
    font-size: 105%;
}

#frm2008 form li.highlighted .guidelines {
    visibility: visible;
}

#frm2008 form li:hover .guidelines {
    visibility: visible;
}

#frm2008 .no_guidelines .guidelines {
    display: none !important;
}

#frm2008 .no_guidelines form li {
    width: 97%;
}

#frm2008 .no_guidelines li.section {
    padding-left: 9px;
}
/*** Success Message ****/
#frm2008 .form_success {
    clear: both;
    margin: 0;
    padding: 90px 0pt 100px;
    text-align: center
}

#frm2008 .form_success h3 {
    clear: left;
    font-size: 160%;
    font-weight: normal;
    margin: 0pt 0pt 3px;
}
/*** Password ****/
#frm2008 ul.password {
    margin-top: 60px;
    margin-bottom: 60px;
    text-align: center;
}

#frm2008 .password h3 {
    color: #DF0000;
    font-weight: bold;
    margin: 0pt auto 10px;
}

#frm2008 .password input.text {
    font-size: 170% !important;
    width: 380px;
    text-align: center;
}

#frm2008 .password label {
    display: block;
    font-size: 120% !important;
    padding-top: 10px;
    font-weight: bold;
}

#frm2008 #li_captcha {
    padding-left: 5px;
}

#frm2008 #li_captcha span {
    float: none;
}
/** Embedded Form **/
#frm2008 .embed #form_container {
    border: none;
}

#frm2008 .embed #top, .embed #bottom, .embed h2 {
    display: none;
}

#frm2008 .embed #form_container {
    width: 100%;
}

#frm2008 .embed #footer {
    text-align: left;
    padding-left: 10px;
    width: 99%;
}

#frm2008 .embed #footer.success {
    text-align: center;
}

#frm2008 .embed form.appnitro {
    margin: 0px 0px 0;
}
/*** Calendar **********************/
#frm2008 div.calendar {
    position: relative;
}

#frm2008 .calendar table {
    cursor: pointer;
    border: 1px solid #ccc;
    font-size: 11px;
    color: #000;
    background: #fff;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}

#frm2008 .calendar .button {
    text-align: center;
    padding: 2px;
}

#frm2008 .calendar .nav {
    background: #f5f5f5;
}

#frm2008 .calendar thead .title {
    font-weight: bold;
    text-align: center;
    background: #dedede;
    color: #000;
    padding: 2px 0 3px 0;
}

#frm2008 .calendar thead .headrow {
    background: #f5f5f5;
    color: #444;
    font-weight: bold;
}

#frm2008 .calendar thead .daynames {
    background: #fff;
    color: #333;
    font-weight: bold;
}

#frm2008 .calendar thead .name {
    border-bottom: 1px dotted #ccc;
    padding: 2px;
    text-align: center;
    color: #000;
}

#frm2008 .calendar thead .weekend {
    color: #666;
}

#frm2008 .calendar thead .hilite {
    background-color: #444;
    color: #fff;
    padding: 1px;
}

#frm2008 .calendar thead .active {
    background-color: #d12f19;
    color: #fff;
    padding: 2px 0px 0px 2px;
}

#frm2008 .calendar tbody .day {
    width: 1.8em;
    color: #222;
    text-align: right;
    padding: 2px 2px 2px 2px;
}

#frm2008 .calendar tbody .day.othermonth {
    font-size: 80%;
    color: #bbb;
}

#frm2008 .calendar tbody .day.othermonth.oweekend {
    color: #fbb;
}

#frm2008 .calendar table .wn {
    padding: 2px 2px 2px 2px;
    border-right: 1px solid #000;
    background: #666;
}

#frm2008 .calendar tbody .rowhilite td {
    background: #FFF1AF;
}

#frm2008 .calendar tbody .rowhilite td.wn {
    background: #FFF1AF;
}

#frm2008 .calendar tbody td.hilite {
    padding: 1px 1px 1px 1px;
    background: #444 !important;
    color: #fff !important;
}

#frm2008 .calendar tbody td.active {
    color: #fff;
    background: #529214 !important;
    padding: 2px 2px 0px 2px;
}

#frm2008 .calendar tbody td.selected {
    font-weight: bold;
    border: 1px solid #888;
    padding: 1px 1px 1px 1px;
    background: #f5f5f5 !important;
    color: #222 !important;
}

#frm2008 .calendar tbody td.weekend {
    color: #666;
}

#frm2008 .calendar tbody td.today {
    font-weight: bold;
    color: #529214;
    background: #D9EFC2;
}

#frm2008 .calendar tbody .disabled {
    color: #999;
}

#frm2008 .calendar tbody .emptycell {
    visibility: hidden;
}

#frm2008 .calendar tbody .emptyrow {
    display: none;
}

#frm2008 .calendar tfoot .footrow {
    text-align: center;
    background: #556;
    color: #fff;
}

#frm2008 .calendar tfoot .ttip {
    background: #222;
    color: #fff;
    font-size: 10px;
    border-top: 1px solid #dedede;
    padding: 3px;
}

#frm2008 .calendar tfoot .hilite {
    background: #aaf;
    border: 1px solid #04f;
    color: #000;
    padding: 1px;
}

#frm2008 .calendar tfoot .active {
    background: #77c;
    padding: 2px 0px 0px 2px;
}

#frm2008 .calendar .combo {
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    width: 4em;
    border: 1px solid #ccc;
    background: #f5f5f5;
    color: #222;
    font-size: 90%;
    z-index: 100;
}

#frm2008 .calendar .combo .label, #frm2008 .calendar .combo .label-IEfix {
    text-align: center;
    padding: 1px;
}

#frm2008 .calendar .combo .label-IEfix {
    width: 4em;
}

#frm2008 .calendar .combo .hilite {
    background: #444;
    color: #fff;
}

#frm2008 .calendar .combo .active {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #dedede;
    font-weight: bold;
}


/*********************************************************/
/*						MENSAJES	  					 */
/*********************************************************/
.msg { 
	background-position:0.5em center;
 	background-repeat:no-repeat;
 	border:1px solid;
	font-size:80%;
	margin-bottom:10px;
	margin-left:6px;
	padding:10px;
	padding-left:40px
} 
.msghidden {display:none;visibility:hidden} /*ocultar y desplazar*/
.msgvisible {display:block;visibility:visible} /*mostrar (convierte en bloque)*/
 
/*mensaje de tarea realizada*/
.msgsuccess {background-color:#dff2bf;background-image:url(../img/msgvalid.png);border-color:#4f8a10;color:#4f8a10}
 
/*mensaje de error*/
.msgerror {background-color:#ffbaba;background-image:url(../img/msgerror.png);border-color:#d8000c;color:#d8000c}
 
/*mensaje de cargando*/
.msgloading {background-color:#feefb3;background-image:url(../img/msgloader.gif);border-color:#9f6000;color:#9f6000}
/*********************************************************/