html,body{
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;

  font-family:Verdana;
  font-size:14px;
  color:#FFFFFF;
  background-color:#FFFFFF;
  overflow:hidden;
}

#general {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	bottom:60px;
	right:0px;
	overflow:auto;
	height:expression(document.body.offsetHeight-60 + 'px');
}
#general_tbl {
	width:700%;
	height:100%;
	height:expression(this.parentNode.offsetHeight-17 + 'px');
	border-spacing:0px;
	border-collapse:collapse;
}
#general_tbl .gen {
	height:100%;
	padding:0px;
}
#c1,#c2,#c3,#c4,#c5,#c6,#c7 {
	position:relative;
	height:100%;
}

#menu {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:60px;
	width:100%;
	background-color:#000000;
	
}
iframe {
	border:none;
	border-width:0px;
	width:100%;
	height:100%;

}
#fondo-izda {
	position:absolute;
	top:0px;
	bottom:0px;
	left:10px;
	width:150px;
	background-image:url(/images/laterales/logonetpro.png);
	background-repeat:no-repeat;
	background-position:center center;
	height:100%;
}
#fondo-dcha {
	position:absolute;
	top:70px;
	bottom:0px;
	right:20px;
	width:160px;
	background-repeat:no-repeat;
	background-position:top center;
	height:100%;
}
#mini-contenido {
	position:absolute;
	overflow:auto;
	text-align:justify;
	background-position:center center;
	padding:10px;
}

.contenido-netpro {
	left:200px;
	top:50px;
	bottom:50px;
	right:300px;
	height:expression(document.body.offsetHeight - 50 -50 + 'px');
	width:expression(document.body.offsetWidth - 200 -300 + 'px');
}
.contenido-negocio {
	left:200px;
	top:50px;
	bottom:50px;
	right:200px;
	height:expression(document.body.offsetHeight - 50 -50 + 'px');
	width:expression(document.body.offsetWidth - 200 -200 + 'px');
	background-image:url(/images/fondos/negocio2.png);
}
.contenido-proyectos {
	left:200px;
	top:50px;
	bottom:50px;
	right:200px;
	height:expression(document.body.offsetHeight - 50 -50 + 'px');
	width:expression(document.body.offsetWidth - 200 -200 + 'px');
	background-position:center center;
	background-repeat:no-repeat;
}
.contenido-invierte {
	left:200px;
	top:50px;
	bottom:50px;
	right:200px;
	height:expression(document.body.offsetHeight - 50 -50 + 'px');
	width:expression(document.body.offsetWidth - 200 -200 + 'px');
	background-image:url(/images/fondos/invierte2.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.contenido-contacto {
	left:200px;
	top:50px;
	bottom:50px;
	right:200px;
	height:expression(document.body.offsetHeight - 50 -50 + 'px');
	width:expression(document.body.offsetWidth - 200 -200 + 'px');
}
.contenido-distribucion {
	left:200px;
	top:50px;
	bottom:50px;
	right:200px;
	height:expression(document.body.offsetHeight - 50 -50 + 'px');
	width:expression(document.body.offsetWidth - 200 -200 + 'px');
}
.contenido-privacidad {
	left:200px;
	top:50px;
	bottom:50px;
	right:200px;
	height:expression(document.body.offsetHeight - 50 -50 + 'px');
	width:expression(document.body.offsetWidth - 200 -200 + 'px');
	color:#000000;
}

.input {
	width:100%;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	font-family:Verdana;
	font-size:11px;
}

.textarea {
	width:100%;
	height:80px;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	font-family:Verdana;
	font-size:11px;
}
.button {
	border-style:solid;
	border-width:1px;
	border-color:#666666;
	background-color:#FFF000;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;

}

