+.tableform input, textarea {
+ border: 1px solid black;
+}
+
+.tableform input:focus, select:focus, textarea:focus {
+ background: #fec;
+}
+
+#navbar {
+ position:float;
+ float:right;
+}
+
+/* Listas de los SHOW */
+table.show {
+ width:60%;
+ margin-left:5%;
+ border-collapse:separate;
+ border-spacing:1px 5px;
+}
+
+table.show th {
+ width:25%;
+ padding-top: 2px;
+ padding-bottom: 2px;
+ border: none;
+}
+
+table.show td {
+ padding-top: 2px;
+ padding-bottom: 2px;
+ border: none;
+}