body
	{
	font-family: "Lucida Grande", "Trebuchet MS", sans, sans-serif;
	font-size: 16px;
	margin: 0px;
	}

table{
	width: 440px;
	height: 440px;
}

td {
	height: 20%;
}

img.navegador{
    position: absolute;
    left: 115px;
    top: 100px;
}
img.flecha_navegador{
    position: absolute;
    left: 195px;
    top: 100px;
    /* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

img.resolucion{
    position: absolute;
    left: 115px;
    top: 190px;
}
img.flecha_resolucion{
    position: absolute;
    left: 195px;
    top: 195px;
    /* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

img.flash{
    position: absolute;
    left: 115px;
    top: 280px;
}
img.flecha_flash{
    position: absolute;
    left: 195px;
    top: 280px;
    /* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

img.cookies{
    position: absolute;
    left: 115px;
    top: 370px;
}
img.flecha_cookies{
    position: absolute;
    left: 195px;
    top: 370px;
    /* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

img.adobe{
    position: absolute;
    left: 115px;
    top: 460px;
}
img.flecha_adobe{
    position: absolute;
    left: 195px;
    top: 460px;
    /* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
}

div.detector{
	position: relative;
	background: url('../img/fondo.png') no-repeat scroll top left;
	height: 600px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

div.pantalla_resumen
  {
  position: absolute;
  top: 100px;
  left: 230px;
  width:440px;
  height:440px;
  background-color: transparent;
  }

div.pantalla_resumen p
  {
  margin:30px 40px;
  color:#000000;
  }

div.pantalla_error
  {
  position: absolute;
  top: 100px;
  left: 238px;
  width:440px;
  height:440px;
  background-color:#ffffff;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }

div.pantalla_error p
  {
  margin:30px 40px;
  color:#000000;
  }

div.pantalla_texto
  {
  position: absolute;
  top: 100px;
  left: 238px;
  width:440px;
  height:440px;
  background-color: transparent;
  }

div.pantalla_texto p
  {
  margin:30px 40px;
  color:#000000;
  }

.curved
  {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  behavior:url(border-radius.htc);
  }
