@charset "utf-8";
/* CSS Document */
@font-face { font-family: Comic; src: url(../fonts/COMIC.TTF) }

body{
	font-family: "Comic Sans MS", Comic, Calibri, verdana, sans-serif;
	background: #fff2d6 repeat-x; /* Old browsers */
	background: -moz-linear-gradient(top, #fff2d6 0%, #ffffff 100% ) repeat-x; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff2d6), color-stop(100%,#ffffff)) repeat-x; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff2d6 0%,#ffffff 100%) repeat-x; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff2d6 0%,#ffffff 100%) repeat-x; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fff2d6 0%,#ffffff 100%) repeat-x; /* IE10+ */
	background: linear-gradient(to bottom, #fff2d6 0%,#ffffff 100%) repeat-x; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2d6', endColorstr='#ffffff',GradientType=0 ) repeat-x; /* IE6-9 */
}

    #header .home {
        width: auto !important;
    
    }

    .capitalise
    {
        text-transform:uppercase;
    }

	#home1, #imagens, #palavras, #imagenspalavras, #escrever {
		width: 1000px;
		margin: 0 auto;
		text-align:center;
	}

	#escrever {    
	 	margin-top: 45px;
	}

	div{
		min-height: 0px !important;
	}
	
	.ui-draggable img:first-child {
	   width:75px;
	   margin-right: 20px;
	}

	#imagenspalavras .ui-draggable img:first-child {
		margin-right: 55px;
		padding-left: 30px;
	}

	#imagenspalavras p {
		text-align: left;
		padding-left: 60px;
	}

	.ui-draggable img:last-child {
        width: auto;
        max-width: 100%;
        float: right;
        position: relative;
        bottom: 35px;
        left: -30px;
	}

	#imagens .ui-draggable img:last-child, #imagenspalavras .ui-draggable img:last-child {
        float:none;
        position: static;
        margin-left: -40px;
        margin-right: 45px;
	}

	#imagenspalavras .ui-draggable img:last-child {
        margin-left: -70px;
        margin-right: 45px;
        margin-top: -25px;
	}

	#palavras .btnAudioDrag {
        width: auto;
        max-width: 100%;
        position: static;
        margin-left: -70%;
        float: right;
        margin-right: -10px;
        margin-top: 18px;
	}

	#palavras .submenu .btnAudioDrag {
		float: right;
		margin: 0 !important;
	}

	#palavras ul li {
		width: 125px;
	}

	#imagenspalavras ul.imageList li {
		margin-bottom: -35px;
		padding-top: 35px;
	}

	.submenu .btnAudioDrag {
		float: right;
		
	}

	.btnAudioDrag {
		float: right;
		margin-right: -8%;
		
	}

/*------------- MQ -------------------*/

@media screen and (max-width: 1130px) {

	#home1, #imagens, #palavras, #imagenspalavras, #escrever {
        width: 90%;
        margin: 0 auto;
	}
	#escrever {
		margin-top: 45px !important;
	}
}

@media screen and (max-width: 560px) {
	.controllers {
        height: 30px;
        width: 100px;
        margin-top: 56px;
        margin-left: 5%;
        display: inline-block;
	}
}