@CHARSET "ISO-8859-1";

/* Login */
.tablogin{
    margin: 100px auto;
    border:1px solid #FF9753;
    width: 300px;
    border-collapse: collapse;
}
.tablogin td{
    text-align: center;
    padding: 3px;
}
.titulo{
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #FF9753;
    padding: 10px;
}
.usuario{
    border: 1px solid #000;
    font-size: 10px;
    width: 130px;
    padding: 3px 3px 3px 17px;
    background-image: url( ../images/user.png);
    background-repeat: no-repeat;
    background-position: left;
}
.password{
    border: 1px solid #000;
    font-size: 10px;
    width: 130px;
    padding: 3px 3px 3px 17px;
    background-image: url( ../images/key.png);
    background-repeat: no-repeat;
    background-position: left;
}

.spanmensaje{
    color:#2e62ac;
    display:block;
    font-size: 11px;
    padding: 3px 0 6px 0;
}
.tablogin a{
    font-size: 12px;
    color: #000;
}


/* Registro */
.tabregistro{
    margin: 10px auto;
    border:1px solid #000;
    font-size: 12px;
}
.tabregistro .celda1{
    text-align: right;
    font-weight: bold;
    width: 220px;
    vertical-align: top;
}
.tabregistro .celda2{
    text-align: left;
    font-weight: normal;
    vertical-align: top;
    padding-left:5px;
}
.tabregistro .texto, .texto{
    border: 1px solid #000;
    font-size: 11px;
    width: 150px;
    padding: 3px;
}
.tabregistro .texto_corto{
	border: 1px solid #000;
    font-size: 11px;
    width: 65px;
    padding: 3px;
}
.tabregistro .texto_largo{
	border: 1px solid #000;
    font-size: 11px;
    width: 270px;
    padding: 3px;
}
.tabregistro .celda3{
    text-align: center;
    vertical-align: middle;
}
.tabregistro .cabecera{
    text-align:center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #000;
}
.tabregistro img{
    border: 0px solid #fff;
    cursor: pointer;
}
.tabregistro a{
    color: #000;
    font-size: 11px;
    padding: 0px 3px;
}
.tabregistro .campo{
    border: 1px solid #000;
    font-size: 11px;
    width: 250px;
    height: 70px;
    padding: 3px;
}
.tabregistro .combo{
    border: 1px solid #000;
    font-size: 11px;
    padding: 3px;
}
.tabregistro .fila_1{
    background-color: #D9D9D9;
}
.tabregistro .fila_1:hover, .tabregistro .fila_2:hover{
    background-color: #a9a9a9;
}
