/*
=========================================================================================================
      CREDITOS
=========================================================================================================
*/
/* www.zsbit.com.br */
/* Clevelândia Maio de 2017.*/
/* LOJA ZSLISTA  */

/*
=========================================================================================================
      DEFINIÇÕES GERAIS DO SITE
=========================================================================================================
*/


* {
    margin: 0; 
    padding:0;
}

p {
    line-height:1.5em;
    margin:0 0 15px;

}
ul.none {
	list-style-type: none;
	}

fieldset.input{width:350px;font-size:18px;color:#333;border:solid 1px #333; font-family:Verdana, Geneva, sans-serif;}

.maiuscula{
    text-transform: uppercase;
}
.minuscula {
    text-transform: lowercase;
}

.texto1{
    color:#000;
    
}

.texto2{
    color:#333; 
    font-size: 8px;
} 

.texto3{
    color:#ccc; 
    font-size: 9px;
    font-style: italic; 
}
.texto4{
    color:#aaa; 
}
.texto5{
   font-size: 12px;
}
.texto6{
    font-size:1rem; //  px
    
}


.borda {
    border:solid 1px;
    padding-left: 5px; 
}
.borda1 {
    float:left;
    width:100%;
    text-align:center;
    border:solid 1px;
    background-color:#ECEFE7;
    
}

.clear {
height:20px;
}

.largura10{
    width: 10px;
}
.largura50{
    width: 50px;
}
.largura100{
    width: 100px;
}
.largura150 {
    width: 150px;
}
.largura200{
    width: 200px;
    float: left;
}
.largura300{
    width: 300px;
}
.largura400 {
    width: 400px;
}
.largura600 {
    width: 600px;
}
.largura700 {
    width: 700px;
}
.largura800 {
    width: 800px;
}
.largura900 {
    width: 900px;
}
.largura1000 {
    width: 1000px;
}

.comunicado{
       float:left;
    width:100%;
    text-align:center;
	background-image: url(../img/comunicado.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.caixa1{
    background-color: #67b168;
    
}

