html {
  scroll-behavior: smooth;
}
<style>
body {
	margin:0px;
	width:100%;
	height:100%;
	overflow:hidden;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
label{
	padding-right:5px; 
}
table{
	padding:10px;
	max-width:100%;
}
table td, th{
	table-layout: fixed;
	height:25px;
}
div{
	overflow-x:auto;
	max-width:100%;
}
nav.menu{
	font-size:20px;
	padding:10px;
	text-align:right;
	vertical-align:middle;
}
.div-ads, .div-ads-index{
	margin:10px auto; 
	width:100%; 
	overflow-x:hidden;
/*border:1px solid black;*/
}
[name='descfoto']{
	display:none;
}
#main_container{
	width:900px;
	height:auto;
	margin:auto;
	padding:0px;
	position:relative;
}
.img-subir{
	position:fixed; 
	top:100px;
	left:calc(100% - 40px);
	cursor:pointer;
	z-index:99998;
	border-radius:15px;
	opacity:0.3;
}
.img-bajar{
	position:fixed;
	top:calc(100% - 70px);
	left:calc(100% - 40px);
	cursor:pointer;
	z-index:99999;
	border-radius:15px;
	opacity:0.3;
}
.img-bajar:hover, .img-subir:hover{
	opacity:1;
}
.id-inm-min{
	width:100%; 
	overflow-y:hidden;
}
.id-inm-min h1{
	color:blue; 
	margin:10px 5px 0px 0px;
	font-size:16px;
}
.id-inm-min .div1 img{
	float:left;
	width:70px;
	height:70px;
	border:0px;
	max-width:90%;
	cursor:none;
	
}
.id-inm-min .div1{
	vertical-align:middle; 
	display:inline-block;
	max-width:25%;
	float:left;
	overflow:hidden;
	margin:10px 0px 10px 15px;
}
.id-inm-min .div2{
	vertical-align:middle; 
	display:inline-block;
	max-width:60%;
	margin-top:10px;
}
.id-inm, .id-inm-verfoto{
	width:50%; 
	overflow-y:hidden;
	margin:80px auto;
	margin-bottom:5px;
}
.id-inm .div1{
	vertical-align:middle; 
	display:inline-block;
	max-width:12%;
	margin-top:20px;
}
.id-inm .div2{
	vertical-align:middle; 
	display:inline-block;
	max-width:80%;
	margin-top:40px;
}
.id-inm h1{
	color:blue; 
	margin-top:0px;
	font-size:20px;
}
.id-inm .div1 img{
	max-width:100%;
}
.barra-nav{
	width:100%; 
	margin:5px 0px 5px 0px; 
	border-radius:5px; 
	background-color:lightblue;
	vertical-align:middle;
	min-height:30px;
	z-index:1; 
	position:sticky; 
	top:0; 
}
div.img-inv figure{
	display:inline-block;
	border: 2px solid lightblue;
	width:28%;
	height:auto;
	max-width:95%;
	border-radius:10px;
	background-color: lightblue;
	padding:10px 10px;
	margin:10px 1% 20px 1%;
}	
div.img-inv-inm figure{/*se agrego para diferenciar de index y agregar mas fotos por linea en inmueble*/
	width:220px;
	margin:10px 10px;
}
div.img-inv figure.edit{
	background-color: lightgrey; 
}
div.img-inv figure.edit .icono40{
	margin-right:10px;
}
div.img-inv img{
	border: 2px solid lightblue;
	cursor:pointer;
	width:95%;
	height:320px;
	margin:0px;
	border-radius:10px;
}
div.img-inv-inm img{ /*se agrego para diferenciar de index y agregar mas fotos por linea en inmueble*/
	height:220px;
}
div.img-inv figcaption{
	padding:0px;
}
div.img-inv figcaption label b, div.img-inv figcaption p b{
	color:darkblue;
}
div.img-inv img.icono15{
	width:15px;
	height:15px;
	margin-left:5px;
	display:inline-block;
}
div.img-inv .logo-inmob{
	cursor:pointer;
	width:95%; 
	height:auto; 
	margin:10px 10px 0px 2%;
	border-radius:10px;
}
div.img-inv img.icono20{
	width:20px;
	height:20px;
	margin:0px;
	display:inline-block;
	vertical-align:middle;
}
div.img-inv img.icono50{
	width:50px;
	height:50px;
	margin:0;
}
div.img-inv input[type=text]{
	display:inline-block; 
	border:0;
	background-color:transparent;
	color:black;
	outline:none;
	width:30%;
}
div.img-inv label{
	display:inline-block; 
	margin-left:10px;
	font-weight:bold;
}
div.img-inv input[type=checkbox]{
	display:inline-block;
}
div.img-inv textarea{
	text-align:justify; 
	display:inline-block; 
	margin:2%; 
	resize:none; 
	word-wrap: break-word; 
	border:1px solid grey; 
	background-color:transparent;
	width:90%;
	color:black;
	padding:10px;
	font-size:14px;
	min-height:40px;
	border-radius:5px;
}
.btn-outline {
	border: solid 1px #3A44A9;
	font-size: 16px;
	color: #3A44A9;
	background: 0 0;
	border-radius:5px;
	transition: all .3s ease-in-out;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active{
	border: solid 2px #3A44A9;
	color: #CCF0F7;
	background: #3A44A9;
}
/*.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/pageloader.gif') 50% 50% no-repeat rgb(249,249,249);
	opacity: 0.8;
}*/
.bton{  
	width:90px;
	height:40px; 
	background-color:lightblue;
	margin:5px; padding:5px; 
	display:inline; 
	border-radius:10px; 
	cursor: pointer;
}
.tabla-correo input{
	border:1px solid black; 
	border-radius:5px;
	font-size:16px;
	width:94%;
	height:40px;
	margin:0px 0px 10px 2%;
}
.tabla-correo textarea{
	border:1px solid black; 
	border-radius:5px;
	font-size:16px;
	width:94%;
	resize:vertical;
	margin:0px 0px 10px 2%;
}
.tabla-correo label{
	font-size:18px;
	padding-left:2%;
}
#ocultarthead{
	float:left;
	margin-left:-10px;
	width:20px; 
	cursor:pointer;
}
#mostrarthead{
	float:left;
	margin-left:5px;
	width:20px;
	cursor:pointer;
	display:none;
}
.bton-form{ 
	width:70px;
	height:40px; 
	background-color:darkblue;
	margin:5px; padding:5px; 
	display:inline; 
	border-radius:5px; 
	cursor: pointer;
	color:white;
	font-size:16px;
}
.bton-form:hover,
.bton-form:focus{
  color: #ffffff;
  background-color: #48ACCA;
  border-color: #4B4DA6;
}
div.tab-sticky{
	border:1px solid black;
	margin:0 auto;
	border-radius:5px;
	width:95%;
}
/*fijación de filas y columnas */
.tab-sticky > .tabla-datos thead tr td:first-child, .tabla-datos thead tr:first-child{
	position:sticky;
	left:0px;
}
.tab-sticky > .tabla-datos thead{
	/* no needed */
	position: -moz-sticky; 
	position: -ms-sticky;
	position: -o-sticky; 
	/* no needed */
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	top:0px;
	/*z-index:1;*/
} 
.stickychat{	
	color:blue;
	cursor:pointer; 
	font-size:24px;
	background-color:#E6E6E6;
	font-weight:900;
	padding:5px 10px;
	border-top:2px solid white;
	border-left:2px solid white;
	border-bottom:2px solid white;
	border-right:0px;
	height:50px;
	position:sticky;
	left:0px;
}
.tabla-correo{
	width:100%;
	padding:0px 0px;
	border-radius:10px;
	border-spacing:15px; 
	background-color:#B6E3EC;
	margin:0px auto;
}
.tabla-datos{
	border-collapse:separate;
	border-spacing:0px;
	border:1px solid #ccc;
	padding:0px;
	width:100%;
}
.tabla-datos td, .tabla-datos th{
	padding:5px 10px;
	border:2px solid white;
	font-size:16px;
}
.tabla-datos thead th, .tabla-datos-edit thead th{
	 background-color:#E6E6E6;
	 font-size:16px;
	 padding:10px;
}
.tabla-datos thead td, .tabla-datos-edit thead td{
	font-size:16px;
	background-color:#E6E6E6;
	text-align:center;
	font-weight:bold;
	padding:10px;
}	
.tabla-datos-edit tbody th{
	 background-color:#E6E6E6;
	 cursor:pointer;
	 padding:10px;
	 font-size:16px;
	 border:0;
}	 
.tabla-datos-edit tbody td{
	font-size:16px;
	border:0;
	padding:10px;
}	
.tabla-datos tbody td:hover, .tabla-datos-edit tbody td:hover {
  background-color: lightgrey!important;
}	
.tabla-datos tbody tr:nth-child(odd), .tabla-datos-edit tbody tr:nth-child(odd) {
	background-color:#DAEDF6;
}
.tabla-datos tbody tr:nth-child(even), .tabla-datos-edit tbody tr:nth-child(even){
	background-color:lightyellow; 
}
.tabla-datos tfoot th, .tabla-datos-edit tfoot th{
	 background-color:#E6E6E6;
	 font-size:16px;
}
.tabla-datos tfoot td, .tabla-datos-edit tfoot td{
	 font-size:16px;
}
div.tab-sticky table thead tr:first-child td{
	padding-left:70px;
	text-align:left;
	border-left:0px;
}
.tabla-edit, .tabla-doc{
	width:90%;
	max-width:100%;
}
.tabla-datos-edit{
	width:80%;
}
.bar {
	height: 35px; 
	position:relative;
}	 
 .bar label { 
	margin-right:4px;
	margin-left:10px;
	position: inherit;
	top:25%; 
}		
.tmenu td{
	padding:5px;
}
.btn-submit {
  color: #ffffff;
  background-color: #3A44A9;
  border-color: #3A44A9;
  cursor: pointer;
  border-radius:5px;
}
.btn-submit:hover,
.btn-submit:focus{
  color: #ffffff;
  background-color: #48ACCA;
  border-color: #4B4DA6;
}
.icono15{
	margin-left:10px; 
	width:15px;
	height:15px;
	cursor:pointer;
}
.icono28{
	margin:5px 1px 0px 0px;
	width:28px;
	height:28px;
	cursor:pointer;
	vertical-align:top;
	border-radius:5px;
}
.icono30{
	width:30px !important;
	height:30px !important;
	border-radius: 4px;
	cursor:pointer;
	vertical-align:middle;
	margin-left:5px;
}
.icono35{
	width:35px !important;
	height:35px !important;
	border-radius: 4px;
	cursor:pointer;
	vertical-align:middle;
}
.icono40{
	width:40px !important;
	height:40px !important;
	border-radius: 4px;
	cursor:pointer;
	vertical-align:middle;
	margin-left:5px;
}
.icono45{
	width:45px;
	height:45px;
	border-radius: 4px;
	cursor:pointer;
	vertical-align:middle;
	margin-left:5px;
}
.icono48{
	width:48px;
	height:48px;
	border-radius: 4px;
	cursor:pointer;
	vertical-align:middle;
	margin-left:5px;
}
.icono{
	border-radius: 4px;
	width:50px;
	height:50px;
	cursor:pointer;
	vertical-align:middle;
	margin-left:5px;
	cursor:pointer;
}
#texto_busqueda{
	height:25px;
	margin:5px 0px 0px 5px;
	border-radius:5px;
	border:1px solid black;
}
#tablas, #campos, #tipofiltro, #perpag, #pagina, #tipoimp, #selordenar, #fecha2, #seldoc, #categorias{
	height:30px;
	margin:5px 0px 0px 5px;
	border-radius:5px;
}
#fecha1{
	height:28px;
	margin: 5px 3px 0px 3px;
}
#todas{
	margin:5px 0px 0px 5px;
}
#boton_borrar{
	height:28px;
	width:28px;
	margin:5px 2px 0px 0px;
	font-weight:bold;
	font-size:18px;
}
#fieldmodal{
	border-radius:10px;
}	  
#canvas{
	cursor:crosshair;
}	  
#divvisitas input[type=date]{
	font-size:18px; 
	height:30px;
	font-weight:normal;
	width:160px;
	vertical-align:middle;
} 
#divvisitas label{
	font-size:20px;
	font-weight:normal;
}
#divvisitas img{
	margin-top:5px;
	border-radius:5px;
	cursor:pointer;
	height:35px;
	display:inline-block;
	vertical-align:middle;
}
.red{
  background-color:#c22;
}
.blue{
	background-color:#22c;
	border:2px dashed #fff;
}
.green{
	background-color:#2c2;
}
.white{
	background-color: #2E9AFE;
}
.black{
	background-color:#000;
}		  
.nota-busc{
	width:64%; 
	text-align:justify; 
	padding:20px 20px; 
	float:left;
}
#content7m{	
	content:url("images/logo.png");
	width: 50%; 
	margin: auto;
	padding-bottom:20px;
}
#content7{	
	text-align:center;
	margin:auto;
	padding:80px 0px 80px 0px;
}
#content7:before{
	content:'Venta de Inmuebles';
	color:darkblue;
	font-size:25px;
	font-weight:bold;
}
.bground-idx{
	padding:75px 0px 75px 0px; 
	background-image:url(images/bground.jpg); 
	background-size:100% 100%;
} 
.bground-idx img{
	border-radius:30px;
}
/*input button*/
.custom-input-file {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border: 1px solid #000;
	border-radius: 15px;
	background-color: #F3E2A9;
	color: #000;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	min-height: 39px;
}
.custom-input-file:hover {
	background-color: #F7D358;
	color: #fff;
}
.custom-input-file .input-file {
	margin: 0px;
	padding: 10px;outline:0;
	font-size: 10px;
	border: 1px solid transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	right: -1000px;
	top: -1000px;
	cursor: pointer;
}
.custom-input-file .archivo {
	background-color: #000;
	color: #fff;
	font-size: 7px;
	overflow: hidden;
}
.custom-input-file:hover .archivo {
	background-color: #fff;
	color: #FACC2E;   
}
.members_login{
	width:350px;
	height:200px;
	background:url(images/login_bg.gif) no-repeat;
}
.login_row{
	width:240px; 
	padding:7px 0px 4px 0px;
}
label.login{
	width:60px;
	float:left;
	padding:0px 10px 0px 0px;
}
input.login_input{
	width:140px;
	height:20px;
	background-color:#FFFFFF;
	border:2px #CCCCCC solid;
	float:left;
}
a.login_submit{
	width:80px;
	height:22px;
	margin:10px;
	display:block;
	line-height:22px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
}
.formmodal{
	max-width:50%; 
	position:fixed; 
	top:25%; 
	left:25%;
	
	display:none;
	z-index:11;
}
.formmodal2{
	opacity:0.5; 
	background-color:lightgrey;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:10;
}
.tablamodal{
	width:95%;
	border-radius:20px;
	border-spacing:10px;
	background-color:lightblue;
}
.divcorreo{
	width:60%;
	margin:0px auto;
}
/*.divcorreo #correo, .divcorreo #nombre{
	width:84%;
}*/
.divmenu div{
	width:80%; 
}
.divmenu img{
	width:15%;
	cursor:pointer; 
	padding:10px;
}
.dpopup {
	background-color:white;
	left:150px;
	top:30px;
	position:absolute;
	width:60%;
}
#captcha{
	max-width:80%;
	margin:-15px 0px 0px 0px;
}
#menu{
	display:block;
	position:absolute;
	top:0;
	left:0;
	padding:10px;
	cursor:pointer;
}
#formreg{
	padding:2%;
	margin:auto;
	width:600px;
	max-width:95%;
	border:1px solid black;
	border-radius:10px;
}
#formreg input[type=text], #formreg input[type=password]{
	width:94%;
	height:30px;
	margin:5px;
	background-color:#EAF2F8;
	border-radius:5px;
	border-color:lightgrey;
}	
#formreg label{
	font-size:20px;
	margin-left:10px;
}
table.verfoto, div.verfoto{
	width:50%; 
	border-radius:20px;
	border-spacing:5px;
	margin:10px auto;
	padding:20px 0px;
	background-color:#F2F2F2;
	overflow-x:visible;
	/*border:1px solid black;*/
}
div.verfoto div{
	overflow-x:visible;
}
.pub02{
	width:75%;
	margin:auto;
}
.pub02 ul{
	list-style-type:none;
	padding:0px 0px 10px 0px;
}
.pub02 li{
	display:inline-block; 
	padding:10px 10px 0px 0px;
}
#ifrm-ing, #ifrm-reg{
	z-index:99;
	top:3%;
	left:30%;
	height:90%;
	padding:20px 5px 0px 5px;
	border-radius:10px;
	border:2px solid black;
	background-color:white;
	position:fixed; 
	width:40%;
	max-width:100%;
}
.terminos{
	margin:0 auto; 
	width:90%;
}
.terminos h1{
	font-size:36px;
}
.tab_ing{
	width:90%;
	border-spacing:20px; 
	background-color:#F2F2F2;
	border: 5px solid lightblue;
	margin:auto;
	border-radius:20px; 
}
.tab_ing .div-ppal{
	display:inline-block; 
	width:33%;
}
.tab_ing .div-ppal-ver-txt{
	width:98%;
}
.tab_ing .div-ppal-ver-txt textarea{
	text-align:justify; 
	padding:10px; 
	font-size:18px; 
	width:94.5%; 
	resize:vertical;
	border-radius:5px;
}
.tab_ing .div-ppal-ver{
	display:inline-block; 
	width:24%;
}
.tab_ing .div-ppal-ver input[type=text], .tab_ing .div-ppal-ver input[type=number]{
	width:86%;
}
.tab_ing input[type=text], 
.tab_ing input[type=password],
.tab_ing input[type=number],
.tab_ing input[type=date]{
	width:90%;
	background-color:lightblue;
	height:40px;
	font-size:18px;
	border-radius:5px;
	display:inline-block;
	margin:5px 0px 10px 0px;
	display:inline-block;
	padding:2px 5px 2px 10px;
}		
.tab_ing select{
	width:92%;
	background-color:lightblue;
	height:30px;
	font-size:18px;
	border-radius:5px;
	padding:10px;
}
.tab_ing .logico{
	width:12%;
	background-color:lightblue;
	height:48px;
	font-size:18px;
	border-radius:5px;
	padding:0px;
	margin:5px 1px 10px 0px;
	display:inline-block;
}		
.tab_ing input[type=reset],
.tab_ing input[type=button],
.tab_ing input[type=submit]{	
	margin:5px;
	cursor: pointer;
	display:inline-block;
}
.tab_ing label{	
	font-size:20px;
	font-weight:bold;
	width:100%;
	text-align:left;
	margin-left:30px;
}
.input-captcha{
	padding: 10px 0 10px 5px;
	display: inline-block;
	border: 1px solid black;
	border-radius: 10px;
	box-sizing: border-box;
	width:40% !important;
	font-size:22px;
	text-align:center;
	vertical-align:top;
	margin-left:10px;
}
.button-captcha:hover, .button-btn:hover {
	background-color: darkblue;
	color:white;
}
.canvas-captcha{
	display: inline-block;
	border: 3px solid darkblue;
	border-radius: 10px;
	margin-left:10px;
	margin-top:5px;
	cursor:pointer;
	padding: 2px 12px 0px 10px;
	background-color: darkblue; 
}
.canvas-captcha:hover {
	background-color: lightblue;
	color:white;
}
.descgral h3{
	width:88%;
	text-align:justify;
	padding:0px 20px 20px 20px;
	border:1px solid lightblue;
	border-radius:10px;
	font-size:20px;
}
.img-mnto{
	width:75%;
	margin:20px auto;
	cursor:pointer;
	border-radius:10px;
}
b.usuario, p.usuario{
	font-size:14px !important;
}
.barra-titulo{
	color:darkblue;
	padding:10px;
	width:100%;
	z-index:1;
	background:lightblue;
	position:fixed; 
	left:0; 
	top:0px;
	/*height:60px;*/
}
.barra-titulo .titulo{
	font-size:36px;
}
.barra-titulo .subtitulo{
	font-size:20px;
}
.barra-titulo a{
	text-decoration:none;
	padding:0px 5px; 
	color:darkblue; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
.barra-titulo .menu a:hover, .barra-titulo .menu a:focus, .barra-titulo .menu a:active{
	color:red;
	font-weight:bold;
}
.menutel{
	display:none;
}
.div-menu-nav{
	float:right; 
	margin-right:40px;
}
.div-menu-nav .menu{
	font-size:20px;
	padding:20px;
	text-align:right;
	vertical-align:middle;
}
.red-social img, div.img-inv div .red-social img{
	display:inline-block;
	margin:5px; 
	height:40px; 
	cursor:pointer; 
	width:40px;
}
.red-social img#seguirtwr{
	display:inline-block;
	margin:5px; 
	height:38px; 
	width:auto;
	cursor:pointer; 
	border-radius:5px;
}
@media(max-width:1024px){
	.id-inm{
		margin:80px auto;
		width:70%; 
	}
	.id-inm .div1{ 
		max-width:20%;
	}
	.id-inm .div2{ 
		max-width:75%;
	}
	.divcorreo{
		width:80%;
	}
}
@media(max-width:1225px){
	.barra-titulo .titulo{
		font-size:28px;
	}
	.barra-titulo .subtitulo{
		font-size:20px;
	}
	.barra-titulo .menu{
		display:none;
	}
	.barra-titulo .menu a{
		display:block;
		text-align:left;
		padding:10px 20px;
	}
	.div-menu-nav{
		margin-right:20px;
	}
	.menutel{
		display:block;
		cursor:pointer;
		font-size:36px;
		float:right;
		margin-right:20px;
	}
	.div-ads, .div-ads-index{
		margin:5px 0px 10px 0px; 
		width:100%; 
	}
}
@media(min-width:1226px){
	nav.menu{
		display:block !important;
	}	
}
@media(max-width:767px) {
	.red-social img{
		height:50px; 
		width:50px;
	}
	.red-social img#seguirtwr{
		height:48px; 
		width:auto;
	}
	nav.menu{
		font-size:18px;
		padding:10px;
		text-align:right;
	}
	.terminos{
		width:99%;
	}
	.terminos h1{
		font-size:24px;
	}
	.id-inm-min .div1{
		margin:2px;
		max-width:25%;
	}
	.id-inm-min .div1 img{
		max-width:85%;
		width:85%;
		height:auto;
		margin:5px;
	}
	.id-inm-min .div2{
		max-width:70%;
		margin:0 auto;
	}
	/*telefonos*/
	.id-inm{
		margin:60px auto; /*!important; */
		width:100% !important; 
		overflow-y:hidden;
		margin-bottom:5px !important;
	}
	.id-inm-verfoto{
		margin-top:0px !important;
	}
	.id-inm h1{
		color:blue; 
		margin-top:5px;
		font-size:20px;
	}
	.titulo h1{
		font-size:18px !important;
		width:98% !important;
		
	}
	.titulo h2{
		font-size:16px !important;
		width:98% !important;
	}
	b.usuario, p.usuario{
		font-size:12px !important;
	}
	.descgral h3{
		width:90%;
		max-width:90%;
		font-size:18px;
		padding:10px;
	}
	.bground-idx{
		padding:0px 0px 0px 0px; 
		background-image:none; 
	}
	.bground-idx img{
		border-radius:0px;
	}
	.pub02{
		width:100%;
		margin:auto;
	}
	input[type=text], input[type=number]{
		min-width:100px;
	}
	table{
		max-width:none !important;
	}
	#menu{
		display:block;
		position:absolute;
		top:0;
		left:0;
		padding:10px 0px 0px 10px;
	}
	#captcha{
		max-width:98%;
		margin:-5px 0px 0px 0px;
	}
	.nota-busc{
		width:90%; 
		padding:10px;
		float:none;
	}
	.formmodal{
		max-width:90%; 
		position:fixed; 
		top:10%; left:5%;
	}
	.divmenu div{
		width:100%;			
	}
	.divmenu img{
		padding:5px 2px 5px 2px; 			
		width:20%;		
	}
	.divmenu h2{
		font-size:18px;
	}
	.divcorreo{
		width:100%;
	}
	/*.divcorreo h3{
		font-size:12px;
	}*/
	/*.divcorreo #correo, .divcorreo #nombre{
		width:77%;
	}*/
	.tabla-correo{
		border-radius:5px;
	}
	.icono, .icono30, .icono35, .icono40, .icono45, .icono48{
		width:40px !important;
		height:40px !important;
		margin-left:5px;
		vertical-align:middle;
		border-radius: 4px;
	}
	.tabla-datos, .tabla-edit, .tabla-doc, .tabla-datos-edit{
		width:100% !important;
	}
	div.tab-sticky{
		width:100% !important;
	}
	.dpopup{
		background-color:white;
		left:0px;
		top:0px;
		position:absolute;
	}
	#content7, [name='boton'], #busqueda, #ocultarcol{
		display:none;
	}
	table.verfoto, div.verfoto{
		width:100%;
	}
	div.img-inv figure{
		display:inline-block;
		border: 2px solid lightblue;
		width:90%;
		max-width:96%;
		margin:5px 0px;
		height:auto;
		
	}		
	div.img-inv figure.edit .icono40{
		margin-right:0px;
	}
	/*div.img-inv figcaption{
		display:inline-block;
		padding:0px;
	}*/
	div.img-inv img{
		border: 2px solid lightblue;
		cursor:pointer;
		width:90%;
		height:auto;
		margin:0px;		
	}
	div.img-inv input[type=text]{
		display:inline-block; 
		border:0;
		max-width:20%;
		padding:0px;
		margin:0px;
		background-color:transparent;
		color:black;
		outline:none;
	}
	#ifrm-reg, #ifrm-ing, #ifrm-car, #ifrm-ped, #ifrm-ped2{
		top:3%;
		left:2%;
		width:95%;
		max-width:100%;
	}
	.tab_ing{
		width:95%;
	}
	.tab_ing .div-ppal, .tab_ing .div-ppal-ver{
		width:100%;
		margin:0px !important;
	}
	.tab_ing textarea{
		width:95%;
	}
	.tab_ing .div-ppal-ver-txt textarea{
		text-align:justify; 
		padding:5px; 
		font-size:16px; 
		width:93% !important; 
		resize:vertical;
	}
	.solopc{
		display:none;
	}
	#content7m{	
		width: 90%; 
	}
	.img-mnto{
		width:95%;
	}
}
</style>