/* CSS Document */
a:link {
    color:#039; font-weight:bold; text-decoration:none;
}
a:visited {
    color:#039; font-weight:bold; text-decoration:none;
}
a:hover {
    color:#039; text-decoration:none;
}
a:active {
    color:#039;text-decoration:none;
}
body, p, table {
    font-family:Arial, Helvetica, sans-serif;
    font-size: small;
    color:#333;
}
#marcoGeneral {
    background-image: url(../images/fondo-certificado.png);
    margin: 25px 25px 25px 25px;
    padding: 0px 5px 5px 5px;
    border: 5px double #639C66;
}
#marcoGeneral2 {
    background-image: url(../images/fondo-certificado.png);
    padding: 0px 5px 5px 5px;
}
h1 {
    font-family:Geneva, Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#71828A;
    text-indent:none;
    font-weight:bold;
    width:460px;
    height:145px;
    text-align:center;
    background-image:url(../images/rosa.gif);
    background-position:top left;
    background-repeat:no-repeat;
    padding-top:10px;
    padding-bottom:0px;
    margin: 0px 0px -30px 0px;
}
#numero {
    position: absolute;
    text-align: center;
    right:75px;
    top:50px;
    z-index:4;
    border:2px solid #497ADA;
    width:300px;
    padding:0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
}
input, select, textarea {
    background-color: #F3F4DF;
    border:1px solid #999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;

}
.boton {
    border: 0px solid #000;
    background-color: transparent;
    height: 22px;
    background-image:url(../images/boton.png);
    background-repeat:no-repeat;
    background-position: center;
    font-weight: normal;
    color:#000;
}
textarea {
    overflow:hidden;
    /*quitar de la visualización el scroll del textarea de dirección, el que irá restringido en el N° de lineas o caracteres*/
}

.td-Iz {
    border-left: 2px solid #639C66;
    background-image:url(../images/barra-titulo.gif);
    background-position:top left;
    background-repeat:no-repeat;
}
.td-Iz2 {
    border-left: 2px solid #639C66;
    background-position:top left;
    background-repeat:no-repeat;
}
.td-Iz-Su {
    border-left: 2px solid #639C66;
    border-top: 2px solid #639C66;
    background-image:url(../images/barra-titulo.gif);
    background-position:top left;
    background-repeat:no-repeat;
}
.td-Su {
    border-top: 2px solid #639C66;
}
.td-De {
    border-right: 2px solid #639C66;
}
.td-Su-De {
    border-top: 2px solid #639C66;
    border-right: 2px solid #639C66;
}
.td-Iz-Su-In {
    border-left: 2px solid #639C66;
    border-top: 2px solid #639C66;
    border-bottom: 2px solid #639C66;
    background-image:url(../images/barra-titulo.gif);
    background-position:top left;
    background-repeat:no-repeat;
}
.td-Su-In {
    border-top: 2px solid #639C66;
    border-bottom: 2px solid #639C66;
    background-image:url(../images/barra-titulo.gif);
    background-position:top left;
    background-repeat:no-repeat;
}
.td-Su-In-x {
    border-top: 2px solid #639C66;
    border-bottom: 2px solid #639C66;
}
.td-De-Su-In {
    border-right: 2px solid #639C66;
    border-top: 2px solid #639C66;
    border-bottom: 2px solid #639C66;
}
td {
    padding:5px;}
table { 
    width:95%}
#add {
    text-align:center;
    margin:10px;
}
th {
    background-color: #C9DEB3;
    color:#212F11;
    border:1px solid #999;
}
.tablaNormas {
    border:1px solid #999;
}
.tablaNormas td{
    border:1px solid #999;
    border-collapse:collapse;
}
/* BOTONES */

.boton_Add {
    background-image: url(../images/buttons/mas.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    height: 18px;
    width: 48px;
    background-color: #EFEBE7;
    border: 1px solid #999999;
    text-align: left;
}

.boton_Add:hover {
    border: 1px solid #293152;
    background-color: #D9F2FF;
}

.boton_Refresh {
    background-image: url(../images/buttons/reload.gif);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 15px;
    height: 18px;
    width: 65px;
    background-color: #EFEBE7;
    border: 1px solid #999999;
    text-align: left;
}

.boton_Refresh:hover {
    border: 1px solid #293152;
    background-color: #D9F2FF;
}
.advertencia{ color:#F00;

}

.inputSearch {
    background-image: url('../images/search-icon.png');
    background-repeat: no-repeat;
    background-position: 2px;
    padding-left: 25px !important;
}