/* * ======================================== * Estilos del Cuerpo Principal * ======================================== */ body{ margin: 0px; scrollbar-arrow-color: #077598; scrollbar-shadow-color: white; scrollbar-base-color: #077598; scrollbar-track-color: #F0F0F0; scrollbar-face-color: #BED2EA; scrollbar-highlight-color: white; scrollbar-dark-shadow-color:#D8D9DE; scrollbar-3d-light-color:#D8D9DE; } /* * ======================================== * global hyperlink styles * ======================================== */ a:link, a:visited, a:active{ background: transparent; color: #666666; text-decoration: none; } a:hover{ background: transparent; color: #999999; text-decoration: underline; } /* * ======================================== * COMODIN * ======================================== */ *{ font-size: 11px ; font-family:verdana; color: #HHHHHH; } /* * ======================================== * OTROS TEXTOS USADOS * ======================================== */ .texto_secundario{color:#CCCCCC;font-size:11; text-decoration: none} .texto_normal{color:#HHHHHH;font-size:11;} .texto_menu{color:#HHHHHH;font-size:11;} .texto_linkmenu{color:#HHHHHH;font-size:11; text-decoration: none} .Tit_global{ font: bold 11px ; text-transform: uppercase; color: #666666;} .Tit_nota{ font: 18px ; color: #HHHHHH; text-decoration: none} .cabecera_general{padding: 3px; height: 23px;font-weight: bold; font-size: 11px; color: #FFFFFF;background: #HHHHHH; /* background: #ECD8B7 url(http://www.inclusionsocial.org/iss/theme/standar/images/cab_bg.jpg) repeat-x top left; */ } table.ipbtable, tr.ipbtable, td.ipbtable { /* required for text in tables, because tables do not inherit from body */ background: transparent; color: #222; font-size: 11px; line-height: 135%; } .gridbackground1{ height: 20px; padding: 0px 3px 0px 3px; background: #F3F3F3;} .gridbackground2{ height: 20px; padding: 0px 3px 0px 3px; background: #E6E6E6;} .gridbackground3{ height: 20px; padding: 0px 3px 0px 3px; background: #D3D3D3; } .tablaborde{ background-color: #CCCCCC;} .tablabordecontent{ height: 20px; padding: 0px 3px 0px 3px; background: #E7E7E7;} input, { border: 1px #D8D9DE solid; padding: 1px; } /*BOTONES*/ /* boton global*/ .btn1{ cursor: pointer; height: 18px; background: url(http://www.inclusionsocial.org/iss/theme/standar/images/btn_bg.gif) repeat-x;} input.btn1, button.btn1{ border: none; font-weight: bold; color: #666666; font-size: 9px ; text-align: center; background: transparent;} /*cierre de los botones globales*/ .btn1_izq{ cursor: pointer; width: 3px; background: url(http://www.inclusionsocial.org/iss/theme/standar/images/btn_izq.gif) no-repeat left;} .btn1_der{ cursor: pointer; width: 3px; background: url(http://www.inclusionsocial.org/iss/theme/standar/images/btn_der.gif) no-repeat right;} /**/ .btn2{ cursor: pointer; height: 18px; background: url(http://www.inclusionsocial.org/iss/pix/bot_bar.png) repeat-x;} input.btn2, button.btn2{ border: none; font-weight: bold; color: #666666; font-size: 9px ; text-align: center; background: transparent;} /*cierre de los botones globales*/ .btn2_izq{ cursor: pointer; width: 3px; background: url(http://www.inclusionsocial.org/iss/pix/r1_c1.png) no-repeat left;} .btn2_der{ cursor: pointer; width: 3px; background: url(http://www.inclusionsocial.org/iss/pix/r1_c3.png) no-repeat right;} /**/ .spc_1{ width: 10px; }