body{margin:0;padding:0;font-family:sans-serif}
.App{text-align:left}
.App-logo{-webkit-animation:App-logo-spin infinite 20s linear;animation:App-logo-spin infinite 20s linear;height:80px}
.App-header{background-color:#222;height:150px;padding:20px;color:#fff}
.App-title{font-size:1.5em}.App-intro{font-size:large}
@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.c17080f1.css.map*/

.App table{border:0px solid #ffffff;}
.App .sold{color:#c6c6c6;}
.App .available{cursor:pointer;}
.modalContents{padding:5px;}
.nota_precio{font-size:7px; line-height: 0px; color:#888888;}
.nota_precio_1{font-size:10px; line-height: 0px; color:#ff0000; text-decoration: underline red; text-align:center;}
.superior{position: relative; top: -0.5em; font-size: 80%; }
td.spacer{height:100px; border-bottom:1px solid #ff9900; padding:5px 5px;}
td {height:25px; width: 100px; border-bottom:1px solid #ffffff; border-right: 1px solid #ffffff; }
th { display: table-cell; vertical-align: inherit; text-align:right; padding-right:10px; font-weight: normal; text-align: -internal-center;
}
a {text-decoration: none; color:#e41313;}

@media only screen and (max-width: 600px) {
	.App table{border:0px solid #ffffff; font-size: 8px;}
	.App .sold{color:#c6c6c6;}
	.App .available{cursor:pointer;}
	.modalContents{padding:3px;}
	.nota_precio{font-size:8px; line-height: 0px; color:#888888;}
	td.spacer{height:100px; border-bottom:1px solid #ff9900; padding:5px 5px;}
	td {height:35px; width: 100px; border-bottom:1px solid #ffffff; border-right: 1px solid #ffffff; }
	a {text-decoration: none; color:#e41313;}
}