+}
+
+/* Listas de los ABM */
+table.list {
+ width:90%;
+ margin-left:5%;
+ border-collapse:separate;
+ border-spacing:1px 5px;
+}
+
+table.list td {
+ padding-top: 2px;
+ padding-bottom: 2px;
+ border: none;
+}
+
+#pageLogin {
+ width:100%;
+ border:1px solid black;
+ padding-bottom: 2px;
+ padding-top: 2px;
+}
+
+#pageLogin span {
+ padding: 5px 5px 5px 5px;
+}
+
+.tableform table {
+ width:80%;
+ margin-left:10%;
+ border: 1px solid #400;
+}
+
+.tableform th {
+ text-align: right;
+ width: 5%;
+ padding-left:15px;
+}
+
+.tableform td {
+ padding-left: 15px;
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+
+.tableform input, textarea {
+ border: 1px solid black;
+}
+
+.tableform input:focus, select:focus, textarea:focus {
+ background: #fec;
+}
+
+#navbar {
+ position:float;
+ float:right;
+}
+