@charset "utf-8";
.tweaco_footer {
	display: inline-block;
	background-image: url(tweaco_footer.png);
	background-repeat:no-repeat;
	background-position: 0 0;
	width: 60px;
	height: 22px;
	text-indent: -9999px;
	vertical-align: middle;
	margin: 5px 0 0 5px;
	font-size: 0;
}
.tweaco_footer.white {
	background-position: -60px 0;
}
a.link-effect {
	/*background-color: #FFF;*/
	display: block;
	position: relative;
}
a.link-effect:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.1s ease-in-out;
}
a.link-effect:hover:after {
	background-color: rgba(255,255,255,0.25);
}
a.link-effect img {	
	/*transition: all 0.5s ease-in-out;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.25s ease-in-out;
	opacity: 1;
	filter:alpha(opacity=100);*/
}
a:hover.link-effect img {
	/*opacity: 0.75;
	filter:alpha(opacity=25);*/
}
.yform strong {
	display: none !important;
}
.yform .type-text.error strong {
	display: block !important;
}
body.facebook {
	background: #FFF url(../html/none.html) !important;
	width: 805px !important;
}
body.facebook p {
	margin: 0;
}
.row-fluid [class*="span"] {
/*margin-left: 2%;*/
}
.doscolumnas, .trescolumnas {
	margin-left: 0;	
	*zoom: 1;
}
.doscolumnas:before, .trescolumnas:before,
.doscolumnas:after, .trescolumnas:after {
  display: table;
  line-height: 0;
  content: "";
}
.doscolumnas:after, .trescolumnas:after {
  clear: both;
}
.doscolumnas li {
	float: left;
	width: 46%;
	margin-left: 30px;
}
.trescolumnas li {
	float: left;
	/*width: 33%;*/
	width: 28%;
	margin-left: 35px;
}