@charset "utf-8";

img
{
	border-style:none;
	border-width:0
}

.fleft	{ float:left }
.fright	{ float:right }
.fnone	{ float:none }

.cleft	{ clear:left }
.cright	{ clear:right }
.cboth	{ clear:both }
.cnone 	{ clear:none }

.dnone	{ display:none }

.elink	{ width:100%;height:100%;display:block }

.trans3all { transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out }
.trans5all { transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-webkit-transition:all .5s ease-in-out }

.ombra1-5-999	{ box-shadow: 0 1px 5px #999;-moz-box-shadow: 0 1px 5px #999;-webkit-box-shadow: 0 1px 5px #999 }
.ombra3-5-000	{ box-shadow: 0 3px 5px #000;-moz-box-shadow: 0 3px 5px #000;-webkit-box-shadow: 0 3px 5px #000;opacity:.75 }
.ombra3-5-333	{ box-shadow: 0 3px 5px #000;-moz-box-shadow: 0 3px 5px #000;-webkit-box-shadow: 0 3px 5px #000 }

.ombra3-5-000:first-child { opacity:1 }

.rnd3	{ -moz-border-radius:3px;border-radius:3px;-webkit-border-radius:3px }
.rnd5	{ -moz-border-radius:5px;border-radius:5px;-webkit-border-radius:5px }

.rnd3,
.rnd5	{ behavior:url(http://curved-corner.googlecode.com/files/border-radius.htc) }

* .noborder	{ border:none }