/*  carriage return
*************************************/
.clear{
	clear: both;
}
.clear5{
	clear: both;
	height: 5px;
}
.clear10{
	clear: both;
	height: 10px;
}
.clear15{
	clear: both;
	height: 15px;
}
.clear20{
	clear: both;
	height: 20px;
}
.clear30{
	clear: both;
	height: 30px;
}
.clear35{
	clear: both;
	height: 35px;
}
.clear40{
	clear: both;
	height: 40px;
}


/* Alinhamento
************************************/

.center {
text-align: center;
}
.left{
float: left;
}
.float-right{
float: right;
}
.paddingl10 {
padding: 0 0 0 10px;
}
.paddingl20 {
padding: 0 0 0 20px;
}
.paddingl50 {
padding: 0 0 0 50px;
}
.paddingl190 {
padding: 0 0 0 190px;
}
.paddingr18 {
padding: 0 16px 0 0;
}
.paddingr20 {
padding: 0 20px 0 0;
}
.paddingr75 {
padding: 0 75px 0 0;
}
.fontsmall {
font-size: 11px;
}
.align_left {
text-align: left;
}.align_right {
text-align: right;
}


/* Tamanho
************************************/

/* percentagem */
.width10 {
	width: 10%;
}
.width15 {
	width: 15%;
}
.width20 {
	width: 20%;
}
.width25 {
	width: 25%;
}
.width30 {
	width: 30%;
}
.width35 {
	width: 35%;
}
.width40 {
	width: 40%;
}
.width45 {
	width: 45%;
}
.width50 {
	width: 50%;
}
.width60 {
	width: 60%;
}
.width65 {
	width: 65%;
}
.width70 {
	width: 70%;
}
.width75 {
	width: 75%;
}
.width80 {
	width: 80%;
}
.width85 {
	width: 85%;
}
.width90 {
	width: 90%;
}
.width100 {
	width: 100%;
}

/* pixeis */
.width320 {
	width: 320px;
}


/* Texto
************************************/

.titulo {
font-size: 12px;
font-weight: bold;
}
.small {
font-size: 11px;
}
.txt_white {
color: #fff;
}
.txt_grey{
color: #666;
}
.txt_greyDark {
color: #acacac;
}
.txt_greyLight{
color: #cbcbcb;
}


/* linhas
************************************/

.hr_grey_dotted {
display: block;
position: relative;
padding: 0;
margin: 8px auto;
width: 100%;
clear: both;
border: none;
border-top: 1px dotted #AAA;
border-bottom: 0;
font-size: 1px;
line-height: 0;
overflow: visible;
}


/* Correcções
************************************/

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}

