@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* Mobile Layout: 480px and below. */


@media only screen and (min-width: 241px) {
.gridContainer {
	width: 97,99%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#Conteudo{
	text-align: center;
	height: 30%;
	background-color: #0099cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

#conteudo_top{
	height:20%;
	background-color:#0099cc;
	border:1px;
    border-style: solid;
	border: 0px solid red;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
}

#lembrete{
	text-align:center;
	background-color:#0099cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
}

#txt{
font:12px Verdana, Arial, Helvetica, sans-serif;
color=black; 
text-decoration: none; 
}

}
