@media screen and (max-width: 999px) {

	body, input, select, textarea
	{
		line-height: 1.5em;
		font-size: 1em !important;
		letter-spacing: 0;
	}

img{
	width:90% !important;
	height:auto !important;

}
iframe{
	width:90% !important;
	height:300px  !important;

}
#sfondo {
    background-image: inherit !important;
}

p
	{
		font-size: 1.3em;
		letter-spacing: 0.05em;
		margin: 0 0 1em 0;
		line-height:1em;
	}

	#bottom{
		/*background-color: #971f0f;*/
		height:300px;
		padding:10px;
		}
	#bottom p {
    color: #dedede;

    text-decoration: none;
    font-size: 2.2em !important
}
#bottom a  {

    font-size: 1.2em !important
}


	hr
	{
		margin: 1em 0 1em 0;
	}

	form
	{
	}

		form input.text,
		form select,
		form textarea
		{
			margin: 1em 0 1em 0;
		}



	.button
	{
		display: block;
		width: 100%;
		font-size: 1em;
		padding: 1em 0 1em 0;
		max-width: 30em;
		margin: 0 auto;
	}

	.container{
	width:100%;

}
#main, #content {
	width: 100%;
	line-height:1em;
}
.corpo  {

	 font-size: 2.4em;

}
#top {
    clear: both;
    vertical-align: top;
    z-index: 1;
    height: 300px;
}
#menu {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4em;
}
.ctop {
    float: left;

    width: 33.3%;
    vertical-align: top;
    height: 220px;
}
.ctop img{
	width:100%;
	height:auto;
}

#menu ul{
	alignment-baseline:middle;
 list-style-position:inside;
margin: 0;
padding: 0;
width: 100%;
}
#menu ul li {
	display:inline;
margin: 0;
padding: 0;
}
#menu ul li a {
	float:inherit;
display: block;

text-shadow: rgba(255,255,255,0.27) 0 2px 5px;
width: 100%;
background-color: #2c5e55;
text-transform:uppercase;

text-decoration:none;
padding: 1.5em;
margin-right: 0px;
margin-bottom: 0.4em;
font-size:2.3em;

color: #fff;
font-weight:bold;
}
.campo {
    width: 100%;
    background-color: #4f4a44;
    color: #fff;
    height: 50px;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;
    padding: 1px;
    border-width: 1px;
}
.Send {
    background-color: #971f0f;
    color: #fff;
    border-width: 1px;
    border-radius: 10px;
    border-color: #fff;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.informativa{
	    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 255px;
	font-size:10px;

}


}