	/*
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
*/
/**, *:before, *:after {*/
/*  -webkit-box-sizing: inherit;*/
/*  -moz-box-sizing: inherit;*/
/*  box-sizing: inherit; }*/
/*
body, html, p, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", "Helvetica", serif;
  font-weight: normal; }

code {
  font-family: "Consolas", "Monaco", monospace;
  font-weight: normal; }

body, html, p, code {
  color: #888; }

h1, h2, h3, h4, h5, h6 {
  color: #444; }
*/
pre {
  overflow: scroll;
  background: #EEE;
  padding: 10px; }

/*.content {*/
/*  width: 1280px;*/
/*  margin: 80px auto; }*/

.formats .format {
  display: inline-block; }

.zip {
  background: url("../images/zip.png");
  display: block;
  width: 128px;
  height: 128px; }

.tar {
  background: url("../images/tar.png");
  display: block;
  width: 128px;
  height: 128px; }

.fork {
  position: absolute;
  top: 0;
  left: 0;
  border: 0; }

.brick_area .button {
  display: block;
  padding: 20px;
  width: 200px;
  color: #FFF;
  background: #888;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 4px; }

pre .support.tag {
  color: #008; }
pre .support.attribute {
  color: #800; }
pre .string.value {
  color: #080; }

.brick_area {
	/*margin-top:20px;*/
	position: relative;
	/*background-color: #fdf8c3;*/
	width: 100%;
	/*min-height: 480px;*/
	/*background-image:url('../../img/web_octubre18-02.png'),url('../../img/web_octubre18-06.png'),	url('../../img/web_octubre18-03.png'),url('../../img/tu_copisteria_online_logo.png'),url('../../img/web_octubre18-10.png'),url('../../img/fondo_especial.png');*/
	/*background-size:300px 190px,300px 190px,	370px 170px,252px 41px, 220px 250px,100% 435px;*/
    /*background-position:bottom 190px left 20px,bottom 0px left 20px,  	left 450px bottom 10px, right 10px top 10px, right 10px bottom 10px,bottom;*/
	/*background-repeat:no-repeat,no-repeat;*/
}
@media only screen and (max-width: 899px) {
       .brick_area {
        /*margin-top:20px;*/
        position: relative;
        background-color: #fdf8c3;
        width: 100%;
        /*min-height: 480px;*/
        /*background-image:url('../../img/web_octubre18-02.png'),url('../../img/web_octubre18-06.png'),url('../../img/fondo_especial.png');*/
        /*background-size:300px 190px,300px 190px,100% 435px;*/
        /*background-position:bottom 190px left 20px,bottom 0px left 20px, bottom;*/
        background-repeat:no-repeat,no-repeat;
    }
}
    .brick_area  .brick {
    opacity: 1;
    cursor: pointer;
    position: relative; }

    .brick_area  .brick:hover{
	box-shadow: 1px solid black;
}
    .brick_area  .brick .delete {
      display: block;
      color: #FFF;
      background: rgba(255, 255, 255, 0.2);
      width: 40px;
      height: 40px;
      top: 0;
      right: 0;
      /*position: absolute;*/
      text-align: center;
      line-height: 40px; }
    .brick_area  .brick.small {
      width: 140px;
      height: 140px; }
    .brick_area  .brick.large {
      width: 300px;
      height: 300px; }
    .brick_area  .brick.dragging {
      opacity: 0.5; }
    /*.brick_area  .brick:nth-child(20n + 1) {*/
    /*  background: #1ABC9C; }*/
    .brick_area  .brick:nth-child(20n + 2) {
      background: #16A085; }
    .brick_area  .brick:nth-child(20n + 3) {
      background: #2ECC71; }
    .brick_area  .brick:nth-child(20n + 4) {
      background: #27AE60; }
    .brick_area  .brick:nth-child(20n + 5) {
      background: #3498DB; }
    .brick_area  .brick:nth-child(20n + 6) {
      background: #2980B9; }
    .brick_area  .brick:nth-child(20n + 7) {
      background: #9B59B6; }
    .brick_area  .brick:nth-child(20n + 8) {
      background: #8E44AD; }
    .brick_area  .brick:nth-child(20n + 9) {
      background: #34495E; }
    .brick_area  .brick:nth-child(20n + 10) {
      background: #2C3E50; }
    .brick_area  .brick:nth-child(20n + 11) {
      background: #F1C40F; }
    .brick_area  .brick:nth-child(20n + 12) {
      background: #F39C12; }
    .brick_area  .brick:nth-child(20n + 13) {
      background: #E67E22; }
    .brick_area  .brick:nth-child(20n + 14) {
      background: #D35400; }
    .brick_area  .brick:nth-child(20n + 15) {
      background: #E74C3C; }
    .brick_area  .brick:nth-child(20n + 16) {
      background: #C0392B; }
    .brick_area  .brick:nth-child(20n + 17) {
      background: #ECF0F1; }
    .brick_area  .brick:nth-child(20n + 18) {
      background: #BDC3C7; }
    .brick_area  .brick:nth-child(20n + 19) {
      background: #95A5A6; }
    .brick_area  .brick:nth-child(20n + 20) {
      background: #7F8C8D; }



.brick{
    margin-top: 5px;
    margin-bottom: 5px;
}
.brick:hover{
    background-color: white;
    border:1px solid red;
    border-radius: 5px;
}

/*TODO: mostrar shadow en todos los bricks*/