@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%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#colcha {
	width: 100%;
	display: block;
	background-image: url(img/colcha.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 20px;
	position: fixed;
}
#cabecalho {
	background-color: #339;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: inline;
	text-align: center;
	padding: 0px;
	background-image: url(img/fundo_azul.gif);
	padding-top: 2em;
}
#menu_item {
	clear: none;
	float: left;
	width: 90%;
	display: block;
	background-color: #ff4304;
	height: 3em;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
	visibility: visible;
	line-height: 3em;
	opacity: 0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}
#menu_borda {
	clear: none;
	float: left;
	width: 0.5%;
	height: 2em;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: hidden;
	display: none;

}
#menu_separador {
	clear: none;
	float: left;
	height: 2em;
	margin: 0px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: hidden;
	display: none;
}
#menu_fixo {
	margin: 0px;
	position: fixed;
	z-index: 10;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	visibility: hidden;
	display: none;
}
.coluna {
	display: block;
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	z-index: 1;
}
.mesa {
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
}
.titulo_secao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ff4304;
	text-align: center;
	display: block;
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	z-index: 2;
}
.form_texto_pad {
	font-size: 12px;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #036;
	padding-left: 0%;
	padding-top: 10px;
}

.form_dados_pad {
	display: block;
	padding-left:1%;
}

.aviso {
	color: #333;
	font-size: 11px;
	line-height:16px;
	font-weight: bold;
	padding-top:5px;
	padding-right:5%;
	padding-left:5%;
	text-align:center
}

.periodo {
	padding-top: 10px;
width:100%;
	margin-left:auto;
	margin-right:auto;
}

}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#colcha {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-image: url(img/colcha.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 2em;
	position: fixed;
	z-index: 10002;
}
#cabecalho {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	z-index: 10000;
	position: relative;
	background-image: url(img/fundo_azul.gif);
	padding-top: 2em;
}
#menu_item {
	clear: none;
	float: left;
	width: 32%;
	display: block;
	background-color: #ff4304;
	height: 2em;
	margin: 0px;
	text-align: center;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	visibility: visible;
	line-height:2em;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
#menu_borda {
	clear: none;
	float: left;
	width: 1.5%;
height: 2em;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: hidden;
	display: none;
}
#menu_separador {
	clear: none;
	float: left;
	width: 0.5%;
	display: block;
	height: 2em;
	margin: 0px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: visible;
}
#menu_fixo {
	margin: 0px;
	position: fixed;
	z-index: 10;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	visibility: visible;
	display: block;
}
.coluna {
	display: block;
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	z-index: 1;
}
.mesa {
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
}
.titulo_secao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ff4304;
	text-align: center;
	display: block;
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	z-index: 2;
}

.aviso {
	color: #333;
	font-size: 11px;
	line-height:16px;
	font-weight: bold;
	padding-top:5px;
	padding-right:20%;
	padding-left:20%;
	text-align:center
	
}

.periodo {
	padding-top: 10px;
width:50%;
	margin-left:auto;
	margin-right:auto;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}
#colcha {
	clear: right;
	float: left;
	display: block;
	z-index: 10002;
	background-image: url(img/colcha.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 10em;
	margin: 0;
	text-align: center;
	position: fixed;
	z-index: 10002;
}
#cabecalho {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	z-index: 10000;
	position: relative;
	background-image: url(img/fundo_azul.gif);
	text-align: center;
	padding-top: 130px;
}

#menu_item {
	clear: none;
	float: left;
	width: 15%;
	display: block;
	background-color: #ff4304;
	height: 2em;
	text-align: center;
	padding: 0px;
	margin: 0px;
	visibility: visible;
	line-height:2em;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */

}
#menu_borda {
	clear: none;
	float: left;
	width: 26.5%;
	display: block;
	background-color: #ff4304;
	height: 2em;
	padding: 0px;
	margin: 0px;
	visibility: visible;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */

}
#menu_separador {
	clear: none;
	float: left;
	width: 0.5%;
	display: block;
	background-color: #ff4304;
	height: 2em;
	margin: 0px;
	padding: 0px;
	visibility: visible;
	opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */

}
#menu_fixo {
	display: block;
	margin: 0px;
	position: fixed;
	z-index: 10;
	padding-top: 10em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	visibility: visible;
	}
.coluna {
	display: block;
	height: auto;
	width: 56%;
margin-right: auto;
	margin-left: auto;
font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	z-index: 1;
}
.mesa {
	font-size: 15px;
	text-align: center;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
	padding-right: 70px;
	padding-left: 70px;
}

.titulo_secao {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #ff4304;
	text-align: center;
	display: block;
	height: auto;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	z-index: 2;
}
.form_texto_pad {
	font-size: 12px;
	text-align: left;
	display: block;
	font-weight: bold;
	color: #036;
	padding-left: 15%;
	padding-top: 10px;
}

.form_dados_pad {
display: block;
padding-left:17%;
	}

.aviso {
	color: #333; 
	font-size: 11px;
	line-height:16px;
	font-weight: bold;
	padding-top:5px;
	padding-right:20%;
	padding-left:20%;
	text-align:center	
}

.periodo {
	padding-top: 10px;
width:50%;
	margin-left:auto;
	margin-right:auto;
}