@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic|Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800|Trocchi);
html, body {
	background: #333;
	color: #fff;
	margin: 0;
	padding: 0;
}
h1 {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAB4CAAAAAAWU8dcAAAANklEQVQIW2MwY2JgYgRiCAnDMBYyiZ2PEMGURzcZIYIM/yPREDaC/I9EIvNgapHlsfERpkJ5ALb2HiWVXq7AAAAAAElFTkSuQmCC) repeat-x;
	margin: 0 !important;
}
h1 a {
	display:inline-block;
	margin: auto;
	width: 736px;
	height: 120px;
	background: url('logo.png') center;
	max-width: 100%;
}
h1 a, h1 a:active, h1 a:focus, h1 a:visited {
	text-decoration: none;
	color: inherit;
}
body > a, .nav a, .nav_album a {
	color: #ff0;
	text-decoration: none;
	display: block;
}
body > a:hover, .nav a:hover, .nav_album a:hover {
	text-shadow: 0 0 1px #ff0;
	text-decoration: underline;
}
header {
	margin: 0 0 2em 0;
}
textarea {
	resize: vertical;
	/*box-sizing: border-box;*/
}
textarea.bbcode {
	width: 90%;
	vertical-align: top;
}
form, fieldset {
	border: none;
}
p {
	text-align: justify;
	text-justify: inter-word;
}
h1, h2, h3 {
	text-shadow: 0px 0px 1px #ccc, 3px 3px 0 #a00;
	text-align: center;
	margin: .3em;
	font-family: "Trocchi";
}
h2, h3 {
	text-shadow: 0px 0px 1px #ccc, 2px 2px 0 #a00;
}
h1 {
	font-size: 48px;
	font-style:Italic;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 22px;
	/*text-shadow: 0px 0px 1px #666;
	margin: .3em;
	font-family: "Trocchi";
	font-weight: normal;*/
}
label {
	display: block;
}
label span {
	display: inline-block;
	min-width: 80px;
}
input[type='text'] {
	min-width: 40em;
}
input[type='file'] {
	margin-left: 1em;
}
input[type='submit'] {
	float: right;
	margin-right: 1em;
	height: 2em;
}
input {
	min-width: 6em;
}
img {
	border: 0;
}
#categorias a {
	text-decoration: none;
	display: inline-block;
	width: 240px;
	height: 100px;
	margin: 1em;
	vertical-align: top;
	font-size: 18px;
	font-family: "Open Sans";
	font-weight: bold;
	color: #333;
	background: #EEE;
	padding: 1em;
	border: 1px solid transparent;
	border-radius: 8px;
}
#categorias a:hover, #categorias a:focus {
	color: #800;
	border-color: #800;	
	box-shadow: 0 0 7px #c00 inset;
	outline: none;
}
#categorias a span {
	display: block;
	font-size: 14px;
	font-weight: normal;
	font-family: "Lora";
	margin-top: 8px;
	color: #444;
}
#subir {
	width: 650px;
	margin: auto;
}
#subir p {
	font-weight: bold;
}
#upload {
	text-align: right;
	margin-right: 1em;
}
#upload a, #upload span {
	line-height: 1.5em;
	padding: 0 1em;
	border-radius: 2px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#bbbbbb), to(#eeeeee));
	background-image: -webkit-linear-gradient(bottom, #bbbbbb, #eeeeee);
	background-image: linear-gradient(bottom, #bbbbbb, #eeeeee);
	background-image: -moz-linear-gradient(bottom, #bbbbbb, #eeeeee);
	background-image: -o-linear-gradient(bottom, #bbbbbb, #eeeeee);
	background-image: -ms-linear-gradient(bottom, #bbbbbb, #eeeeee);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#bbbbbb');
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
	color: #333;
}
#upload  span{
	background: #bbb;
	cursor: default;
	text-decoration: line-through;
	text-shadow: none;
}
a#upload:hover {
	box-shadow: 0 0 3px #333 inset;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#eeeeee), to(#bbbbbb));
	background-image: -webkit-linear-gradient(bottom, #eeeeee, #bbbbbb);
	background-image: linear-gradient(bottom, #eeeeee, #bbbbbb);
	background-image: -moz-linear-gradient(bottom, #eeeeee, #bbbbbb);
	background-image: -o-linear-gradient(bottom, #eeeeee, #bbbbbb);
	background-image: -ms-linear-gradient(bottom, #eeeeee, #bbbbbb);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#bbbbbb', EndColorStr='#eeeeee');
}
.nav {
	height: 24px;
}
.nav_album {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 0 0 4px 4px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #ff0;
}
.albumes {
	border: 1px solid #aaa;
	margin: -1px 0;
	padding: 8px 0;	
}
.albumes h3 {
	position: relative;
	top: -26px;
	left: 8px;
	background: #333;
	display: inline-block;
	padding: 0 8px;
	float:left;
	margin-bottom:-50px;
}
.error {
	line-height: 2em;
	display: block;
	width: 40em;
	margin: 4em auto;
	padding: 1em;
	text-align: center;
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#330000), to(#550000));
	background-image: -webkit-linear-gradient(bottom, #330000, #550000);
	background-image: linear-gradient(bottom, #330000, #550000);
	background-image: -moz-linear-gradient(bottom, #330000, #550000);
	background-image: -o-linear-gradient(bottom, #330000, #550000);
	background-image: -ms-linear-gradient(bottom, #330000, #550000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#330000', EndColorStr='#550000');
	text-decoration: none;
	text-shadow: 1px 1px 0 #300, 0px 0px 14px #ccc;
	color: #f00;
	font-weight: bold;
	font-size:18px;
	border: 1px solid #f00;
	font-family: monospace;
	box-shadow: 0 0 3px #c00 inset;
}
.info {
	line-height: 2em;
	display: block;
	width: 40em;
	margin: 4em auto;
	padding: 1em;
	text-align: center;
	border-radius: 8px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#333300), to(#555500));
	background-image: -webkit-linear-gradient(bottom, #333300, #555500);
	background-image: linear-gradient(bottom, #333300, #555500);
	background-image: -moz-linear-gradient(bottom, #333300, #555500);
	background-image: -o-linear-gradient(bottom, #333300, #555500);
	background-image: -ms-linear-gradient(bottom, #333300, #555500);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#333300', EndColorStr='#555500');
	text-decoration: none;
	text-shadow: 1px 1px 0 #300, 0px 0px 14px #ccc;
	color: #ff0;
	font-weight: bold;
	font-size:18px;
	border: 1px solid #ff0;
	font-family: monospace;
	box-shadow: 0 0 3px #cc0 inset;
}
.imagen a {
	display: inline-block;
	/*width: 300px;
	height: 169px;*/
	text-align: center;
	margin: 6px;
	vertical-align: middle;
}
/*.imagen a:hover::before {
	content: attr(data-title);
	display: block;
	background-color: rgba(0,0,0,.7);
	padding: 2px 0 4px 0;
	color: #fff;
	width: 300px;
	text-align: center;
	position: absolute;
	font-family: "Open Sans";
	font-weight: bold;
	font-size: 12px;
}*/
#cat_imagenes {
	-moz-column-width: 600px;
	-webkit-column-width: 600px;
	column-width: 600px;
}
#cat_imagenes a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#cat_imagenes a span {
	font-size:.8em;
}
#cat_imagenes a span::before {
	content: '~ ';
}
#editar {
	text-align: center;
}
#editar input[type='submit'] {
	float: none;
	height: 2em;
}
