@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
background: #fffff9;
}

div.flash {
position: absolute;
top: 0%;
margin-top: 0;
width: 100%;
height: 100%;
text-align: center;
}

div#all {
position: absolute;
left: 50%;
margin-left: -375px;
margin-top: 60px;
width: 900px;
text-align: center;
}

div#left {
width: 465px;
text-align: left;
float: left;
}


.ie6 div#left {
width: 420px;
}

div#right {
width: 420px;
float: right;
text-align: left;
margin-left: 15px;
}


.ie6 div#right {
width: 420px;
}

div.window {
border: 1px solid #eae6e3;
background: white;
width: all;
clear: both;
margin-bottom: 30px;
display: table;
overflow: auto;
}

div.inside_window {
margin: 8px;
padding: 15px;
padding-top: 18px;
width: all;
background: #f6f2ee;
display: table;
overflow: auto;
width: 415px;
}

.safari div.inside_window {
width: 435px;
}

div.inside_window ul{
display: table;
overflow: auto;

}

/** DISCO **/

li.other_disc, li.photo_thumb {
float: left;
text-align: left;
width: 103px;
}

.safari li.other_disc, .safari li.photo_thumb {
width: 99px;
}

div#letra {
float: left;
}

div#play {
float: right;
text-align: right;
margin-left: 270px;
position: absolute;
}

.ie div#play {
margin-left: 70px;
}

/** foto **/

li.photo_thumb {
height: 135px;
}


