.junta-dimensiones{ width: 40%;
					   float: left; }

/*titulooooo*/
.junta-dimensiones-titulo{width: 100%;
							 background: #efefef;
							 padding: 10px 0px 10px 0px;
							 text-align: center;}

.junta-dimensiones-titulo h1{ font-family: ebrima;
								 font-size: 15px;
								 columns: #111;
								 margin: 0 }


/*imggggg*/
.junta-dimensiones-img{ width: 100%;
					       text-align: center;}

.junta-dimensiones-img img{ width: 100%;
							   max-width: 500px}


@media screen and (max-width: 1000px){



	.junta-dimensiones{ width: 100% }



}