border-top: 0px none;\r
color: #999;\r
background-color: white;\r
- padding: 10px;\r
+ padding-left: 10px;\r
+ padding-right: 10px;\r
+ padding-top: 25px;\r
+ padding-bottom: 0px;\r
font-size: 80%;\r
- text-align: center;\r
+ text-align: left;\r
width: 757px;\r
margin: 0 auto 1em auto;\r
}\r
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;
+}
+
+/* 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;
+}
+
+#footer img {
+ float:right;
+ padding-bottom: 50px;
+}
+