Especificos.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292
  1. @font-face {
  2. font-family: 'Analogue Reduced 45 Light';
  3. src: url('http://www.fontsaddict.com/fontface/essencesans-regular.ttf');
  4. }
  5. @font-face {
  6. font-family: 'Champagne and Limousine';
  7. src: url('http://www.fontsaddict.com/fontface/champagne-limousines.ttf');
  8. }
  9. html, body
  10. {
  11. margin: 0px auto;
  12. font-family: 'Franklin Gothic Book','Helvetica Neue',Helvetica,Arial,sans-serif;
  13. }
  14. #top_wrapper
  15. {
  16. background-color: #fff;
  17. width: 100%;
  18. height: 65px;
  19. position: fixed;
  20. top: 0px;
  21. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  22. border-bottom: 2px solid ;
  23. padding-top: 20px;
  24. }
  25. #navbar
  26. {
  27. display: table;
  28. width: 90%;
  29. margin: 0px auto;
  30. background-color:#FFF;
  31. padding-bottom: 10px;
  32. font-family: 'Champagne and Limousine';
  33. font-size: 100%;
  34. color: #485260;
  35. letter-spacing: 5px;
  36. }
  37. #navlist
  38. {
  39. text-transform: uppercase;
  40. text-align:center;
  41. width: 70%;
  42. padding-bottom: 30px;
  43. display: table-row;
  44. }
  45. #navlist li
  46. {
  47. vertical-align: middle;
  48. display: table-cell;
  49. text-align: center;
  50. }
  51. #banner
  52. {
  53. background: url('Images/banner.jpg') no-repeat scroll center bottom / cover #485260 ;
  54. /*background-size: 100% 100%;
  55. background-repeat: no-repeat;*/
  56. width: 90%;
  57. height: 400px;
  58. max-height: 100%;
  59. text-align: center;
  60. margin: 87px auto;
  61. font-family: 'Champagne and Limousine';
  62. font-size: 300%;
  63. color: White;
  64. padding-top: 30px;
  65. }
  66. #nosotros, #actividades, #productos, #distribuidoras, #cursos
  67. {
  68. width: 90%;
  69. height: auto;
  70. text-align: center;
  71. margin: 70px auto;
  72. }
  73. #productos
  74. {
  75. background: url('Images/productos.jpg') no-repeat scroll center bottom / cover #485260 ;
  76. height: 400px;
  77. max-height: 100%;
  78. width: 90%;
  79. margin: 100px auto;
  80. font-family: 'Champagne and Limousine';
  81. font-size: 200%;
  82. color: #D8DFE1;
  83. }
  84. #capital-tabla, #interior-tabla
  85. {
  86. background: none repeat scroll 0% 0% #FFF;
  87. width: 480px;
  88. border-collapse: collapse;
  89. text-align: center;
  90. margin: 20px auto;
  91. }
  92. thead
  93. {
  94. font-family: 'Champagne and Limousine';
  95. font-weight: normal;
  96. font-size: 150%;
  97. vertical-align: baseline;
  98. margin: 0px auto;
  99. padding: 0px;
  100. outline: 0px none;
  101. border: 0px none;
  102. background: none repeat scroll 0% 0% transparent;
  103. }
  104. th
  105. {
  106. font-weight: normal;
  107. padding: 10px 30px;
  108. color: #475A68;
  109. border-bottom: 1px solid;
  110. }
  111. tbody, td
  112. {
  113. font-family: 'Champagne and Limousine';
  114. font-weight: normal;
  115. padding: 7px 30px;
  116. color: #A3BCC1;
  117. }
  118. #footer-outer
  119. {
  120. background-color: #475A68;
  121. font-family: 'Champagne and Limousine';
  122. font-size: 26px;
  123. color: #BCC9CC;
  124. width: 100%;
  125. height: 250px;
  126. }
  127. #ok:hover, #ok:active, #ok
  128. {
  129. background-color:#BCC9CC;
  130. -webkit-border-top-left-radius:0px;
  131. -moz-border-radius-topleft:0px;
  132. border-top-left-radius:0px;
  133. -webkit-border-top-right-radius:0px;
  134. -moz-border-radius-topright:0px;
  135. border-top-right-radius:0px;
  136. -webkit-border-bottom-right-radius:0px;
  137. -moz-border-radius-bottomright:0px;
  138. border-bottom-right-radius:0px;
  139. -webkit-border-bottom-left-radius:0px;
  140. -moz-border-radius-bottomleft:0px;
  141. border-bottom-left-radius:0px;
  142. text-indent:0px;
  143. display:inline-block;
  144. color:#475A68;
  145. font-size:18px;
  146. font-weight:normal;
  147. font-style:normal;
  148. height:30px;
  149. line-height:30px;
  150. width:56px;
  151. text-decoration:none;
  152. text-align:center;
  153. }
  154. #footer-inner-left
  155. {
  156. padding-top: 30px;
  157. padding-left: 30px;
  158. width: 40%;
  159. float: left;
  160. display: inline;
  161. text-align: left;
  162. margin-top: 0px;
  163. text-transform: uppercase;
  164. font-size: 20px;
  165. }
  166. #footer-inner-right
  167. {
  168. padding-top: 30px;
  169. padding-right: 30px;
  170. width: 40%;
  171. float: right;
  172. display:inline;
  173. text-align: right;
  174. }
  175. #suscribe
  176. {
  177. width : 40%;
  178. height: 30px;
  179. background-color: #BCC9CC;
  180. border: 0px;
  181. margin-top: 20px;
  182. }
  183. hr
  184. {
  185. color: #465A68;
  186. background-color: #465A68;
  187. height: 2px;
  188. }
  189. h2
  190. {
  191. font-family: 'Champagne and Limousine';
  192. font-weight: normal;
  193. font-size: 26px;
  194. }
  195. #title
  196. {
  197. margin: 0px auto;
  198. text-align: center;
  199. display:table;
  200. border: 1px solid;
  201. }
  202. h3
  203. {
  204. display: table-cell;
  205. vertical-align: middle;
  206. font-family: 'Champagne and Limousine';
  207. font-weight: normal;
  208. color: #D8DFE1;
  209. background: #475A68;
  210. width: 20%;
  211. height: 40px;
  212. text-align: center;
  213. margin: 0px auto;
  214. }
  215. h1
  216. {
  217. font-weight:normal;
  218. width: 100%;
  219. text-align: center;
  220. border-bottom: 2px solid #465A68;
  221. line-height: 0.1em;
  222. /*font-family:'Franklin Gothic Book','Helvetica Neue',Helvetica,Arial,sans-serif;
  223. */ font-family: 'Champagne and Limousine';
  224. margin: 30px auto;
  225. color: #465A68;
  226. font-size: 190%;
  227. font-style: normal;
  228. letter-spacing: 5px;
  229. }
  230. h1 span {
  231. background:#fff;
  232. padding:0 10px;
  233. }
  234. h2
  235. {
  236. text-align: center;
  237. color : #fff;
  238. }
  239. h4
  240. {
  241. font-size: 40px;
  242. font-weight: normal;
  243. padding: 0px 0px 0px 0px;
  244. margin: 0px 0px 0px 0px;
  245. }
  246. p
  247. {
  248. margin: 70px 30px 70px 30px;
  249. font-family: 'Champagne and Limousine';
  250. font-size: 24px;
  251. text-align: center;
  252. letter-spacing: 3px;
  253. color: #7196A6;
  254. }
  255. a:link
  256. {
  257. color: #485260;
  258. text-decoration:none;
  259. }
  260. a:hover
  261. {
  262. color: #7196A6;
  263. text-decoration: none;
  264. }