@charset "iso-8859-1";
/* CSS Document */

/* CASO PRECISE DE UMA FONTE ESPECIAL PARA O SITE */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'alba';
	src:url('../fontes/ALBA__.ttf');
}

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'avenir';
	src:url('../fontes/avenir/AvenirLTStd-Light.otf');
}

*{
	/*	 FONTE PADRÃO DO SITE */
	font-family:"Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#444;
	font-size:14px;
} 	

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

textarea {
	resize:none; 
	outline: none;
	margin-bottom:3px;
	font-size: 15px;
	color : #555;
	}

	/* PARAGRAFO PADRÃO *
/* PÁGINA LOGIN -  TITULO LOGAR-SE e CADASTRAR-SE COR */


/* configuração de aparencia dos inputs */

input[type="text"], input[type="password"], input[type="file"], input[type="email"], input[type="tel"], textarea, select{
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color : #555;
	padding:5px;
	border: 1px solid #dedede;
	border-radius:4px;
	outline: none;
	}

input[type="radio"] 
{ 
border-style:none; 
} 

input[type="checkbox"] 
{ 
border-style:none; 
} 

	

/* LINK PADRÃO */
a:link {
	COLOR: #111; 
	TEXT-DECORATION: none;
}
a:visited {
	COLOR: #111; 
	TEXT-DECORATION: none;
}
a:hover {
	COLOR: #C00; 
	TEXT-DECORATION: none;
}
/* LISTA ORDENADA */	
	
/* PADRÃO BOTÕES */	/* PADRÃO BOTÕES */	/* PADRÃO BOTÕES */	/* PADRÃO BOTÕES */	
	

	
/*BOTOES  CORES*/
	
button, input[type="submit"], input[type="button"], input[type="reset"]
{
	border: 1px solid #CCC;			
	cursor: pointer;
	font-size: 14px;
	margin: 5px 1px 5px 1px;
	line-height: 14px;
	padding: 6px 10px;
	text-align: center;
	border-radius: 4px;
	
	background: #EEEEEE;
	background: -moz-linear-gradient(top, #EEEEEE 0%, #DDDDDD 100%);
	background: -webkit-linear-gradient(top, #EEEEEE 0%,#DDDDDD 100%);
	background: -o-linear-gradient(top, #EEEEEE 0%,#DDDDDD 100%);
	color:#555555;
}


button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover
{ 	
	/*background: #444D54;
	background: -moz-linear-gradient(top, #444D54 0%, #40474F 100%);
	background: -webkit-linear-gradient(top, #444D54 0%,#40474F 100%);
	background: -o-linear-gradient(top, #444D54 0%,#40474F 100%);*/
	color:#FFF;
}

button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active
{ 
	/*background: #40474F;
	background: -moz-linear-gradient(top, #40474F 0%, #444D54 100%);
	background: -webkit-linear-gradient(top, #40474F 0%,#444D54 100%);
	background: -o-linear-gradient(top, #40474F 0%,#444D54 100%);*/
	color:#FFF;
}


input:focus {
	outline: none;
}

select {
	color: #666;  	
}

select:hover, select:focus { 
	outline: none;
}

fieldset, form {
   display: inline-block;
}