html {
	/*background: url("../img/fondo_header.jpg") top left repeat-x #002648;*/
	background-color: #002648 ;
}

body {
	font-family: "Roboto", "Lucida Grande", "Trebuchet MS", sans, sans-serif;
	/*background: url("../img/fondo_header.jpg") top left repeat-x #002648;*/
	background-color: #002648 ;
	font-size:100%;
	margin: 0px;
}

table {
	width: 440px;
	height: 440px;
}

td {
	height: 20%;
}

div.detector {
	position: relative;
	color: #333;
	background-color:#fff;
	/*background: url('../img/fondo.png') no-repeat scroll top left;*/
	height: auto;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F6F6F6;
	padding:20px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

div.detecdiv {
	border-bottom:1px dotted #999;
	clear:both;
	padding:10px 0;
}

div.detecdiv-image {
	display: block;
	float:left;
	height:100%;
	text-align:center;
	width:120px;
}

div.detecdiv-text {
	display: block;
	float:left;
	height:100%;
	padding-top:33px;
	padding-bottom:15px;
	font-size:110%;
}

.alertas p {
	text-align:justify;
}

.detectexto {
    float: left;
    font-weight: bold;
}

.detectexto-dinam {
    float: left;
}

.desplegable {
	
}

.desplegable:hover {
	cursor:pointer;
	/*background-color:#E4F0F4;*/
	background-color:#E4F0F4;
}

div.navegador {
    border-top: 1px dotted #999999;
}

div.info-desplegable {
	/*background-color: #E5F2E4;*/
	background-image: url("../img/balda_sombra.png");
	background-size:contain;
	background-repeat: no-repeat;
	background-position:top center;
    background-color: #FFF1DC;
    clear: both;
    display: none;
    font-size: 14px;
    line-height: 18px;
    padding: 25px;
    text-align:justify;
}

div.pantalla_resumen {
  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);
}

.nav-contenedor {
    display: block;
    float: left;
    width: 33%
}

.alert {
	font-size:13px;
}

#nav-contenedor-wrapper {
    display: table;
    text-align: center;
    width: 100%
}

#titulo-detector {
	text-align:center;
	padding-bottom: 35px;
	margin-bottom: 0px !important;
}

/*MEDIA QUERIES*/

@media (max-width:767px) {
	div.detecdiv-text {
		padding-top:10px;
		text-align:center;
	}
	
	.detectexto {
		float: none;
		padding-bottom: 5px;
	}

	.detectexto-dinam {
		float: none;
	}
	
	html {
		height:100%;
	}

	body {
		height:100%;
	}
}