/* CSS Document */

h1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    color: #006699;
    margin-top: 0.3em;
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    color: #0082BF;
    margin-top: 1em;
}

td {
    font-family: Verdana, Arial, Times, serif;
    font-size: 11px;
}

a:link {
    color: #003366;
    text-decoration: underline;
}

a:visited {	
    color: #003366;
    text-decoration: underline;
}

a:hover {
    color: #CC0000;
    text-decoration: none;
}

a:active {
    color: #FF0000;
    text-decoration: none;
}

hr {	
    border:1px dashed #B2CCE5;
    border: none 0;
    border-top: 1px dashed #B2CCE5;/*the border*/
    height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
    padding-bottom:5px;
}

input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

fieldset {
    border-width:1px;
    border-style:solid;
    border-color:#CCCCCC;
}

.interno {
    background-color:#F2F5F9;
}

.interno2 {
    background-color:#DBE3EE;
}

/*De la aplicacion*/
.objetos {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.botones {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.requerido {
    font-size:9px;
}

.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color:#A4A4A4;
}

.estilotextarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.advertencia {
    background:#FFFFF9;
    border:0.07em solid #808000;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:2px;
    padding-right:2px;
    color:#808000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    font-size:11px;
    font-weight:bold;
    width:50%;
} 

.advertencia-naranja {
    color: #FF6600; /* naranja fuerte */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #FFF8F0;
    border: 1px solid #FFB366;
    padding: 8px;
    margin: 10px auto;
    width: 90%;
    border-radius: 4px;
}

.ok {
    background:#fdfffa;
    border:0.07em solid #008020;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:15px;
    padding-right:15px;
    color:#008020;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}

.error {
    background:#FFF2F2;
    border:0.07em solid #C40000;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:15px;
    padding-right:15px;
    color:#C40000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
    margin-bottom:200px;
    text-align:center;
}

/* Tabla Icefaces */

.tabla {
    border-color:#E1E9F0;
    width: 100%;
    border-spacing: 1px;   
}

.tabla th {
    background-color:#B2CCE5;
    color:#000000;
    overflow:hidden;
    height: 19px !important;
    width: auto;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
}

.tabla td {
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
    vertical-align:top;
}

.franja {
    background-color:#B2CCE5;
    color:#000000;
    overflow:hidden;
    width: auto;
    height:15px;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.franja td {
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align:middle;
}

.paginador {	
    width: 20%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.paginador_texto {	
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color:#B2CCE5;
    color:#000000;
    overflow:hidden;
    padding-top: 4px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 4px;
}

.oddRow {
    background-color: #F2F5F9;
}

.evenRow {
    background-color: #EAEEF7;
}

/* Popup Icefaces */

.popup_si_no {
    z-index: 1000;
    top: 20%;
    left: 10%;
    position: absolute;
    width: 350px;
    height:auto;
    background-color:#E1E9F0;
    border-style:solid;
    border-color:#D6E0EB;
}

.popup_titulo {
    background-color:#D6E0EB;
}

.popup_body {
    padding-top:15px;
    padding-bottom:15px;
    padding-left:15px;
    padding-right:15px;
}

.balloonstyle{
    position:absolute;
    top: -500px;
    left: 0;
    padding: 5px;
    visibility: hidden;
    border:1px solid black;
    font:normal 12px Verdana;
    line-height: 18px;
    z-index: 100;
    background-color: white;
    width: 200px;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);*/
}

#arrowhead{
    z-index: 99;
    position:absolute;
    top: -500px;
    left: 0;
    visibility: hidden;
}

.fieldSetClass {
    margin: 5px;
    padding: 5px;
    border: 1px solid;
}

.widthStyleSelectMany{
    width: 250px;
}
.iceSelMnyCb{
    border-width: 0px;
}

.iceSelInpDate {
    /* calendar outline & background color */
    background-color: #FFFFFF;
    border: 1px solid #ABABAB; /* removed margin from calendar outline - better absolute positioning of popup */
    /*margin:10px;*/
}

.iceSelInpDateIFrameFix, .iceIEIFrameFix {
    z-index: -1;
    position: absolute;
    display: block;
    filter: mask();
}

.iceSelInpDatePopup {
    min-width: 172px;
}

.iceSelInpDateInput {
    width: 150px;
    margin: 2px;
}

.iceSelInpDateOpenPopup {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    background-image: url( "../xmlhttp/css/xp/css-images/cal_button.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 16px;
    height: 16px;
}

.iceSelInpDateClosePopup {
    display: inline;
    text-decoration: none;
    background-color: transparent;
    background-image: url( "../xmlhttp/css/xp/css-images/cal_off.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 16px;
    height: 16px;
}

.iceSelInpDateMonthYear {
    background-color: #EFEFEF;
    background-image: url( "../xmlhttp/css/xp/css-images/table_col_header.gif" );
    background-position: bottom;
    background-repeat: repeat-x;
    font-weight: normal;
    text-align: center;
    color: #000000;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 4px;
    padding-bottom: 4px; /*border-right:1px solid #CCCCCC;*/
}

.iceSelInpDateMoYrDropdown {
    background-color: #EFEFEF;
    font-weight: bold;
    color: #000000;
}

.iceSelInpDateMonthYear img {
    border: none;
}

.iceSelInpDateMovePrev {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url( "../xmlhttp/css/xp/css-images/cal_arrow_left.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.iceSelInpDateMoveNext {
    text-decoration: none;
    display: inline;
    background-color: transparent;
    background-image: url( "../xmlhttp/css/xp/css-images/cal_arrow_right.gif" );
    background-repeat: no-repeat;
    text-align: center;
    border: none;
    width: 17px;
    height: 16px;
}

.iceSelInpDateWeek {
    /* the days of the week row */
    font-weight: normal;
    color: #2A6CC2;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #000000;
}

/* set the look for the days of the week backgrounds */
.iceSelInpDateDay, .iceSelInpDateCur {
    /* the background & alignment for the days */
    padding: 3px;
    text-align: center;
}

.iceSelInpDateCur .iceOutTxt{
    color:#FFFFFF;
}

/* now set the attributes for the numbers for each day of the week */
.iceSelInpDateDay a {
    /* the day text */
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

.iceSelInpDateCur a {
    text-decoration: none;
    background-color: #2A6CC2;
    border: 1px solid #2A6CC2;
    color: #FFFFFF;
    width: 100%;
    height: 100%;
    padding: 0px;
    display: block;
}

/* now set the color attributes for the hover effect on non-current days */
.iceSelInpDateDay a:hover {
    /* the day text */
    text-decoration: none;
    color: #2A6CC2;
}

/*Calses menu*/

.iceMnuBar { /*no change*/
    padding: 0px;
    white-space: nowrap;
}

.iceMnuBarItem { /* was iceMenu */
    float: left;
    padding: 0px;
    white-space: nowrap;
}

.iceMnuBarItem a { /* was iceMenu */
    background-color: #F2F5F9;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #333333; /* Must be >1.01em to avoid layout artifacts on Macs */
    font-size: 1.1em;
    margin: 0px;
    border-right: 1px solid #FFFFFF;
    width: auto;
    float: left;
    display: block;
    text-decoration: none;
}

.iceMnuBarItem a:hover { /* was iceMenu */
    background-color: #2A6CC2;
    color: #FFFFFF;
    border-right: 1px solid #FFFFFF;
}

.iceMnuBarItem hr { /* was iceMenu */
    border: none 0;
    border-top: 1px solid #999999;
    width: 100%;
    height: 1px;
    margin-top: 3px;
    padding: 0px;
    text-align: left;
}

.iceMnuBarSubMenu { /* was iceSubMenu */
    position: absolute;
    background-color: #EFEFEF;
    width: 160px;
    border-top: 1px solid #999999;
    border-left: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    padding: 1px;
    height: auto;
    display: block;
    z-index: 1000;
}

.iceMnuItm { /* was iceSubMenuRow*/
    padding: 0px;
    display: block;
    height: auto;
}

.iceMnuItm a { /* was iceSubMenuRow*/
    color: #333333;
    display: block;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.iceMnuItm a:hover { /* was iceSubMenuRow*/
    background-color: #2A6CC2;
}

.iceMnuItm a:hover .iceOutTxt, .iceMnuItm a:hover .iceMnuItmLabel{
    color: #FFFFFF;
}

.iceMnuItmLabel, .iceMnuBarItemLabel { /* was iceSubMenuRowLabel */
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 4px;
    font-size: 1.0em;
    display: inline;
    vertical-align: middle;
}

.iceDatTbl td span.iceMnuItmLabel {
    display: inline;
    padding: 4px 0 0 0;
}

.iceMnuBarItemImage {
	width:0px;
}

.iceMnuItmImage, .iceMnuBarItemImage {  /* was iceSubMenuRowImage */
    display:inline;
    vertical-align: middle;
}

.iceMnuBarSubMenuInd { /* was iceSubMenuRowSubMenuIndicator */
    display:inline;
    float:right;
    padding-top: 3px;
    padding-right: 1px;
}

/* classes for the vertical version of the iceMenu*/

.iceMnuBarVrtItemLabel {}
.iceMnuBarVrtItemImage {
	width:5px;
}

.iceMnuBarVrt { /* was iceMenu_vertical */
    float: left;
    padding: 0px;
    white-space: nowrap;
}

.iceMnuBarVrtItem { /* was iceMenu_verticalItem */
    width: 168px;
    display: block;
}

.iceMnuBarVrtItem a { /* was iceMenu_verticalItem */
    background-color: #f2f5f9;
    border: 1px solid #B2CCE5;
    height: auto;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #333333;
    font-size: 1.1em;
    margin-bottom: 1px;
    float: none;
    display: block;
    text-decoration: none;
    width: 100%;
}

.iceMnuBarVrtItem a:hover { /* was iceMenu_verticalItem */
    background-color: #2A6CC2;
    color: #FFFFFF;
    text-decoration: none;
}

.iceMnuBarVrtSubMenu { /* was iceSubMenu_vertical*/
    padding: 1px;
    width: 160px;
    background-color: #f2f5f9;
    border: 1px solid #B2CCE5;
    position: absolute;
    height: auto;
    display: block;
    z-index: 1000;
}

.iceMnuItmVrt a { /* was iceMenu_vertical_subItem */
    background-color: #EFEFEF;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 1.1em;
    width: auto;
    display: block;
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.iceMnuItmVrt a:hover { /* was iceMenu_vertical_subItem */
    background-color: #2A6CC2;
    color: #FFFFFF;
    text-decoration: none;
}

.iceMnuBarVrtSubMenuInd { /* was iceSubMenuDividerVert */
    display:inline;
    float:right;
    padding-top: 3px;
    padding-right: 1px;
}

.descarga{
    float:left;
    padding-left: 5px;
}

img {
    border: none;
}