escuela secundaria tecnica 18
01.@CHARSET "UTF-8";
02./*
03.Author: Adrian Mato
04.Author URI: http://www.yensdesign.com & http://web.ontuts.com
05.*/
06.
07./******* GENERAL RESET *******/
08.html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
09.font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
10. tfoot, thead, tr, th, td {
11.border:0pt none;
12.font-family:inherit;
13.font-size:100%;
14.font-style:inherit;
15.font-weight:inherit;
16.margin:0pt;
17.padding:0pt;
18.vertical-align:baselinebaseline;
19.}
20.body{
21. line-height: 1em;
22. font-size: 12px;
23. background: #262626 url(img/bg.png) repeat scroll 0 0;
24. font-family: Myriad Pro, Arial, Helvetica, sans-serif;
25. margin: 0pt;
26. cursor: default;
27.}
28.table{
29. border-collapse: separate;
30. border-spacing: 0pt;
31.}
32.strong{
33. font-weight: 700;
34.}
35.caption, th, td{
36. font-weight:normal;
37. text-align:left;
38.}
39.blockquote:before, blockquote:after, q:before, q:after{
40. content:"";
41.}
42.blockquote, q{
43. quotes:"" "";
44.}
45.pre{
46. font-family: Arial, Helvetica, sans-serif;
47.}
48.input{
49. border: 0;
50. margin: 0;
51. font-family: Arial, Helvetica, sans-serif;
52.}
53.textarea{
54. font-family: Arial, Helvetica, sans-serif;
55. color: #888888;
56. padding: 7px 3px 0 4px;
57. font-size: 11px;
58.}
59.select{
60. font-size: 11px;
61. color: #888888;
62. background: #fff;
63. font-family: Arial, Helvetica, sans-serif;
64. border: 1px solid #CAD2CE;
65.}
66.ul{
67. list-style: none;
68. list-style-type: none;
69. list-style-position: outside;
70.}
71.a{
72. cursor: pointer;
73. color: #296ba5;
74. text-decoration: none;
75. outline: none !Important;
76.}
77.html,body{
78. height:100%;
79.}
80..clear{
81. clear: both;
82. height: 0;
83. visibility: hidden;
84. display: block;
85. line-height: 0;
86.}
87..clearfix{
88. overflow: hidden;
89.}
90..fleft{
91. float: left;
92.}
93..fright{
94. float: rightright;
95.}
96..italic{
97. font-style: italic;
98.}
99./******* /GENERAL RESET *******/
100.
101./******* CONTENT *******/
102..wrapper{
103. width: 800px;
104. margin: 0pt auto;
105. padding-top: 50px;
106.}
107.h1{
108. color: #fff;
109. font-size: 18px;
110. line-height: 3em;
111.}
112..section{
113. margin-bottom: 25px;
114.}
115./******* /CONTENT *******/
116.
117./******* MENU *******/
118.#menu{
119. display: none;
120. width: 165px;
121. padding: 6px;
122. background: #171717;
123. border: 1px solid #3e3e3e;
124. border-radius: 5px;
125. -moz-border-radius: 5px;
126. -webkit-border-radius: 5px;
127. -khtml-border-radius: 5px;
128. position: absolute;
129.}
130.#menu ul{
131. font-family: Tahoma, Arial, Helvetica, sans-serif;
132. color: #6d6d6d;
133. background: #fff;
134. border: 1px solid #171717;
135. border-radius: 5px;
136. -moz-border-radius: 5px;
137. -webkit-border-radius: 5px;
138. -khtml-border-radius: 5px;
139.}
140.#menu ul li{
141. line-height: 1.5em;
142. padding: 5px 5px 5px 25px;
143. font-size: 11px;
144. border-bottom: 1px solid #fff;
145. border-radius: 5px;
146. -moz-border-radius: 5px;
147. -webkit-border-radius: 5px;
148. -khtml-border-radius: 5px;
149.}
150.#menu ul li:hover{
151. background-color: #fff8cc;
152. border-bottom: 1px solid #ffe222;
153. color: #000;
154. cursor: pointer;
155.}
156.#menu ul li a{
157. color: #6d6d6d;
158. display: block;
159.}
160.#menu ul li.disabled, #menu ul li.disabled a{
161. color: #bbbbbb;
162. cursor: default;
163.}
164.#menu ul li.disabled:hover{
165. background: #fff;
166. border-bottom: 1px solid #fff;
167.}
168.#menu ul li{
169. background-position: 3px 6px;
170. background-repeat: no-repeat;
171.}
172.#menu ul li#menu_anterior{
173. background-image: url(img/anterior.png);
174.}
175.#menu ul li#menu_recargar{
176. background-image: url(img/refresh.png);
177.}
178.#menu ul li#menu_web{
179. background-position: 3px 5px;
180. background-image: url(img/web.png);
181.}
182.#menu ul li#menu_favoritos{
183. background-image: url(img/fav.png);
184.}
185./******* /MENU *******/
13.
14.
15.
16.
24.
25.
26.
27.
28.
-
17.
- Anterior 18.
- Siguiente 19.
- Recargar 20.
- Visitar web.ontuts 21.
- Agregar a favoritos... 22.