	
.input-icon{
	position: absolute; left: 7px; top: 10px; font-size: 23px; color: #A8A3A3;}	

.tabla-contacto {max-width:1100px; margin:auto; padding:10px; padding-top:2px; padding-bottom:40px;}

.tabla-iz{width:45%; margin:auto; }
.tabla-der{width:90%; margin: auto;margin-top:50px; }
.tabla-iz td {position: relative; height: 45px;}
.cont-dats {width:80%; display: flex; justify-content: center; margin: auto; margin-top: 50px; }

.btn-susctt {width: 80%; height: 50px; background-color:#AF1C1C; margin: auto; margin-top: 45px; cursor: pointer; color: #ffffff; 
	
	-webkit-box-shadow: 0px 9px 34px 0px rgba(176,176,176,1);
-moz-box-shadow: 0px 9px 34px 0px rgba(176,176,176,1);
box-shadow: 0px 9px 34px 0px rgba(176,176,176,1);
	
	-webkit-transition: all 300ms linear, color 1s linear;
	-moz-transition: all 300ms linear, color 1s linear;
	-o-transition: all 300ms linear, color 1s linear;
	-ms-transition: all 300ms linear, color 1s linear;
	transition: all 300ms linear, color 1s linear;
}
.btn-susctt:hover {background-color:#2e86a8; }

.subdats {width:60%; height:130px; margin: auto; }
.subdats1 {width:40%; height:130px; margin: auto; }	


@media screen and (max-width: 700px){
	
.tabla-contacto {display:block; padding-bottom: 10px;} 
.btn-susctt {margin-top: 75px;}
.tabla-iz{width:100%;}
.tabla-der{width:100%;}
.cont-dats {width:100%; display: inline;}
	.subdats {width:90%; height: 100px;}
	
	
	}	

