
/* te caché mirandome el css, picarón */

/* cargar fuentes */ 

@font-face {  
  font-family: Surface;  
  src: url(img/type/surface/Surface_Medium.otf) format("opentype");  
}
@font-face {  
  font-family: Surface;  
  font-weight: bold;  
  src: url(img/type/surface/Surface_Bold.otf) format("opentype");  
}
@font-face {  
  font-family: Surface;  
  font-style: italic;  
  src: url(img/type/surface/Surface_Medium-Italique.otf) format("opentype");  
}
@font-face {  
  font-family: Qlassik;  
  font-weight: bold;  
  src: url(img/type/qlassik/QlassikBold_TB.otf) format("opentype");  
}

/* formato base */

body {
	font-size:20px;
	font-family: Surface, Helvetica, Arial, sans-serif;
	color:black;
	background:url(img/bg.gif);
	margin:0px;
}
h1,h2, h3, h4, h5, h6, h7 {
	font-family:Qlassik, Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	color:inherit;
	margin:8px 0px;
	padding:0px;
	line-height:20px;
}

h1 { font-size:4em; }

p {
	margin:0px;
	padding:0px;
}

a {
	color:inherit;
	text-decoration:inherit;
}

img {border:none;}

canvas { width:100%; height:100%; }

/* index */

.masonry { margin:20px; }
.c {
	float:left;
	width:200px;
	background:white;
	box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:10px;
}
	.i {height:200px;}
		.i img{position:absolute;}
	.t {
		margin:10px;
		color:black;
	}
	.borrador {opacity:0.6;}

/* secciones */

.wrapper { /* para envolver algo transparente */
	margin:50px;
}
.envelope { /* para secciones de leer */
	color:black;
	padding:40px;
	margin:100px;
	background:white;
	box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
}
.envelope p a {
	border-bottom:dotted thin #555;
}
.envelope h2 {
	font-size:18px;
	margin-top:-20px;
	font-style:normal;
	float:right;
}
.envelope h3 {
	font-size:15px;
	margin:30px 0px;
}
.envelope p {
	margin:20px 0px;
	text-indent: 20px;
}
.envelope .r {
	color:white;
}
.boton {
	display:block;
	color:white;
	background:#2C2C27;
	margin:15px 0px;
	padding:15px;
	cursor:pointer;
	cursor:hand;
	border:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size:16px;
	font-family:inherit;
}
.boton a h1, .boton a p {
	display:inline;
	font-size:inherit;
}
.boton.iscv {
	background:#A8A78B;
	color:#eee;
}
.boton.iscv h1 {
	color:black;
}
.boton.open {
	background:#e8e7dB;
	color:#222;
}
.boton.semi {
	padding:8px 20px;
	margin-right:10px;
	display:inline;
}
.cuadro {
	display:block;
	margin:20px 0px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height:300px;
}
.cuadro .boton {
	width:200px;
	text-align:left;
	clear:both;
	float:right;
	margin:0px;
	margin-top:10px;
	margin-right:9px;
}
.cc {
	float:right;
	margin-right:100px;
	margin-top:-80px;
}

/* consola */

#consola {
	position:fixed;
	top:-100px;
	left:50px;
	right:50px;
	box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	-webkit-box-shadow: 0px 0px 20px #000;
	background:white;
	color:white;
}

#input {
	border:none;
	margin:10px;
	padding:10px;
	background-color:black;
	font-size:16px;
	font-family: Georgia, serif;
	color:white;
}

#output {
	background:black;
	margin:10px;
	margin-top:0px;
	padding:10px;
	color:#ddd;
	display:none;
}
#output p {
	margin:0px;
	padding:1px;
	border-bottom:dotted thin #444;
	width:auto;
	height:auto;
	overflow:auto;
}
.long {
	max-height:300px;
	overflow:auto;
}
