@import url(http://fonts.googleapis.com/css?family=Arial);
body {
	font-family:Arial;
	font-size:12px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	//background-color:#184A7C;
	color:#d7d7d7;
	background-image:url(imagens/fundo.png);
}

p {
	color:#d7d7d7;
}

.azul {
	color:#00ccff;
}

.amarelo {
	color:#ffde00;
}
.verde {
	color:#89ff9c;
	//color:#97ffa8;
}

.vermelho {
	color:#ff6666;
}

.vermEliminar {
	color:#ff6666;
}

.vermEliminar:hover {
	color:#ff381e;
}

h1 {
	font-family:Arial;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 2px;
	color:#97CDF5;
}

h1.index {
	font-family:Arial;
	font-size: 24px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 2px;
	color:#ededed;
}

h2 {
	font-family:Arial;
	font-size: 13px;
	//font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	letter-spacing: 2px;
	color: #d1d1d1;
}

a {
	color:#f1f1f2;
	text-decoration:none;
}

a:visited {
	color:#dedede;
}

a:hover {
	color:#fff;
}

.menuLogout {
	color: #ccc;
}

.menuLogout a:hover {
	color: #fff;
}


td.tdFullCabecalho {
	background-image:url(imagens/logo_insparedes_web.png);
	background-size:40%;
	background-position:center;
	background-repeat:no-repeat;
	height: 80px;
	width: 800px;
}

td.tdFM {
	color:#fff;
	text-align: center;
	vertical-align: middle;
	height:50px;
}

td.tdPrincipal {
	width:800px;
}

td.menuIndex {
	background-color:#5b9bd5;
	//background-color:rgba(51, 51, 51, 0.4);
	background-color:rgba(91, 155, 213, 0.4);
	text-transform:uppercase;
	text-align:center;
	width:25%;
	height: 75px;
}

td.menuIndex:hover {
	color:#fff;
	background-color:#2e74b5;
	background-color:rgba(46, 116, 181, 0.5);
}

@media screen and (max-width : 760px){
	h1.index {
		font-size: 18px;
	}
	
	/* Force table to not be like tables anymore */
	#cabecalho table, #cabecalho td {
		width:100%;
		background-image:url(favicon.png) no-repeat center;
		background-size:70%;
	}
	

	td.tdPrincipal {
		max-width:700px;
		width:99%;
	}
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: inline-table; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: none; }
 	
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #ccc; 
		//position: relative;
		padding-left: 0%; 
		white-space: normal;
		text-align:center;
		font-weight:normal;
		vertical-align:central;
		line-height:110%;
		min-height:30px;
		height:99%;
	}
 
	#no-more-tables td.menuIndex {
		max-width:700px;
		width:99%;
		display:block;
	}
	
	#no-more-tables td.menuIndexOc {
		display:none;
	}


	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}