/********************************************/
/*** Layout espec’fico de algumas p‡ginas ***/
/********************************************/

div#planta_na_web {
	clear: both;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin: 1em 0 0 0;
    padding: 0.5em;
	width:100%;
	overflow:hidden;
	background-color: #ddd;
	border-style: solid;
	border-width: 1px;
}

div#webcam_planta {
	float: left;
	width: auto;
	/*clear: both;*/
	margin-left: auto;
	margin-right: auto;
/*
	border-style:solid;
*/
}

div#controlador {
	float: left;
	width: 120px;
	/*clear: both;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*border-style:solid;*/
}

div#controlador input {
display: block;
border: 1px solid;
border-color: #aaa #000 #000 #aaa;
width: 8em;
background: #c4242b;
color: white;
}

div#controlador input:hover
{
position: relative;
top: 1px;
left: 1px;
border-color: #000 #aaa #aaa #000;
}

div.como-aplicar
{
	background: url(../images/setona.png) no-repeat;
	width: 100%;
	height: 350px;
	position: relative;
}

div#primeiro
{
	position: absolute;
	width: 150px;
	top: 220px;
	left: 110px;
}

div#segundo
{
	position: absolute;
	width: 150px;
	top: 133px;
	left: 305px;
}

div#terceiro
{
	position: absolute;
	width: 150px;
	top: 100px;
	left: 510px;
}

table#solucao
{
	table-layout: fixed;
	border-spacing: 0px;
	margin-right: auto;
	margin-left: auto;
	margin: 0 0;
	padding: 0 0;
	width: 550px;
	height: auto;
}

#solucao th
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	height: 45px;
}

#solucao td
{
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	height: 45px;
	padding: 10px 30px 5px 20px;
}

#solucao td#col1
{
	background: url(../images/setas.png) top left no-repeat;
	width: 210px;
}

#solucao td#col2
{
	background: url(../images/setas.png) top right no-repeat;
	width: 240px;
	color: #fff;
}

#solucao td#mais
{
	background: url(../images/mais.png) 0% 25% no-repeat;
}
