/* @license
 * MyFonts Webfont Build ID 2314076, 2012-06-22T21:48:47-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Museo Sans 500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-sans/500/
 * Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: unlimited
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2314076
 * 
 * © 2012 Bitstream Inc
*/
  
@font-face {
  font-family: 'MuseoSans-500';
  src: url('234F5C_0_0.eot');
  src: url('234F5C_0_0.eot?#iefix') format('embedded-opentype'),
       url('234F5C_0_0.woff') format('woff'),
       url('234F5C_0_0.ttf') format('truetype')
  ;
}



/**
 * diadecorrer.com
 * Author: Leonardo Schlossmacher - e@leods92.com
 */

body {
  font-size: 10px;
  line-height: 1.5;
  font-family: "MuseoSans-500", Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #F4F4F4;
  margin: 25px;
}

p {
  color: #999;
  font-size: 1.8em;
}

h1 {
  font-size: 3em;
  font-weight: normal;
  line-height: 1.2;
  margin: .25em 0 1em 0;
}

a {
  text-decoration: none;
  color: #0081D6;
  border-radius: 2px;
  padding: 3px 0;
}
a:hover {
  background: #0081D6;
  color: white;
}

hr {
  margin: 1.5em 0;
  border: 2px solid #F4F4F4;
}

::selection {
  background: black;
  color: white;
}

main {
  width: 700px;
  padding: 20px;
  background: #FFF;
  margin: 0 auto;
  border-radius: 1px;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

blockquote{
  font-size: 1.3em;
  margin: 50px 0;
  font-style:italic;
  color: #AAA;
  width: ;
  padding:1.2em 30px 1.2em 60px;
  border-left:8px solid #0081D6;
  position: relative;
  background:#FDFDFD;
}

blockquote::before{
  content: "\201C";
  color:#0081D6;
  font-size:7em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
  font-size: 1.2em;
}

.warning {
  
}

.links {
  text-align: center;
  font-size: 2.2em;
}

.links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.links li {
  display: inline-block;
  margin: 0;
  padding: .4em;
}


/* Error pages */
.error {
  background: white;
}
.error h2 {
  font-size: 4em;
  margin: 0;
  color: #AAA;
}

/* Small screens */
@media handheld, only screen and (max-width: 700px) {
  body {
    margin: 0;
  }

  main {
    width: 100%;
    padding: 3%;
  }
}


