#wdgt_select_horoscopo{
    float: right;
}

.wgt_signo{
    width: 290px;
    margin-left: 10px;
    margin-top: 15px;
}

.wgt_signo_head{
    overflow: auto;
    height: 1%;
}
.wgt_signo_head h3, .wgt_signo_head p{
    margin: 0px;
}

.wgt_signo_head h3{
    font-size: 20px;
    color: #000;
}

.wgt_signo_head_img{
    float: left;
    width: 85px;
    height: 83px;
    overflow: hidden;
    margin: 0px 10px 5px 0px;
}

.wgt_signo_head_img img{
    border: 5px solid #d9d9d9;
}
.wgt_signo_head_title {
    width: 195px;
    height: 58px;
    float: left;
    overflow: hidden;
}

.wgt_signo_description{
    padding: 5px 0px;
}

.wgt_signo_description p{
    margin: 0px;
    text-align: justify;
}


/************---- TEST ----**************/

#test_wdgt_holder{
    width: 265px;
    margin-left: 10px;
}

.test_wdgt_q_holder{
    clear: both;
}

.test_wdgt_question{
    overflow: auto;
    padding: 8px 0px 5px 0px;
}

.test_wdgt_question table{
    float: left;
}

.test_q_title{
    font-size: 12px;
    margin: 0px 0px 8px 0px;
}

.test_q_title strong{
    color: #000;
}

.test_wdgt_opts tr td{
    padding-bottom: 8px;
}

.test_wdgt_opts tr .test_opt_radio{
    vertical-align: top;
}

.test_wdgt_opts tr td label{
    font-size: 12px;
}

#test_wdgt_head h3{
    color: #000;
    font-size: 15px;
}

.test_wdgt_footer{
    clear: both;
    height: 30px;
    margin-top: 10px;
}

#respuesta_del_test p{
    float: left;
    margin-top: 0px;
}
.test_answer{
    display: none;
}

.more-tests{
    font-size: 14px;
    clear: both;
    margin: 0px 0px 10px 0px;
}

#test_answers a{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

#test_answers a:hover{
    border-bottom: 1px dotted #000;
}

.post .test_wdgt_question{
    padding: 10px 15px;
    background-color: #f6eee5;
}

/************---- SOCIAL MEDIA ----**************/

#socialmedia_wdgt_body{
    width: 240px;
    height: 60px;
    margin: 0px auto;
}

.sm_link{
    float: left;
    margin-right: 12px;
}

.sm_link, .sm_link a{
    height: 48px;
    width: 48px;
    overflow: hidden;
    display: block;
}

.sm_link a{
    background-image: url(icons/socialmediaicons.gif);
    background-repeat: no-repeat;
}

#sm_twitter a{
    background-position: 0px -48px;
}

#sm_facebook a{
    background-position: 0px -96px;
}

#sm_youtubue a{
    background-position: 0px 0px;
}

#sm_flickr a{
    background-position: 0px -144px;
}

.sm_link a span{
    padding-top: 500px;
    display: block;
}