/*
@font-face{
font-family: Ubuntu;
src: url('http://www.elrocknomuere.com/blog/css/Ubuntu-L.ttf');
}

@font-face{
font-family: MAIAN;
src: url('http://www.elrocknomuere.com/blog/MAIAN.TTF');
}
*/
.contenedor
{
    width:1005px;
      margin: auto;  
}
body{
    background-image: url('../img/fon.png');
    color: #E8E8E8;
    font-family: 'Noto Sans', sans-serif;
}
a{
    color:#bdbdbd;
    text-decoration: none;
    
    transition: text-shadow 0.5s;
}

a:hover
{
    text-shadow:0px 0px 3px silver;
    text-decoration: underline;
}

header{
    width: 925px;
    border: 2px solid black;
    border-radius: 4px;
margin: 5px auto 9px auto;
background: url('../img/PortadaFB.jpg');
background-size: 100% 100%;
height: 319px;
box-shadow:  0px 0px 20px rgba(255, 255, 255, 0.5);
}
nav{
    width: 925px;
    border: 2px solid  #1a1a1a;
    border-radius: 3px;
    margin: 5px auto 9px auto;
    height: 40px;
    background-color: #141414;
}
article{
    margin: 7px 0px 7px 0px;
    width: 670px;
    border-radius: 3px;

}
section{
    background-color:#141414;
    padding:0px 0px 0px 0px;
    width: 99%;
    border: 2px solid  #1a1a1a;
    border-radius: 3px;
    margin:5px auto 10px auto;
    transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    -webkit-transition: box-shadow 0.3s;
}
section:hover{
    box-shadow: 0px 0px 9px rgba(255, 255, 255, 0.5);
}
aside{
    width: 320px;
    border: 0px;
    border-radius: 3px;
    float: right;
    margin: 0px 0px 7px 0px;
}
footer{
    margin: 4px auto 15px auto;
    width: 920px;
    border: 2px solid  #1a1a1a;
    border-radius: 3px;
    clear: both;
    padding:4px 4px 4px 10px;
    background-color:#141414;
    box-shadow: 0px 1px 15px rgba(255, 255, 255, 0.5);
}
#secciones{
    width: auto;
    border: 1px solid black;
    margin: 5px auto 7px auto;
    background-color: #141414;
    padding:6px 6px 6px 15px;
    border-radius:5px 0 5px 5px;
}
#fecha{
    padding: 0px 0px 0px 0px;
    color: #3C3C3C;
    border-bottom-style:solid;

}
#textfecha{
    padding: 5px 5px 5px 15px;
     color:#555555;
}
#contenido{
    padding: 5px 5px 0px 15px;
}

#tapa{
    text-align: center;    
    border: 9px solid #1f1f1f;
box-shadow:  0px 1px 15px rgba(255, 255, 255, 0.1);
     padding: 1px;
}
#tracklist{
    padding:0px 0px 0px 15px;
}
hr{
    color:#0D0D0D;
}
#titlenoti{
   font-size:25px;
   margin-left: 10px;
   animation:myfirst 0.5s;
   -webkit-animation:myfirst 1s; /* Safari and Chrome */
   animation-iteration-count:infinite;
   -webkit-animation-iteration-count:infinite; }
    @keyframes myfirst
{
from {color: grey;}
to {color: red;}
}
    @-webkit-keyframes myfirst
{
from {color: grey;}
to {color: red;}
}

#notices{
    margin:2px 10px 6px 10px;
}
.pagination{
    border:1px solid black;
    margin:0px; 
    padding:5px 5px 22px 15px;
    height: 10px; 
    background-color:#141414;
    font-size: 19px;
     }
.pagination .current{
border:0; margin:0; padding:5px;
font-size:20px;
list-style:none;
}
.pagination a{
border:solid 1px #DDDDDD;
margin-right:8px;
}
.pagination .disabled,
.pagination .current{
color:#666666;
display:block;
float:left;
font-weight:bold;
padding:3px 8px 0px 0px;
}
.pagination .next a,
.pagination .previous a {
font-weight:bold;
border:solid 1px #FFFFFF;
} 
.pagination .active{
color:#ff0084;
font-weight:bold;
display:block;
float:left;
padding:4px 6px;
}
.pagination a:link,
.pagination a:visited {
color:#b30000;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
.pagination a:hover{
border:solid 1px #666666;
background-color:#e9e9e9;
}
.ulm {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.ilm {
    font-size: 20px;
    float:left;
    padding:4px;
    margin:4px;
    border-right: 1px dashed grey;
    text-align: center;
    width:150px;
    transition: background-color 0.9s;
    -moz-transition: background-color 0.9s;
     -o-transition: background-color 0.9s;
     -webkit-transition: background-color 0.2s;
}
.ilm:hover{
    font-weight: bold;
    color:#C60000;
    border-radius:4px;
    background-color:#efefef;
}
#reporte{
    float:right;
    text-align: right;
}
.input{
    padding:5px 8px;
    font-size: 16px;
    border:1px solid #aaa;
    border-radius:2px;
    margin-bottom: 5px;
    padding-right: 10px;
    transition:padding .25s;
    -moz-transition:padding .25s;
}

/* input[type='text']{
    padding:5px 8px;
    font-size: 16px;
    border:1px solid #aaa;
    border-radius:2px;
    margin-bottom: 5px;
    padding-right: 10px;
    transition:padding .25s;
    -moz-transition:padding .25s;
}*/

.inputfocus{
    padding-right: 55px;
}

#resultados{
    padding:10px;
    width: 96.5%;
    font-size: 25px;
    border: 1px solid black;
    background-color: #141414;
}

