html {
    background-color: #000
}

body {
    background-color: #000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #FDE6D4
}

h1 {
    display: none
}

h2 {
    font-size: 16px;
    font-family: Tahoma, sans-serif
}

h2.home {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #d02c35
}

p.home {
    font-size: 14px;
    line-height: 20px
}

a {
    text-decoration: none;
    color: #F16A5D;
    font-weight: 700
}

a:hover {
    text-decoration: underline
}

#container {
    width: 880px;
    margin: 0 auto;
    margin-top: 40px;
    background-image: url(images/bar.gif);
    background-repeat: no-repeat;
    background-position: center top
}

#leftcol {
    width: 440px;
    float: left;
    background-image: url(images/tabla.jpg);
    background-repeat: no-repeat
}

#rightcol {
    width: 440px;
    float: right
}

#logo {
    width: 300px;
    height: 115px
}

#slogan {
    color: #573e9f;
    font-size: 25px;
    padding-top: 40px;
    padding-left: 15px;
    display: none
}

#slogan .show-menu {
    display: none
}

#menu {
/*     margin: 30px 5px 0 50px; */
	margin-bottom: 20px;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #CFF;
    width: 300px;
}

#menu ul {
    padding: 0;
    margin: 0
}

#menu li {
    list-style-type: none
}

#menu li.active a {
    color: #FDE6D4
}

#menu a {
    display: block;
    background: #d02c35;
    color: #fff;
    text-decoration: none;
    padding: 8px 8px 8px 16px;
    font-weight: 400;
    border-bottom: 1px solid #000;
}

#menu a:hover {
    background: #d36f75;
}

#content {
    padding-left: 30px;
    line-height: 20px;
}

.content {
    line-height: 20px;
}

#track1 {
    padding-top: 60px;
    padding-left: 15px
}

.tracks li {
    color: #d02c35
}

form label {
    display: block;
    padding-top: 2px;
    padding-right: 5px;
    float: left;
    width: 150px;
    margin-top: 10px;
    text-align: right
}

form input {
    float: left;
    margin-top: 10px
}

form .txt {
    width: 200px
}

form br {
    clear: both;
    height: 10px
}

form label.error {
    color: #F16A5D;
    width: 100%;
    text-align: left;
    padding-left: 160px
}

form input.error {
    border: 1px solid #F16A5D
}

#message {
    padding-top: 15px;
    font-size: 15px;
    color: #F16A5D
}

#image_rotate {
    display: block;
    height: 310px
}

#image_rotate img {
    float: left
}

#image_rotate .name {
    float: left;
    padding-left: 20px;
    padding-top: 40px;
    color: #F16A5D
}

#images {
    padding: 0;
    margin: 0
}

table {
    width: 100%
}

table td {
    vertical-align: top;
    border-bottom: 1px solid #FDE6D4
}

table.artists td {
    border: none
}

.border {
    border-bottom: 1px solid #FDE6D4
}

.border td {
    border: none
}

#left-image {
    margin: 60px 0 0 70px
}

img.profile {
    margin-left: 15px
}

.red {
    color: #F16A5D
}

.social {
    margin: 10px 0
}

object {
    width: 410px;
    height: 231px;
}

.mobile {
    display: none
}

.artists {
	padding: 0;
	list-style: none;
}
.artists li {
	display: inline-block;
	padding: 5px;
	margin-right: 10px;
}
.artists img {
	width: 150px;
	height: 180px;
}
@media (max-width:768px) {
    #container {
        width: 95%
    }

    #leftcol {
        width: 45%
    }

    #rightcol {
        width: 55%
    }
    
    #leftcol img,
    #rightcol img {
        width: 300px;
    }

    object {
        width: 300px;
        height: 169px
    }

    audio {
        width: 100%
    }

    #image_rotate {
        padding-left: 10px;
        width: 270px
    }

    #image_rotate img {
        width: 100%
    }

    form label {
        padding-right: 5px;
        float: none;
        width: 100%;
        text-align: left
    }

    form input {
        float: none;
        margin-top: 0
    }

    form .txt {
        width: 80%
    }

    form br {
        display: none
    }

    form label.error {
        width: 100%;
        text-align: left;
        padding: 0;
        margin: 0
    }
}

@media (max-width:666px) {
    body {
        background: #000 url(images/tabla.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }

    #container, #leftcol, #rightcol {
        width: 100% !important;
        float: none
    }

    #container {
        background: 0 0;
        margin-top: 10px
    }

    #leftcol br {
        display: none
    }

    #content {
        padding-left: 0
    }

    .img-mobile {
        width: 100% !important
    }

    #logo {
        height: auto
    }

    #logo img {
        width: 200px
    }

    #image_rotate {
        padding-left: 0;
        margin: 5px 0;
        width: 100%
    }

    #image_rotate img {
        width: 100%
    }

    #slogan {
/*         background-color: rgba(87, 62, 159, .6); */
		background: #d02c35;
        color: #fff;
        font-size: 18px;
        padding: 5px;
        overflow: auto;
        display: block !important;
    }

    #slogan .show-menu {
        display: block;
        font-size: 14px;
        color: #fff;
        border-radius: 6px;
        padding: 4px 8px;
        border: 1px solid #fff;
        width: 60px;
        float: right;
        text-align: center
    }

    #slogan .show-menu strong {
        font-weight: 400
    }

    #menu {
        margin: 0;
        display: none
    }

    .social {
        display: none
    }

    .mobile {
        display: block
    }
    
/*
    #leftcol img,
    #rightcol img,
    object {
        width: 100%;
        height: auto;
    }
*/
}

#menu li li {
    margin-left: 20px;
}

#menu li li a:hover {
    color: #d02c35;
}

.col {
    float: left;
    width: 50%;
}

hr {
    border: none;
    border-top: 1px solid #797877;
    clear: both;
}

#container {
    clear: both;
}

.container {
    margin-top: 0 !important;
}

.about .social {
    margin-bottom: 15px;
}

form select {
    margin-top: 10px;
}


