/* r.css */
@viewport {
	orientation: portrait;
    width: 800px;
}
body {
    min-width: 800px;
	margin: 0;
	padding: 0;
	background-color: #404040;
}
* {
	font-family: 'Inconsolata', monospace;
	font-size: 10pt;
}
audio {
	width: 100%;
	margin-bottom: 12px;
	cursor: pointer;
}
fieldset {
	margin:12px;
	display:inline-block;
	width: 100%;
}
input, textarea {
	border:none;
	font-family: 'Inconsolata', monospace;
	font-size: 10pt;
	background-color: transparent;
	font-weight: bold;
	margin-bottom: 2px;
}
.abrircerrar {
	font-family: 'Inconsolata', monospace;
	font-size: 3em;
	cursor: s-resize;
	margin: 1px;
	padding: 0;
	width: 98%;
	max-width: inherit;
	min-width: 540px;
	line-height: 120%;
	background-color: #808080;
	-webkit-box-shadow: 0px 12px 12px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 12px 12px -2px rgba(0,0,0,0.5);
	box-shadow: 0px 12px 12px -2px rgba(0,0,0,0.5);
	position: relative;
}
.abrircerrar.playing {
	background-color: #F78D00;
}
.abrircerrar.playing:before {
    content: "\f001";
    font-family: FontAwesome;
    font-size: 80%;
    right:6px;
    position:absolute;
    top:0;
 }
.abrircerrar:hover {
	border: 1px solid black;
	margin:0;
}
.linkplay {
	line-height: 100%;
	font-size: 1em;
	color: #303030;
	text-decoration: none;
}
.linkplay:hover {
	color: #F78D00;
}
textarea {
	width: 98%;
	height: 120px;
	border:1px solid #808080;
	border-radius: 4px;
	padding:8px;
	background-color: #fff;
	resize: vertical;
}
i.chico {
	font-size: 3em !important;
	position: relative;
	top:-8px;
}
#cuerpo {
	margin: 0 auto auto;
	height: 100%;
	overflow: hidden;
	min-width: 680px;
	max-width: 960px;
	/*border: 3px solid red;*/
}
.negro {
	background-color: #202020;
	color: #aaa;
	text-align: center;
	padding:6px;
	height: 2.5em;
}
.negro a {
	color: #aaa;
	text-decoration: none;
}
.negro a:hover {
	color: #fff;
	text-decoration: underline;
}
#toprow {
	position: fixed;
	min-height: 280px;
	max-width: inherit;
	min-width: 660px;
	width: 100%;
	-webkit-box-shadow: 0px 12px 12px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 12px 12px -2px rgba(0,0,0,0.5);
	box-shadow: 0px 12px 12px -2px rgba(0,0,0,0.5);
	z-index: 9;
	background-color: #404040;
	/*border: 3px solid blue;*/
}
#toprow img {
	float: right;
	width: 200px;
	margin: 20px;
	border: 1px solid #000;
	border-radius: 3px;
	-webkit-box-shadow: 0px 12px 12px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 12px 12px -2px rgba(0,0,0,0.5);
	box-shadow: 0px 12px 12px -2px rgba(0,0,0,0.5);
	
}
.menor {
	font-size: 90%;
	color:#808080;
}
#toprow h1{
	display: inline-block;
	padding-left: 20px;
	color:#eee;
	font-size: 3em;
	font-family: 'Fjalla One', monospace;
	line-height: 100%;
	margin: 0;
}
#toprow h2{
	display: inline-block;
	padding-left: 20px;
	color:#aaa;
	font-size: 2em;
	line-height: 100%;
	margin: 0;
	font-family: 'Fjalla One', monospace;
}
#bottomrow {
	position: fixed;
	bottom:0px;
	height: 40px;
	max-width: inherit;
	min-width: 660px;
	width: 100%;
	-webkit-box-shadow: 0px -12px 12px -2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px -12px 12px -2px rgba(0,0,0,0.5);
	box-shadow: 0px -12px 12px -2px rgba(0,0,0,0.5);
	z-index: 9;
	background-color: #404040;
	text-align: center;
	font-size: 12px;
	line-height: 100%;
	color: #ccc;
	/*border: 3px solid blue;*/
}
#playlista {
	margin-top:300px;
	margin-bottom:60px;
	overflow: auto;
	padding-left: 15px;
	padding-right: 15px;
	overflow-y: auto;
	overflow-x: hidden;
	/*border: 3px solid green;*/
}
#fullplayer {
	width: 354px;
	border-radius: 6px;
	display: inline-block;
	padding: 6px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #202020;
	border: 1px solid black;
}
#fullplayer i {
	font-size: 5em;
	color: #aaa;
	text-shadow: 3px 3px 6px rgba(0,0,0,1);
	cursor: pointer;
}
#fullplayer i:hover {
	color: #fff;
}
#fullplayer i:active {
	color: #F78D00;
}
#fullplayer .fa-pause-circle {
	color: #F78D00 !important;
}
#fullplayer .fa-download, #fullplayer .fa-info-circle {
	color: #606060;
}
#fullplayer .fa-download:hover {
	color: #F78D00;
}
#fullplayer .fa-info-circle:hover {
	color: #eee;
}
-internal-media-controls-download-button {
    display:none;
}
#infoalbum {
	padding: 20px;
	color: #ccc;
	font-size:2em;
	font-family: 'Fjalla One', monospace;
}
.contenedor {
	background-color: #ddd;
	width: 92%;
	/*max-width: 720px;
	min-width: 540px;*/
	display: inline-block;
	padding: 20px;
	padding-left:10px;
	margin: 0;
	margin-left: 12px;
	margin-bottom: 18px;

 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
border-top: 1px solid #000000;
-webkit-box-shadow: inset -1px 0px 5px 0px rgba(0,0,0,1);
-moz-box-shadow: inset -1px 0px 5px 0px rgba(0,0,0,1);
box-shadow: inset -1px 0px 5px 0px rgba(0,0,0,1);
}
.contenedor h3 {
	font-size: 2.5em;
	line-height: 100%;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #FF8000;
}
.contenedor h3 a {
	font-size:60%;
	text-decoration: none;
	background-color: #FFDD00;
	color: #000;
}
.contenedor h3 a:hover {
	background-color: #000;
	color: #FFDD00;
}
.contenedor h3 span {
	font-size:50%;
	color:#808080;
	line-height:100%;
}
.contenedor fieldset {
	/*background-color: #DDD;*/
	border:none;
	margin: 0;
	padding:0;
	padding-left: 16px;
}
.imgcontenedor {
	position:relative;
	display: inline-block;
	float:right;
	margin:6px;
	padding:6px;
	width:200px;
	height:200px;
	text-align: center;
	align-content: center;
	vertical-align: middle;
	background-color: #404040;
	border-radius: 4px;
   -moz-box-shadow:    0 0 10px #000000;
   -webkit-box-shadow: 0 0 10px #000000;
   box-shadow:         0 0 10px #000000;
}
.imgcontenedor img {
	max-width:200px;
	max-height:200px;
	cursor: pointer;
	border-radius: 4px;
   -moz-box-shadow:    0 0 6px #000000;
   -webkit-box-shadow: 0 0 6px #000000;
   box-shadow:         0 0 6px #000000;
}
.pgwModal .pm-content {
	background-color: #000;
}
.pm-close {
	background-color: #fff;
}