#postcompleto{
margin-top:10px;
margin-left:20px;
font-size: 31px;
}

#eti
{
    font-size: 20px;
}

h3{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 23px;
    color:#B60A0E;
}
.h1art
    {
        font-size:34px;
        text-align: center;
    }

#tialb{
     color:#A90A0E;
     font-weight: bold;
}

ul{
    margin-left:0px;
}
#secciones li{
    color: red;
    margin-left:-8px;
}


.comentarios{
    padding:0 27px;    
}
/*
.comentarios input[type='email'], input[type='text'], textarea{
    font-size:20px;
    font-family: MAIAN;
    font-weight: bold;
       border-radius:5px;
        border:3px solid darkgray;
}*/

.readcoment{
    font-family: Verdana;
    background-color:  #242424;
    border:2px solid  #860D10 ;
    margin:10px 0 10px 0;
    padding:0 10px 10px 10px;
    border-radius:7px;
}
.readcoment p{
    margin-top: 8px;
    margin-bottom:-3px;
    padding: 0;
}
.down{
	color:#b4b4b4;
    background-color: #252525;
    border:1px solid black;
    padding:8px;
    border-radius:3px;
    font-size:19px;
    width:533px;
    transition: background-color 0.1s;
}
.down a {
	color:#e8e8e8;
	}
.down:hover{
    background-color: #4c4c4c;
}

.envrap input[type='text']
{
    font-size: 13px;
    border:1px solid black;
    border-radius:3px;
}
.envrap{padding:10px;}
.envrap button
{
font-weight: bold;
    
}

/*////////More Disc /*/

.moredisctitle
    {
        font-size: 22px;
    }
.moredisc
    {
        margin: 0 25px 0 25px;
    }
    
.listdisc
    {
        float: right;
        width: 78%;
        background-color: #252525;
    }

.logoartist
    {
        height: 120px;
        width: 120px;
        box-shadow: 2px 2px 1px darkgrey;
        border-radius: 2px;
    }
.limoredisc
    {
        font-size: 18px;
    }

/*///*/
.searchdisc
    {
        width:700px;
        padding: 10px 10px 10px 65px;
        border-radius:1px;
        border:0 ;

        font-size: 37px;
        border:0;
        transition: padding-right .30s;
        font-style: italic;
        margin:auto;
        
        
background-image: url('../img/search.png');
background-repeat: no-repeat;

    }
.searchdisc:focus
    {    
        box-shadow: 0 0 20px #CC0000;
        padding-right: 38px;
    }
/*//*/

.tags
{
    background-color:#252525;
    padding:3px;
    border-radius:2px;

}
.icon_search
{
    position: relative;
}
.li_upt:hover
{
    background-color: #6D3031;
    border-radius:2px;
}
.slt_tags{
		font-size:18px;
		border-radius:4px;
		background-color: #E6E6E6;
		padding:3px;
		width:250px;
	}
	.opt_tags
	{

		transition:0.2s background-color;
	}
	.opt_tags:hover
	{
		border-radius:1px;
		background-color: #ab0b0b;
		padding-left: 3px;
		color:#e8e8e8;
	}
    .btn_search
    {
        font-size:37px;
        height:64px;
        margin:0;
        padding:0 8px 0 8px;
        border:0;
        border-radius:0 3px 3px 0;
        background-color:#afafaf;
    }
    .btn_search:focus
    {
        background-color: #a00000;
        color:darkgray;
    }
.infodetails
{
    font-size:12px;    
}

.tapaart
    {
        
    }
.alblist
    {
        margin:5px;
        font-size:18px;
        text-align: center;
        border-radius:4px;
        background-color:#252525;
        border:1px solid black;
        transition: background-color 0.4s;
    }
.alblist:hover
{
    background-color:#3a3a3a;
}

.disc_prm
    {
        padding-left: 30px;
        font-size: 29px;
    }
    .box{display:flex;}
.listimgart{
    border:1px solid black;
    border-radius:3px;
    width:200px;
    height: 200px;
}
.listdesc{
    padding:10px auto;
}
figure{padding:0;}

.downsub{
    margin: 0;padding:0;
}
#accordion{font-size:20px;}