/* Sample 1*/
#box1{
    position:absolute;
}
#box1 span{
    display:block;
    float:left;
}

/* ********************************** */

.thumbs{
    width:54px;
}
.thumbs div{
    display:block;
    width:54px;
    height:41px;
    margin:3px 0;
    cursor:pointer;
}

.thumbs div img{
    display:block;
    width:100%;
    height:100%;
    border:none
}

.info{
    width:240px;
    height:50px;
    background:#000;
    position:absolute;
}
.info p, .info h4{
    color:#fff;
    padding:3px 8px;
    font-family:Arial;
}
.info h4{
    font-size:14px;
}
.info h4 a{
    float:right;
    background:#fff;
    color:#000;
    font-size:10px;
    padding:0 3px;
    text-decoration:none
}

.mask1{
    position:relative;
    width:550px;
    height:300px;
    overflow:hidden;
}

span img{
    display:block;
    border:none;
}

.accordion h3 {
    background:url(../css/arrow-square.gif) no-repeat right -39px;
    padding: 12px 0px 4px 3px;
    margin: 0;
    border-bottom: dotted 1px #b5b5b5;
    cursor: pointer;
    font-weight:bold;
    font-size: 24px;
    color: #4d4d4d;
    letter-spacing: -0.1em;
}

.cuerpo .accordion p#links a{
    text-decoration: none;
    font-weight: 500;
    height: 4px;
    display: block;
    color: #666666;
    font-family: 'Maven Pro', sans-serif;
    font-size: 13px;
}

.cuerpo .accordion p#links{
    padding: 5px 0px 0px 5px;
}

.no_accordion h3{
    font-size: 12px;
    padding: 7px 10px;
    margin: 0;
    cursor: pointer;
    font-weight:100;    
}

.accordion h3.active {
    background-position: right 5px;
}

.no_accordion h3.active {
    background-color: #e3e2e2;
}

.no_accordion h3 a{
    display:block;
    width:auto;	
}



.accordion p {
    margin: 0;
    padding: 7px 0px 10px 10px;
    color: #666666;
    font-weight: 500;
}
