/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
@font-face {
	font-family: HelveticaRoundedLTStd-Bd;
	src: url(HelveticaRoundedLTStd-Bd.otf);
}


body {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

tr.bgcolor, h3, h1, h2, .btn, .infon, .btnlogout, .btnadicionar, .btnenvia, .btnenviam, .desc, .btnc, .btna, .btnf {
	font-family: HelveticaRoundedLTStd-Bd;
}

header {
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 40px;
	background-color: rgb(1, 175, 209);
}
.container {
	height: auto;
	overflow-x: hidden;
	padding-bottom: 130px;
}
.centro {
	text-align: center;
	position: absolute;
	width: 374px;
	left: 50%;
	margin-left: -190px;
	height: 280px;
	top: 50%;
	margin-top: -140px;
}

.logo {
	max-width: 100px;
	margin-top: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.item_bottom{
	float: right;
	padding-left: 2px;
	padding-right: 2px;
	  max-width: 54px;
}

.img-responsiva {

	display: block;
	max-width: 100%;
	height: auto;
	margin-top: 100px;
	max-width: 290px;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: auto;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;
	background: rgb(251,252,252); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(251,252,252,1) 0%, rgba(221,218,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,252,252,1)), color-stop(100%,rgba(221,218,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(251,252,252,1) 0%,rgba(221,218,217,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(251,252,252,1) 0%,rgba(221,218,217,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(251,252,252,1) 0%,rgba(221,218,217,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(251,252,252,1) 0%,rgba(221,218,217,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfcfc', endColorstr='#dddad9',GradientType=0 ); /* IE6-9 */
}

button{
	padding: 0!important;
  border: none!important;
}

form {
	text-align: left;
	width: 100%;
}
input, button, select, textarea {
	width: 100%;
}

table {
	text-align: center;
}

tr.border_bottom td {
	border-bottom: 1pt solid #878787;
	padding-left: 5px;
	padding-right: 5px;
}

tr.border_bottomw td {
	border-bottom: 1pt solid #f0f2f5;
	border-width: 8px;
	background: -moz-linear-gradient(top, rgba(221,221,221,0) 0%, rgba(232,232,232,0.23) 23%, rgba(232,232,232,0.24) 24%, rgba(235,235,235,0.59) 59%, rgba(235,235,235,0.81) 81%, rgba(235,235,235,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(221,221,221,0)), color-stop(23%,rgba(232,232,232,0.23)), color-stop(24%,rgba(232,232,232,0.24)), color-stop(59%,rgba(235,235,235,0.59)), color-stop(81%,rgba(235,235,235,0.81)), color-stop(100%,rgba(235,235,235,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(232,232,232,0.23) 23%,rgba(232,232,232,0.24) 24%,rgba(235,235,235,0.59) 59%,rgba(235,235,235,0.81) 81%,rgba(235,235,235,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(232,232,232,0.23) 23%,rgba(232,232,232,0.24) 24%,rgba(235,235,235,0.59) 59%,rgba(235,235,235,0.81) 81%,rgba(235,235,235,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(221,221,221,0) 0%,rgba(232,232,232,0.23) 23%,rgba(232,232,232,0.24) 24%,rgba(235,235,235,0.59) 59%,rgba(235,235,235,0.81) 81%,rgba(235,235,235,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(221,221,221,0) 0%,rgba(232,232,232,0.23) 23%,rgba(232,232,232,0.24) 24%,rgba(235,235,235,0.59) 59%,rgba(235,235,235,0.81) 81%,rgba(235,235,235,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dddddd', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}

tr.bgcolor {

	border-radius: 1px;
	color: #fff;
	font-size: 12px;
	text-align: center;
		background: -moz-linear-gradient(top, rgb(240, 106, 168) 0%, rgb(222, 30, 139) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240, 106, 168)), color-stop(100%,rgb(222, 30, 139))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
}

#alignleft {
	text-align: left;
	margin-left: 30px;
}
#alignrigth {
	text-align: right;
	margin-left: 30px;
}

h4 {
	color: #ffffff;
	font-size: 14px;
	font-family: HelveticaRoundedLTStd-Bd;
}

h3 {
	text-align: left;
	color: #ee64a5;
	font-size: 20px;
	/*font-weight: bold;*/
}
h1 {
	text-align: left;
	color: #fff;
	font-size: 20px;
	text-align: center;
		background: -moz-linear-gradient(top, rgb(240, 106, 168) 0%, rgb(222, 30, 139) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240, 106, 168)), color-stop(100%,rgb(222, 30, 139))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
}
h2 {
	text-align: left;
	color: #ee64a5;
	font-size: 25px;
	margin-left: 30px;
}

h5 {
	font-size: 16px;
}
.title_table{
		padding-left: 20px;
	}
.btn_inicio {
	margin: 10px;
	width: 160px;
	margin-top: 40%;
	margin-left: auto;
	margin-right: auto;
	background: -moz-linear-gradient(top, rgba(87,87,86,1) 0%, rgba(91,91,90,0.96) 17%, rgba(91,91,90,0.79) 86%, rgba(87,87,86,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(87,87,86,1)), color-stop(17%,rgba(91,91,90,0.96)), color-stop(86%,rgba(91,91,90,0.79)), color-stop(100%,rgba(87,87,86,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(87,87,86,1) 0%,rgba(91,91,90,0.96) 17%,rgba(91,91,90,0.79) 86%,rgba(87,87,86,0.75) 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575756', endColorstr='#bf575756',GradientType=0 ); /* IE6-9 */
}

a.btn_inicio {
	height: 200px;
}

.btn_inicio:active {
	background: -moz-linear-gradient(top, rgb(240, 106, 168) 0%, rgb(222, 30, 139) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240, 106, 168)), color-stop(100%,rgb(222, 30, 139))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
}

.btn_azul {
	font-family: HelveticaRoundedLTStd-Bd;
    max-width: 135px;
    line-height: 0;
    height: 25px;
    color: #FFFFFF;
    border-radius: 29px !important;
    font-size: 12px;
	background: -moz-linear-gradient(top, rgb(240, 106, 168) 0%, rgb(222, 30, 139) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240, 106, 168)), color-stop(100%,rgb(222, 30, 139))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
}

/*ººººººººººrgb(240, 106, 168) 0%,rgb(222, 30, 139)ººººººººººº*/

.btn {
	width: 100%;
	height: 60px;
	line-height: 45px;
	//font-weight: bold;
	margin-top: 8px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	background: -moz-linear-gradient(top, rgba(87,87,86,1) 0%, rgba(91,91,90,0.96) 17%, rgba(91,91,90,0.79) 86%, rgba(87,87,86,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(87,87,86,1)), color-stop(17%,rgba(91,91,90,0.96)), color-stop(86%,rgba(91,91,90,0.79)), color-stop(100%,rgba(87,87,86,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(87,87,86,1) 0%,rgba(91,91,90,0.96) 17%,rgba(91,91,90,0.79) 86%,rgba(87,87,86,0.75) 100%); /* Chrome10+,Safari5.1+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575756', endColorstr='#bf575756',GradientType=0 ); /* IE6-9 */
}

.btn:hover {
	color: #FFFFFF;
		background: -moz-linear-gradient(top, rgb(240, 106, 168) 0%, rgb(222, 30, 139) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240, 106, 168)), color-stop(100%,rgb(222, 30, 139))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
}

.botoes {
	text-align: center;
	position: absolute;
	width: 600px;
	left: 56%;
	margin-left: -360px;
	height: 300px;
	top: 55%;
	bottom: 100px;
	margin-top: -120px;
}

.btn_menu {
	margin-top: 4px;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: -moz-linear-gradient(top, rgba(87,87,86,1) 0%, rgba(91,91,90,0.96) 17%, rgba(91,91,90,0.79) 86%, rgba(87,87,86,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(87,87,86,1)), color-stop(17%,rgba(91,91,90,0.96)), color-stop(86%,rgba(91,91,90,0.79)), color-stop(100%,rgba(87,87,86,0.75))); /* Chrome,Safari4+ */
	background: linear-gradient(to bottom, rgba(87,87,86,1) 0%,rgba(91,91,90,0.96) 17%,rgba(91,91,90,0.79) 86%,rgba(87,87,86,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575756', endColorstr='#bf575756',GradientType=0 ); /* IE6-9 */
}

.btn_menu:hover {

		background: -moz-linear-gradient(top, rgb(240, 106, 168) 0%, rgb(222, 30, 139) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240, 106, 168)), color-stop(100%,rgb(222, 30, 139))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
}

.info {
	width: 160px;
	height: auto;
	float: left;
	margin: 10px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}
.infon {
	font-size: 20px;
	/*font-weight: bold;*/
	margin-top: 10px;
}

.footmenu {
	height: 100px;
	width: 630px;
	text-align: center;
}

.conteudof {
	margin-top: -150px;
	width: 600px;
	left: 56%;
	margin-left: -327px;
	height: 80px;
	top: 100%;
	margin-top: -80px;
}

.btnentra a {
	color: #FFFFFF !important;
	font-family: HelveticaRoundedLTStd-Bd !important;
}
.btnentra {
	border-radius: 29px !important;
	line-height: 20px;
	height: 25px;
	width: 140px;
	color: #FFFFFF;
		background: -moz-linear-gradient(top, rgb(240, 106, 168) 0%, rgb(222, 30, 139) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240, 106, 168)), color-stop(100%,rgb(222, 30, 139))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
}

.btnentra:hover {
	background: -moz-linear-gradient(top, rgba(109,106,104,1) 0%, rgba(103,98,95,1) 40%, rgba(85,74,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,106,104,1)), color-stop(40%,rgba(103,98,95,1)), color-stop(100%,rgba(85,74,68,1))); /* Chrome,Safari4+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6a68', endColorstr='#554a44',GradientType=0 ); /* IE6-*/
	
}

.btnlogout {
	width: 100px;
	line-height: 25px;
	height: 25px;
	color: #FFFFFF;
	border-radius: 29px !important;
	font-size: 12px;
	text-align: center;
	margin-top: 10%;
	background: -moz-linear-gradient(top, rgba(109,106,104,1) 0%, rgba(103,98,95,1) 40%, rgba(85,74,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,106,104,1)), color-stop(40%,rgba(103,98,95,1)), color-stop(100%,rgba(85,74,68,1))); /* Chrome,Safari4+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6a68', endColorstr='#554a44',GradientType=0 ); /* IE6-*/
}

.btnadicionar {
	width: 100px;
	line-height: 25px;
	height: 25px;
	color: #FFFFFF;
	border-radius: 29px !important;
	font-size: 12px;
	text-align: center;
	margin-top: 22%;
	background: -moz-linear-gradient(top, rgba(109,106,104,1) 0%, rgba(103,98,95,1) 40%, rgba(85,74,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,106,104,1)), color-stop(40%,rgba(103,98,95,1)), color-stop(100%,rgba(85,74,68,1))); /* Chrome,Safari4+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6a68', endColorstr='#554a44',GradientType=0 ); /* IE6-*/
}

.btnadicionar a {
	color: #FFFFFF !important;
}

.btnlogout a {
	color: #FFFFFF !important;
}

.btnadicionar:hover {
	color: #FFFFFF;
		background: -moz-linear-gradient(top, rgb(240, 106, 168) 0%, rgb(222, 30, 139) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240, 106, 168)), color-stop(100%,rgb(222, 30, 139))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
}

.btnlogout:hover {
	color: #FFFFFF;
		background: -moz-linear-gradient(top, rgb(240, 106, 168) 0%, rgb(222, 30, 139) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240, 106, 168)), color-stop(100%,rgb(222, 30, 139))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
}

.btnenvia {
	width: 165px;
	margin-left: auto;
}
.btnenviam {
	width: 115px;
	margin-right: auto;
}
.btnenvia, .btnenviam {
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10%;
	border-radius: 29px;
	background: -moz-linear-gradient(top, rgba(109,106,104,1) 0%, rgba(103,98,95,1) 40%, rgba(85,74,68,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,106,104,1)), color-stop(40%,rgba(103,98,95,1)), color-stop(100%,rgba(85,74,68,1))); /* Chrome,Safari4+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6a68', endColorstr='#554a44',GradientType=0 ); /* IE6-*/
}

.btnenvia:hover, .btnenviam:hover {
	color: #FFFFFF;
		background: -moz-linear-gradient(top, rgb(240, 106, 168) 0%, rgb(222, 30, 139) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240, 106, 168)), color-stop(100%,rgb(222, 30, 139))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
}

/*****************************************************/
.produtos {
	text-align: center;
	position: absolute;
	width: 650px;
	left: 52%;
	margin-left: -300px;
	height: 338px;
	top: 50%;
	margin-top: -120px;
}


.gestor {
	width: auto;
	float: left;
	margin-right: auto;
	margin-left: auto;
	margin: 12px;
}

.desc {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	color: #ffffff;
	font-size: 15px;
    min-height: 40px;
    max-height: 40px;
    /*font-weight: bold;*/
	text-align: left;
	background-color: #ee64a5;
	padding-left: 10px;
	/* margin-left: -18px; */
    padding-top: 12px;
    line-height: 15px;
}

.name_td{
		padding-left: 10px;
		height: 40px;
}

.desc2 {
    padding-top: 6px !important;
}

.produto img {
	/*width: auto;
	 height: 250px;*/
	margin-left: 2%;
	margin-right:2%;
	width:90%;
	/*height: 57%;*/
	background-color: #FFF;
}

.infop {
	/*width: 290px;*/
	height: 60px;
}
.infod {
    min-height: 115px;
    text-align: left;
	font-size: 11px;
	color: #878787;
	padding-top: 10px;
	width: auto;
}
.btnc {
	color: #FFF;
	width: 100px;
	border-radius: 29px;
	height: 25px;
	line-height: 25px;
	margin-top: 10px;
	font-size: 12px;
	background: transparent -moz-linear-gradient(center top , #6D6A68 0%, #67625F 40%, #554A44 100%) repeat scroll 0% 0%;
	background: -moz-linear-gradient(top, rgba(109,106,104,1) 0%, rgba(103,98,95,1) 40%, rgba(85,74,68,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,106,104,1)), color-stop(40%,rgba(103,98,95,1)), color-stop(100%,rgba(85,74,68,1)));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6a68', endColorstr='#554a44',GradientType=0 );
}

.btnc:hover {
	color: #ffffff;
		background: -moz-linear-gradient(top, rgb(240, 106, 168) 0%, rgb(222, 30, 139) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240, 106, 168)), color-stop(100%,rgb(222, 30, 139))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
}

.btna {
	width: 100px;
}

.btnf {
	width: 190px;
}

.btna, .btnf {
	line-height: 25px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	border-radius: 29px;
	color: #ffffff;
	background: -moz-linear-gradient(top, rgba(109,106,104,1) 0%, rgba(103,98,95,1) 40%, rgba(85,74,68,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,106,104,1)), color-stop(40%,rgba(103,98,95,1)), color-stop(100%,rgba(85,74,68,1)));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6a68', endColorstr='#554a44',GradientType=0 );
}

.btna:hover, .btnf:hover {
	color: #FFFFFF;
		background: -moz-linear-gradient(top, rgb(240, 106, 168) 0%, rgb(222, 30, 139) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240, 106, 168)), color-stop(100%,rgb(222, 30, 139))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgb(240, 106, 168) 0%,rgb(222, 30, 139) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d2', endColorstr='#088ba2',GradientType=0 ); /* IE6-9 */
}

.btn_menu img {
	width: 60px;
	height: 60px;
}


	.produto {
		max-width: 300px;
		min-height: 480px;
   		padding: 3px;
		/*margin: 0.2%;*/
		margin-bottom: 20px;
		border-radius: 15px;
	    border: 7px solid;
	    border-color: white;
		background: -moz-linear-gradient(top, rgba(206,206,206,0) 0%, rgba(208,208,208,0.23) 23%, rgba(212,212,212,0.24) 24%, rgba(215,215,215,0.59) 59%, rgba(219,219,219,0.81) 81%, rgba(226,226,226,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,0)), color-stop(23%,rgba(208,208,208,0.23)), color-stop(24%,rgba(212,212,212,0.24)), color-stop(59%,rgba(215,215,215,0.59)), color-stop(81%,rgba(219,219,219,0.81)), color-stop(100%,rgba(226,226,226,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(206,206,206,0) 0%,rgba(208,208,208,0.23) 23%,rgba(212,212,212,0.24) 24%,rgba(215,215,215,0.59) 59%,rgba(219,219,219,0.81) 81%,rgba(226,226,226,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(206,206,206,0) 0%,rgba(208,208,208,0.23) 23%,rgba(212,212,212,0.24) 24%,rgba(215,215,215,0.59) 59%,rgba(219,219,219,0.81) 81%,rgba(226,226,226,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(206,206,206,0) 0%,rgba(208,208,208,0.23) 23%,rgba(212,212,212,0.24) 24%,rgba(215,215,215,0.59) 59%,rgba(219,219,219,0.81) 81%,rgba(226,226,226,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(206,206,206,0) 0%,rgba(208,208,208,0.23) 23%,rgba(212,212,212,0.24) 24%,rgba(215,215,215,0.59) 59%,rgba(219,219,219,0.81) 81%,rgba(226,226,226,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dddddd', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
	}

#size_foto_gestor{
	width: 200px;
}


/*----------------QUERYS-----------------*/
@media (min-width: 1500px) {

	.btn_inicio {
		margin-top: 100%
	}


#size_foto_gestor{
	width: 200px;
}
	

	.menu_meio{
		margin-left: -1%;
		margin-right: -1%;
	}
	.menu_esquerdo{
		margin-left: 1%;
	}

}

/*----------------QUERYS-----------------*/
@media screen and (min-width: 1188px) and (max-width: 1499px) { 



	.menu_meio{
		margin-left: 1%;
		margin-right: 1%;
	}
	.menu_esquerdo{
		margin-left: 1%;
	}

}

/*----------------QUERYS-----------------*/
@media screen and (min-width: 987px) and (max-width: 1187px) { 



	.menu_meio{
		margin-left: -1% !important;
		margin-right: -1% !important;
	}
	.menu_esquerdo{
		margin-left: -1% !important;
	}

}

/*----------------QUERYS-----------------*/
@media screen and (min-width: 1001px) and (max-width: 1499px) { 

	.btn_inicio {
		width: 170px;
		margin-top: 50%;
		margin-left: 0px;
	}

	#size_foto_gestor{
		width: 200px;
	}

	.infod {

		font-size: 11px;
	}

	.btnc {

		font-size: 12px;
	}
}

@media screen and (min-width: 769px) and (max-width: 1000px) { 
	
	.produto{
		  max-width: 300px;
		  min-width: 220px;
		  
	}

#size_foto_gestor{
	width: 200px;
}

	.menu_meio{
		margin-right: -8%;
		margin-left: -8%;
	}

	.menu_esquerdo{
		margin-left: 8%;
	}



}
/*----------------QUERYS-----------------*/
@media screen and (min-width: 677px) and (max-width: 768px) { 

	.btnc {

		font-size: 11px;
	}

#size_foto_gestor{
	width: 150px;
}

	.menu_meio{
		margin-right: -6%;
		margin-left: -6%;
	}

	.menu_esquerdo{
		margin-left: 6%;
	}

}

/*----------------QUERYS-----------------*/
@media screen and (min-width: 573px) and (max-width: 676px) { 
	
#size_foto_gestor{
	width: 150px;
}

	body{
		font-size: 11px;
	}

	.btn_inicio {
		width: 140px;
	}
	.btna, .btnf {
		font-size: 11px;
	}

	.infon {
		font-size: 16px;
	}

	.btnlogout {
		font-size: 11px;
		margin-top: 20px;
		margin-left: -20px;
	}

	.btnadicionar {
		font-size: 11px;
		margin-top: 0px;
		margin-left: -20px;
	}

	.btn_pop{
	    max-width: 120px!important;
		font-size: 11px!important;
	}

	.btn_menu {
		width: 50px;
		height: 50px;
	}

	.btn {
		font-size: 19px;
	}

	.logo {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
	}

	.img-responsiva {
		max-width: 280px;
	}

	.infod {

		font-size: 12px;
	}

	.btnc {

		font-size: 12px;
	}

	.menu_meio{
		margin-right: -5%;
		margin-left: -5%;
	}

	.menu_esquerdo{
		margin-left: 5%;
	}

}

/*----------------QUERYS-----------------*/
@media screen and (min-width: 431px) and (max-width: 572px) { 

	.btn_inicio {
		width: 110px;
		margin-top: 100%;
	}

#size_foto_gestor{
	width: 100px;
}

	.infon {
		font-size: 15px;
	}

	body {
		font-size: 12px;
	}

	

	.btn_menu {
		width: 45px;
		height: 45px;
	}

	.
	.desc {
		font-size: 14px;
	}

	.btnc {
		width: 70px;
		font-size: 8px;
	}

	.infod {
		font-size: 12px;
		padding-top: 12px;
	}

	.produto img {
		height: 210px;
	}

	.btnf {
		font-size: 12px;
	}
	h3 {
		font-size: 22px;
	}

	.img-responsiva {
		max-width: 270px;
	}
	.logo {
		max-width: 270px;
	}

	.menu_meio{
		margin-left: -9%;
		margin-right: -9%;
	}

	.menu_esquerdo{
		margin-left: 10%;
	}
}

/*----------------QUERYS-----------------*/
@media (max-width: 430px) {
	

#size_foto_gestor{
	width: 100px;
}

	.menu_meio{
		margin-right: 0%;
		margin-left: 0%;
	}

	.menu_esquerdo{
		margin-left: -3%;
	}
	
	.btn_pop {
	   max-width: 100px!important;
	   font-size: 11px!important;
	   line-height: 25px!important;
	}
	.btn_inicio {
		width: 110px;
		margin-top: 200%;
		margin-left: 0px;
	}

	.infon {
		font-size: 12px;
	}

	.btnlogout {
		  height: 20px;
		  line-height: 22px;
		  width: 80px;
		  font-size: 10px;
		  margin-top: 12px;
		  margin-left: -18px;
	}


	.btnadicionar {
		  height: 20px;
		  line-height: 22px;
		  width: 80px;
		  font-size: 10px;
		  margin-top: 5px;
		  margin-left: -18px;
	}

	/*.btna, .btnf {
		font-size: 10px;
		width: 60px;
	}*/

	.btna {
		font-size: 10px;
		width: 60px;
	}

	.btn_menu {
		width: 27px;
		height: 27px;
		margin-top: 9px;
	}

	.btn_menu img {
		width: 40px;
		height: 40px;
	}

	.btn {
		font-size: 14px;
		line-height: 50px;
	}
	body {
		font-size: 10px;
	}

	h4 {
		font-size: 12px;
	}

	.desc {
		font-size: 14px;
	}


	.infod {
		font-size: 12px;
	}

	
	.desc {
		font-size: 14px;
	}

	h3 {
		font-size: 18px;
	}
	h1 {
		font-size: 14px;
	}

	.btnenvia {
		width: 100px;
		 line-height: 22px;
		height: 20px;
	}

	.btnenviam {
		font-size: 11px;
		 line-height: 22px;
		height: 20px;
	}

	tr.bgcolor {
		font-size: 11px;
	}

	.btna, .btnf {
		 line-height: 22px;
		height: 20px;
	}

	.btnf {
		font-size: 12px;
	}

	.infod {

		font-size: 12px;
	}

	.btnc {
		font-size: 12px;
		 line-height: 22px;
		height: 20px;
		width: 100px;
	}
	.img-responsiva {
		max-width: 210px;
	}
	.logo {
		max-width: 210px;
	}

}

.btn_inicio {
    width: 110px !important;
}
