/*-----------------------------------------------------------------------------
autor: Luan Garcia
-----------------------------------------------------------------------------*/
/* =Reset
-----------------------------------------------------------------------------*/
* {margin: 0px;padding: 0px; outline: none;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
fieldset {display:block;}
address,caption,cite,code,dfn,em,th,var {	font-style:normal;font-weight:normal;}
ol,ul, li {list-style: none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;line-height: normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
legend {	display: none;}
a {text-decoration: none;}

/* INICIO CSS PADRÃO
-----------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
.clearfix:after {content: "."; display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {height:1%;}
.clear {clear: both;height: 1px;margin: 0px;padding: 0px;line-height: 0px;}
.rpl {overflow: hidden; text-indent:-9999em;}
.rpl a {display:block;width: 100%;height: 100%;position: relative;}
.fix {overflow: hidden;zoom: 1;}
.cl{clear: both;}
.fl {display: inline;float: left;}
.fr {display: inline;float: right;}
.crop * {float: left;}
.crop a {overflow: hidden;}  
.crop a:hover {border: 4px solid blue;}
.crop a:hover img {margin: -4px;}
input[type='radio'], input[type='checkbox'] {border: none;padding: 0px;.margin: -4px;}
/*input[type='text'], textarea, select,textarea {
	background-color: #e7e6e6;
	border: 1px solid #b9b8b8;
	color:#000;
	font-family: Verdana;
	font-size: 13px;	
	padding: 8px 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
input[type='text']:focus, textarea:focus {background-color:#fcfdea; border-color:#cacabb;}*/
textarea {overflow-y: auto;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}