
#u1295 {
	margin-top: 20px;
}

#u974_align_to_page {
	padding-bottom: 20px;
}


.clip_frame img {
	opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.clip_frame:hover img{ 
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.Thumb{
	background-color: transparent !important;
	border-color: transparent !important;
}

.valoracion-redes-sociales-container {
    width: 130px;
    padding-top: 10px;
}
.valoracion-twitter {
    background-image: url(../images/rs-twitter.png);
    width: 61px;
    height: 61px;
    float: left;
	text-indent:-9999px;
}
.valoracion-twitter:hover {
    background-image: url(../images/rs-twitter-hover.png);
    width: 61px;
    height: 61px;
}
.valoracion-twitter:active {
    background-image: url(../images/rs-twitter-active.png);
    width: 61px;
    height: 61px;
}
.valoracion-facebook {
    background-image: url(../images/rs-facebook.png);
    width: 61px;
    height: 61px;
    float: right;
	text-indent:-9999px;
}
.valoracion-facebook:hover {
    background-image: url(../images/rs-facebook-hover.png);
    width: 61px;
    height: 61px;
}
.valoracion-facebook:active {
    background-image: url(../images/rs-facebook-active.png);
    width: 61px;
    height: 61px;
}