/*** Conteudo padrão Index ***/
#canvas{
	width: 100%;
	min-width: 980px;
	height:auto;
}
#canvas img{
	width: 100%;
	height:auto;
}
/*** FIM Conteudo padrão Index ***/

/*-------------------------------------------------------------------------------------------*/

/*** Sizes Screens ***/
@media only screen and (max-width: 1920px) /* FullHD */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 1440px) /* FullHD */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 1370px) /* FullHD */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 1280px) /* FullHD */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 1024px) /* FullHD */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 700px) /* FullHD */
{

}

/*----------------------------------------------------*/

@media only screen and (max-width: 400px) /* FullHD */
{

}
