/*****Reset*****/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
    margin: 0;
    padding: 0;
}

img {
    border: none;        
}

/*****Elements basics*****/
body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    min-width:750px;
    background: #5d5d5d;
}

a {
    
}
a:link, a:active, a:visited {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #dd571b;
}

/*****Basic Layout*****/  
#wrap {
    margin: 0 auto;
    width: 1050px;    
}
#header {           
    height: 200px;
    background: transparent url(../img/capcalera.jpg) no-repeat left 0;
}
#menu {
    border-top: 1px solid #a7acb0;
    width: 654px;
    float: right;   
    margin-top: 109px;
    text-align: right;
}

#menu a {
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    top: 11px;    
}

#main {

}
#col1 {
	float: right;
    width: 300px;
    padding: 21px 17px 21px 17px;
    height: 411px;
}
#col2 {
    float: right;
    margin-left: 15px;    
    padding: 21px;
    height: 411px;
    width: 346px;
}
#col3 {
    float:right;
    width:200px;
    margin-left: 15px;        
    padding: 21px 21px;
    height: 411px;
}
#col3 table td{
	font-size: 13px;	
	height: 21px;
	padding-right: 3px;	
}
#col3 table td object {
    vertical-align: text-bottom;
	margin-right: 3px;
}
#col3 h1 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 10px;
}

#footer {
    clear:both;
    height: 50px;
}

#main label {
    margin: 0 5px;
}
#main #box1 p {
    margin-bottom: 20px;
}

#main input, #main textarea {
    height: 15px;
    border: 0px solid;
    vertical-align: baseline;    
    padding: 3px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

#main textarea {
    height: 160px;
    width: 593px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    overflow: auto;
}

.disc {
    border-bottom: 1px solid #a7acb0;
    margin: 4px 0 4px 0;
    height: 104px;
}

.disc_first_row {
	margin: 0px 0px 4px 0px;	
}

.clear {
    clear: both;    
}

#col1 .titol {
    font-size: 1.1em;
    font-weight: bold;
}
#col1 .autor {
    font-size: 0.9em;
}
#col1 .url {
    margin-top: 1em;
    font-size: 0.8em;
    color: #dd571b;
}
#col1 .caratula_mini {
    float: left;
}
#col1 .credits {
    float: left;
    width: 190px;
    margin: 5px;
}

#header img {
/*     left: -100px; */
}

#col2 .titol{
    font-size: 1.1em;
    float: left;
    margin-top: 10px;
}
#col2 .autor{
    font-size: 1.1em;
    float: right;
    margin-top: 10px;
}
#col2 .escoltar{
    margin-top: 10px;
    float: left;
    font-size: 0.9em;
}
#col2 .escoltar object {
	vertical-align: text-top;
	margin-left: 5px;
}
#col2 .comprar{
    margin-top: 10px;
    float: right;    
}

.orange {
    color: #ff5903;
}

.boxborder {
    border: 1px solid #a7acb0;
}