#discography-detail {
    font-family: Calibri;
}

#discography-detail h1{
    margin-bottom:20px
}

#discography-detail article#details {
    color: #2c2c2c;
    display: inline;
    float: left;
    width: 31%;
    margin: 0px;
}

article#details img.fotoDisco {
    border: 4px solid grey;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    margin: 0px 0px 0px 0px;
    width: 100%;
    max-width: 300px;
}

i.iconoImg{
    margin: 0px 0px 0px 0px;
    width: 100%;
    max-width: 300px;
    font-size:14em;
    text-align:center;
    color:#000000;
}

article#details p{
    margin:5px 0px 0px 0px;
}

article#details p span.tit {
    font-size: 0.9em;
font-weight:bold;
}

#discography-detail article#review {
    display: inline;
    float: left;
    width: 66%;
    margin: 0px 0px 0px 2%;
    word-wrap: break-word;
}

#discography-detail article#review p {
    font-size: 1em;
    line-height:25px;
}


#discography-detail #tracklist {
    margin: 20px 0px 0px 0px;
}

#tracklist table {
    width: 100%;
    color: #2c2c2c;
    font-family: Calibri;
    text-align:left;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

#tracklist table th {
    padding: 14px 14px 10px 14px;
    background: #000000;
    color:#FFFFFF;
}

#tracklist table td {
    font-size:0.9em;
    padding: 12px 15px 8px 15px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    vertical-align: middle;
}

#tracklist table td.activo{
    text-align:center;
}

#tracklist table tr:nth-child(odd) td {
    background: #f6f6f6;
}

#tracklist table td.last-of-type {
    border-right: none;
}

#tracklist table td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}

#tracklist table tr:nth-child(odd) td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}

#tracklist table tr:first-child th.first-of-type {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px; /* Saf3-4 */
}

#tracklist table tr:first-child th.last-of-type {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px; /* Saf3-4 */
}

#tracklist table tr:last-child td.first-of-type {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px; /* Saf3-4 */
}

#tracklist table tr:last-child td.last-of-type {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px; /* Saf3-4 */
}

#tracklist table tr:hover td{
    background: #e8e8e8;
    cursor:pointer;
}

#tracklist table td a{
    text-decoration:none;
    color:#000000;
}
#tracklist table td a:hover,#tracklist table tr:hover a{
 text-decoration:underline;
}

a.insertar{
    float:left;
}
