Guest User

Untitled

a guest
Nov 25th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. body {
  2. font-family: Calibri;
  3. font-size: 10px;
  4. font-weight: normal;
  5. color: #000;
  6. text-decoration: none;
  7. background-color:#FFF;
  8. margin: 0px;
  9. padding: 0px;
  10. height: 100%;
  11. width: 100%;
  12. }
  13.  
  14. #frase h1 {
  15. color: white;
  16. font: bold 33px/100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  17. text-align: left;
  18. text-shadow: black 1px 1px 1px;
  19. margin-bottom: 1px;
  20. }
  21. p {
  22. text-align: left;
  23. }
  24.  
  25. h1 {
  26. font-size: 33px;
  27. font-weight: normal;
  28. font-style: normal;
  29. text-align: left;
  30. margin-top: 2px;
  31. margin-bottom: 4px;
  32. line-height:32px;
  33. }
  34.  
  35. #frase h2 {
  36. color: white;
  37. font: normal normal 22px/100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  38. text-align: left;
  39. text-shadow: black 1px 1px 1px;
  40. text-transform: lowercase;
  41. margin-bottom: 3px;
  42. }
  43. #frase h3 {
  44. color: white;
  45. text-transform: lowercase;
  46. text-align: left;
  47. font: normal normal 14px/100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  48. text-shadow: black 1px 1px 1px;
  49. margin-top: 2px;
  50. }
  51. #motiva h1 {
  52. color: white;
  53. font: bold 19px/100% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  54. text-align: left;
  55. text-shadow: black 1px 1px 1px;
  56. margin-bottom: 10px;
  57. }
  58. #random {
  59. width: 283px;
  60. height: 75px;
  61. float: left;
  62. padding-left: 50px;
  63. background: url(images/comillas.png) no-repeat;
  64. }
  65. h2 {
  66. font-size: 14px;
  67. text-align: left;
  68. margin-top: 1px;
  69. margin-bottom: 2px;
  70. }
  71.  
  72. a{
  73. color: #CCC;
  74. font-weight: lighter;
  75. text-decoration:none;
  76. }
  77.  
  78. #wrap {
  79. height: 100%;
  80. width: 100%;
  81. float: left;
  82. }
  83. .header_int {
  84. float: none;
  85. height: 250px;
  86. width: 980px;
  87. margin-right: auto;
  88. margin-left: auto;
  89. }
  90.  
  91. #content {
  92. background-color: #e9e9e8;
  93. float: none;
  94. height: 730px;
  95. width: 1280px;
  96. margin-right: auto;
  97. margin-left: auto;
  98. }
  99.  
  100. #header {
  101. float: left;
  102. height: 250px;
  103. width: 100%;
  104. border-bottom-width: 10px;
  105. border-bottom-style: solid;
  106. border-bottom-color: #b0b2be;
  107. background-image: url(fondo.jpg);
  108. background-repeat: no-repeat;
  109. }
  110.  
  111. #caja_left {
  112. float: left;
  113. height: 250px;
  114. width: 720px;
  115. }
  116.  
  117. #logo {
  118. float: left;
  119. height: 80px;
  120. width: 572px;
  121. background-image:url(logo.png);
  122. background-repeat: no-repeat;
  123. margin-top: 15px;
  124. }
  125.  
  126. #caja_frase_right {
  127. float: right;
  128. height: 110px;
  129. width: 370px;
  130. }
  131. #frase {
  132. float: left;
  133. height: 80px;
  134. width: 540px;
  135. }
  136. #footer_top {
  137. background-color: #e6e6e6;
  138. float: none;
  139. height: 190px;
  140. width: 1280px;
  141. margin-right: auto;
  142. margin-left: auto;
  143. border-top-width: 8px;
  144. border-top-style: solid;
  145. border-top-color: #FFF;
  146. }
  147. #menu {
  148. float: left;
  149. height: 55px;
  150. width: 660px;
  151. }
  152. #slider {
  153. float: left;
  154. height: 345px;
  155. width: 790px;
  156. }
  157. #proyectos_destacados {
  158. float: left;
  159. height: 285px;
  160. width: 650px;
  161. }
  162. .columna {
  163. float: left;
  164. height: 245px;
  165. width: 205px;
  166. border-top-width: 8px;
  167. border-top-style: solid;
  168. border-bottom-style: dotted;
  169. border-top-color: #dddedd;
  170. border-bottom-width: 3px;
  171. border-bottom-color: #e5e5e3;
  172. }
  173. #footer_down {
  174. background-color: #afafaf;
  175. float: none;
  176. height: 100px;
  177. width: 1280px;
  178. margin-right: auto;
  179. margin-left: auto;
  180. }
  181. #sidebar {
  182. float: left;
  183. height: 374px;
  184. width: 335px;
  185. }
Add Comment
Please, Sign In to add comment